Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
calumbell committed Nov 9, 2024
1 parent 7ff9de6 commit 63ebf7c
Show file tree
Hide file tree
Showing 9 changed files with 1,085 additions and 145 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{
"armor": {
"ac_add_dexmod": false,
"ac_base": 17,
"ac_cap_dexmod": null,
"ac_display": "17",
"category": "heavy",
"document": "http://localhost:8000/v2/documents/srd/",
"grants_stealth_disadvantage": true,
"key": "srd_splint",
"name": "Splint",
"strength_score_required": 15,
"url": "http://localhost:8000/v2/armor/srd_splint/"
},
"armor": "http://localhost:8000/v2/armor/srd_splint/",
"armor_class": 0,
"category": "http://localhost:8000/v2/itemcategories/armor/",
"cost": "200.00",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,39 +22,6 @@
"requires_attunement": false,
"size": "http://localhost:8000/v2/sizes/tiny/",
"url": "http://localhost:8000/v2/items/srd_shortsword/",
"weapon": {
"damage_dice": "1d6",
"damage_type": "http://localhost:8000/v2/damagetypes/slashing/",
"distance_unit": "feet",
"document": "http://localhost:8000/v2/documents/srd/",
"is_finesse": true,
"is_heavy": false,
"is_improvised": false,
"is_lance": false,
"is_light": true,
"is_martial": true,
"is_melee": true,
"is_net": false,
"is_reach": false,
"is_simple": false,
"is_thrown": false,
"is_two_handed": false,
"is_versatile": false,
"key": "srd_shortsword",
"long_range": 0.0,
"name": "Shortsword",
"properties": [
"finesse",
"light"
],
"range": 0.0,
"range_melee": 5.0,
"ranged_attack_possible": false,
"reach": 5.0,
"requires_ammunition": false,
"requires_loading": false,
"url": "http://localhost:8000/v2/weapons/srd_shortsword/",
"versatile_dice": "0"
},
"weapon": "http://localhost:8000/v2/weapons/srd_shortsword/",
"weight": "2.000"
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,40 +22,6 @@
"requires_attunement": false,
"size": "http://localhost:8000/v2/sizes/tiny/",
"url": "http://localhost:8000/v2/items/srd_longbow/",
"weapon": {
"damage_dice": "1d8",
"damage_type": "http://localhost:8000/v2/damagetypes/piercing/",
"distance_unit": "feet",
"document": "http://localhost:8000/v2/documents/srd/",
"is_finesse": false,
"is_heavy": true,
"is_improvised": false,
"is_lance": false,
"is_light": false,
"is_martial": true,
"is_melee": false,
"is_net": false,
"is_reach": false,
"is_simple": false,
"is_thrown": false,
"is_two_handed": true,
"is_versatile": false,
"key": "srd_longbow",
"long_range": 600.0,
"name": "Longbow",
"properties": [
"ammuntion (range 150.0/600.0)",
"heavy",
"two-handed"
],
"range": 150.0,
"range_melee": 5.0,
"ranged_attack_possible": true,
"reach": 5.0,
"requires_ammunition": true,
"requires_loading": false,
"url": "http://localhost:8000/v2/weapons/srd_longbow/",
"versatile_dice": "0"
},
"weapon": "http://localhost:8000/v2/weapons/srd_longbow/",
"weight": "2.000"
}
Original file line number Diff line number Diff line change
Expand Up @@ -107,39 +107,7 @@
"requires_attunement": false,
"size": "http://localhost:8000/v2/sizes/tiny/",
"url": "http://localhost:8000/v2/items/srd_staff/",
"weapon": {
"damage_dice": "1d6",
"damage_type": "http://localhost:8000/v2/damagetypes/bludgeoning/",
"distance_unit": "feet",
"document": "http://localhost:8000/v2/documents/srd/",
"is_finesse": false,
"is_heavy": false,
"is_improvised": false,
"is_lance": false,
"is_light": false,
"is_martial": false,
"is_melee": true,
"is_net": false,
"is_reach": false,
"is_simple": true,
"is_thrown": false,
"is_two_handed": false,
"is_versatile": true,
"key": "srd_quarterstaff",
"long_range": 0.0,
"name": "Quarterstaff",
"properties": [
"versatile (1d8)"
],
"range": 0.0,
"range_melee": 5.0,
"ranged_attack_possible": false,
"reach": 5.0,
"requires_ammunition": false,
"requires_loading": false,
"url": "http://localhost:8000/v2/weapons/srd_quarterstaff/",
"versatile_dice": "1d8"
},
"weapon": "http://localhost:8000/v2/weapons/srd_quarterstaff/",
"weight": "4.000"
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"desc": "Typical speakers are demons.",
"document": "srd",
"document": "http://localhost:8000/v2/documents/srd/",
"is_exotic": true,
"is_secret": false,
"key": "abyssal",
"name": "Abyssal",
"script_language": "infernal"
"script_language": "http://localhost:8000/v2/languages/infernal/",
"url": "http://localhost:8000/v2/languages/abyssal/"
}
Loading

0 comments on commit 63ebf7c

Please sign in to comment.