Skip to content

Commit

Permalink
Add quadruped armors (#1849)
Browse files Browse the repository at this point in the history
* [FEATURE] add armors for small and medium quadrupeds

* update documentation

* [FIX] fix cpp styling with astyle

* fill migration files
  • Loading branch information
leoCottret authored Sep 18, 2022
1 parent 50e7a23 commit b14f838
Show file tree
Hide file tree
Showing 35 changed files with 743 additions and 407 deletions.
12 changes: 6 additions & 6 deletions data/json/itemgroups/Locations_MapExtras/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -951,13 +951,13 @@
"type": "item_group",
"id": "museum_armor_pet",
"items": [
[ "chainmail_armor_horse", 30 ],
[ "leather_armor_horse", 30 ],
[ "leatherbone_armor_horse", 30 ],
[ "chainmail_armor_medium_quadruped", 30 ],
[ "leather_armor_medium_quadruped", 30 ],
[ "leatherbone_armor_medium_quadruped", 30 ],
[ "saddlebag", 30 ],
[ "chainmail_harness_dog", 30 ],
[ "leather_harness_dog", 30 ],
[ "leatherbone_harness_dog", 30 ]
[ "chainmail_armor_small_quadruped", 30 ],
[ "leather_armor_small_quadruped", 30 ],
[ "leatherbone_armor_small_quadruped", 30 ]
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1198,9 +1198,9 @@
[ "can_tuna", 15 ],
[ "can_chicken", 15 ],
[ "petpack", 10 ],
[ "kevlar_harness", 5 ],
[ "leather_harness_dog", 5 ],
[ "rubber_harness_dog", 5 ]
[ "kevlar_armor_small_quadruped", 5 ],
[ "leather_armor_small_quadruped", 5 ],
[ "rubber_armor_small_quadruped", 5 ]
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"items": [
[ "leather_belt", 20 ],
[ "gloves_leather", 35 ],
[ "leather_harness_dog", 10 ],
[ "leather_armor_small_quadruped", 10 ],
[ "pockknife", 50 ],
[ "leather_tarp", 10 ],
[ "leather_cat_tail", 7 ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
"type": "item_group",
"id": "dog_cop",
"subtype": "distribution",
"entries": [ { "item": "kevlar_harness", "prob": 1 } ]
"entries": [ { "item": "kevlar_armor_small_quadruped", "prob": 1 } ]
},
{
"type": "item_group",
Expand Down
3 changes: 2 additions & 1 deletion data/json/itemgroups/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
{ "item": "mininuke", "prob": 10 },
{ "item": "adv_UPS_off", "prob": 10 },
{ "item": "optical_cloak", "prob": 10 },
{ "item": "superalloy_harness_dog", "prob": 10 },
{ "item": "superalloy_armor_small_quadruped", "prob": 10 },
{ "item": "superalloy_armor_medium_quadruped", "prob": 10 },
{ "item": "holo_cloak", "prob": 10 },
{ "item": "plasma_rifle", "prob": 10 },
{ "item": "portal", "prob": 10 },
Expand Down
116 changes: 0 additions & 116 deletions data/json/items/armor/pets_dog_armor.json

This file was deleted.

167 changes: 0 additions & 167 deletions data/json/items/armor/pets_horse_armor.json

This file was deleted.

Loading

0 comments on commit b14f838

Please sign in to comment.