Skip to content

Commit 518b761

Browse files
committed
updated species test data to reflect new shape of API response
1 parent b5f6d6f commit 518b761

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

api_v2/tests/responses/TestObjects.test_species_example.approved.json

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,39 +23,57 @@
2323
"traits": [
2424
{
2525
"desc": "Your Dexterity score increases by 2.",
26-
"name": "Ability Score Increase"
26+
"name": "Ability Score Increase",
27+
"order": null,
28+
"type": null
2729
},
2830
{
2931
"desc": "Your base walking speed is 25 feet.",
30-
"name": "Speed"
32+
"name": "Speed",
33+
"order": null,
34+
"type": null
3135
},
3236
{
3337
"desc": "A halfling reaches adulthood at the age of 20 and generally lives into the middle of his or her second century.",
34-
"name": "Age"
38+
"name": "Age",
39+
"order": null,
40+
"type": null
3541
},
3642
{
3743
"desc": "Most halflings are lawful good. As a rule, they are good-hearted and kind, hate to see others in pain, and have no tolerance for oppression. They are also very orderly and traditional, leaning heavily on the support of their community and the comfort of their old ways.",
38-
"name": "Alignment"
44+
"name": "Alignment",
45+
"order": null,
46+
"type": null
3947
},
4048
{
4149
"desc": "Halflings average about 3 feet tall and weigh about 40 pounds. Your size is Small.",
42-
"name": "Size"
50+
"name": "Size",
51+
"order": null,
52+
"type": null
4353
},
4454
{
4555
"desc": "You can speak, read, and write Common and Halfling. The Halfling language isn't secret, but halflings are loath to share it with others. They write very little, so they don't have a rich body of literature. Their oral tradition, however, is very strong. Almost all halflings speak Common to converse with the people in whose lands they dwell or through which they are traveling.",
46-
"name": "Languages"
56+
"name": "Languages",
57+
"order": null,
58+
"type": null
4759
},
4860
{
4961
"desc": "When you roll a 1 on the d20 for an attack roll, ability check, or saving throw, you can reroll the die and must use the new roll.",
50-
"name": "Lucky"
62+
"name": "Lucky",
63+
"order": null,
64+
"type": null
5165
},
5266
{
5367
"desc": "You have advantage on saving throws against being frightened.",
54-
"name": "Brave"
68+
"name": "Brave",
69+
"order": null,
70+
"type": null
5571
},
5672
{
5773
"desc": "You can move through the space of any creature that is of a size larger than yours.",
58-
"name": "Halfling Nimbleness"
74+
"name": "Halfling Nimbleness",
75+
"order": null,
76+
"type": null
5977
}
6078
],
6179
"url": "http://localhost:8000/v2/species/srd_halfling/"

0 commit comments

Comments
 (0)