-
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.
- исправил использование Source - Подправил на основе этого конвертеры
- Loading branch information
1 parent
bf5dece
commit 05d5407
Showing
10 changed files
with
80 additions
and
153 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
87 changes: 50 additions & 37 deletions
87
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 |
---|---|---|
@@ -1,54 +1,67 @@ | ||
{ | ||
"url": "forest-gnome", | ||
"imageUrl": "gnome/forest/picture", | ||
"imageUrl": "gnome/forest/picture.webp", | ||
"description": "Лесные гномы живут в лесах и наделены магией иллюзий, чтобы защищаться и выживать.", | ||
"name": { | ||
"name": "Лесной Гном", | ||
"english": "Forest Gnome", | ||
"alternative": "Woodland Trickster" | ||
}, | ||
"sourceDTO": { | ||
"source": "PHB", | ||
"page": 181 | ||
}, | ||
"creatureProperties": { | ||
"size": "SMALL", | ||
"size": "MEDIUM", | ||
"type": "HUMANOID", | ||
"speed": 30, | ||
"fly": 0, | ||
"climb": 0, | ||
"swim": 0, | ||
"darkVision": 60, | ||
"sourceResponse": { | ||
"source": "PHB", | ||
"page": 181 | ||
"speed": { | ||
"base": 30, | ||
"fly": 0, | ||
"climb": 0, | ||
"swim": 0 | ||
} | ||
}, | ||
"parentUrl": "gnome", | ||
"subSpeciesUrls": [], | ||
"features": [ | ||
{ | ||
"url": "forest-gnome/natural-illusionist", | ||
"imageUrl": null, | ||
"imageUrl": "gnome/forest/natural-illusionist.webp", | ||
"description": "Лесные гномы умеют использовать Малую Иллюзию для маскировки и защиты. Вы знаете заговор Малая Иллюзия.", | ||
"name": { | ||
"name": "Природный Иллюзионист", | ||
"english": "Natural Illusionist", | ||
"alternative": null | ||
"rus": "Природный Иллюзионист", | ||
"eng": "Natural Illusionist", | ||
"alt": "Woodland Trickster", | ||
"short": "PHB" | ||
}, | ||
"sourceDTO": { | ||
"source": "PHB", | ||
"page": 181 | ||
"source": { | ||
"name": { | ||
"rus": "Книга игрока", | ||
"eng": "Player's Handbook", | ||
"alt": "PHB", | ||
"short": "PHB" | ||
}, | ||
"page": 181, | ||
"homebrew": true, | ||
"thirdParty": true | ||
}, | ||
"tags": { | ||
"magic": "illusion", | ||
"gnome": "racial feature" | ||
}, | ||
"source": "PHB", | ||
"page": 181 | ||
"tags": [ | ||
{ | ||
"name": "magic", | ||
"value": "resistance" | ||
}, | ||
{ | ||
"name": "gnome", | ||
"value": "racial feature" | ||
} | ||
] | ||
} | ||
], | ||
"source": "PHB", | ||
"detail": true, | ||
"page": 181 | ||
} | ||
"name": { | ||
"rus": "Лесной Гном", | ||
"eng": "Forest Gnome", | ||
"alt": "Woodland Trickster", | ||
"short": "PHB" | ||
}, | ||
"source": { | ||
"name": { | ||
"rus": "Книга игрока", | ||
"eng": "Player's Handbook", | ||
"alt": "PHB", | ||
"short": "PHB" | ||
}, | ||
"page": 181, | ||
"homebrew": true, | ||
"thirdParty": true | ||
} | ||
} |
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