-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- добавление тестовых json. Для примеров, а также баг фиксов в будущем
- Loading branch information
1 parent
7fa7209
commit e750a50
Showing
6 changed files
with
163 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
src/main/resources/json/request/species/post/add_child_forest_gnome.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"speciesUrl": "forest-gnome", | ||
"speciesParentUrl": "gnome" | ||
} |
4 changes: 4 additions & 0 deletions
4
src/main/resources/json/request/species/post/add_child_rock_gnome_to_parent.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"speciesUrl": "rock-gnome", | ||
"speciesParentUrl": "gnome" | ||
} |
File renamed without changes.
46 changes: 46 additions & 0 deletions
46
src/main/resources/json/request/species/post/create_gnome_forest_child_request.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"url": "forest-gnome", | ||
"imageUrl": "gnome/forest/picture", | ||
"nameBasedDTO": { | ||
"name": "Лесной Гном", | ||
"english": "Forest Gnome", | ||
"alternative": "Woodland Trickster", | ||
"description": "Лесные гномы живут в лесах и наделены магией иллюзий, чтобы защищаться и выживать." | ||
}, | ||
"sourceDTO": { | ||
"page": 181, | ||
"source": "PHB" | ||
}, | ||
"creatureProperties": { | ||
"size": "SMALL", | ||
"type": "HUMANOID", | ||
"speed": 30, | ||
"darkVision": 60, | ||
"sourceResponse": { | ||
"page": 181, | ||
"source": "PHB" | ||
} | ||
}, | ||
"features": [ | ||
{ | ||
"url": "forest-gnome/natural-illusionist", | ||
"nameBasedDTO": { | ||
"name": "Природный Иллюзионист", | ||
"english": "Natural Illusionist", | ||
"description": "Вы знаете заговор Малая Иллюзия." | ||
}, | ||
"sourceDTO": { | ||
"page": 181, | ||
"source": "PHB" | ||
}, | ||
"description": "Лесные гномы умеют использовать Малую Иллюзию для маскировки и защиты.", | ||
"tags": { | ||
"magic": "illusion", | ||
"gnome": "racial feature" | ||
} | ||
} | ||
], | ||
"parent": false, | ||
"source": "PHB", | ||
"page": 181 | ||
} |
46 changes: 46 additions & 0 deletions
46
src/main/resources/json/request/species/post/create_gnome_parent_request.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"url": "gnome", | ||
"imageUrl": "gnome/picture", | ||
"nameBasedDTO": { | ||
"name": "Гном", | ||
"english": "Gnome", | ||
"alternative": "Little People", | ||
"description": "Гномы – волшебные существа, созданные богами изобретений, иллюзий и подземной жизни. Они скрытные и обладают уникальными магическими способностями." | ||
}, | ||
"sourceDTO": { | ||
"page": 181, | ||
"source": "PHB" | ||
}, | ||
"creatureProperties": { | ||
"size": "SMALL", | ||
"type": "HUMANOID", | ||
"speed": 30, | ||
"darkVision": 60, | ||
"sourceResponse": { | ||
"page": 200, | ||
"source": "PHB" | ||
} | ||
}, | ||
"features": [ | ||
{ | ||
"url": "gnome/gnomish-cunning", | ||
"nameBasedDTO": { | ||
"name": "Гномья Хитрость", | ||
"english": "Gnomish Cunning", | ||
"description": "Преимущество на спасброски Интеллекта, Мудрости и Харизмы." | ||
}, | ||
"sourceDTO": { | ||
"page": 181, | ||
"source": "PHB" | ||
}, | ||
"description": "Гномы обладают хитростью, позволяющей им противостоять ментальным эффектам.", | ||
"tags": { | ||
"magic": "resistance", | ||
"gnome": "racial feature" | ||
} | ||
} | ||
], | ||
"parent": true, | ||
"source": "PHB", | ||
"page": 181 | ||
} |
63 changes: 63 additions & 0 deletions
63
src/main/resources/json/request/species/post/create_gnome_rock_child.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"url": "rock-gnome", | ||
"imageUrl": "gnome/rock/picture", | ||
"nameBasedDTO": { | ||
"name": "Горный Гном", | ||
"english": "Rock Gnome", | ||
"alternative": "Tinker Gnome", | ||
"description": "Горные гномы – изобретательные создания, способные создавать крошечные механические устройства." | ||
}, | ||
"sourceDTO": { | ||
"page": 202, | ||
"source": "PHB" | ||
}, | ||
"creatureProperties": { | ||
"size": "SMALL", | ||
"type": "HUMANOID", | ||
"speed": 30, | ||
"darkVision": 60, | ||
"sourceResponse": { | ||
"page": 202, | ||
"source": "PHB" | ||
} | ||
}, | ||
"features": [ | ||
{ | ||
"url": "rock-gnome/artificer-lore", | ||
"nameBasedDTO": { | ||
"name": "Артифициерские знания", | ||
"english": "Artificer's Lore", | ||
"description": "Вы получаете удвоенное мастерство при проверке Истории, касающейся магических, алхимических или технологических объектов." | ||
}, | ||
"sourceDTO": { | ||
"page": 202, | ||
"source": "PHB" | ||
}, | ||
"description": "Горные гномы хорошо разбираются в магических и технологических предметах.", | ||
"tags": { | ||
"gnome": "racial feature", | ||
"skill": "lore" | ||
} | ||
}, | ||
{ | ||
"url": "rock-gnome/tinker", | ||
"nameBasedDTO": { | ||
"name": "Изобретатель", | ||
"english": "Tinker", | ||
"description": "Вы можете создавать небольшие механические устройства, такие как игрушка или музыкальная шкатулка." | ||
}, | ||
"sourceDTO": { | ||
"page": 202, | ||
"source": "PHB" | ||
}, | ||
"description": "Горные гномы могут создавать механические устройства для различных целей.", | ||
"tags": { | ||
"gnome": "racial feature", | ||
"craft": "mechanics" | ||
} | ||
} | ||
], | ||
"parent": false, | ||
"source": "PHB", | ||
"page": 202 | ||
} |