Skip to content

Commit

Permalink
This is getting awkward
Browse files Browse the repository at this point in the history
  • Loading branch information
Venera3 committed Jan 10, 2024
1 parent 09ac4cb commit 6dc1aff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 10 additions & 3 deletions data/mods/Limb_WIP/armor/test_armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "debug_belt_tail",
"repairs_like": "scarf",
"type": "ARMOR",
"name": { "str": "debug tail belt", "str_pl": "debug tail belts" },
"name": { "str": "debug tail belt" },
"description": "This is a template for judo belts. If found in a game, it is a bug.",
"weight": "200 g",
"volume": "250 ml",
Expand All @@ -20,7 +20,14 @@
"id": "debug_belt_tail_weighted",
"type": "ARMOR",
"copy-from": "debug_belt_tail",
"name": { "str": "weighted debug tail belt", "str_pl": "weighted debug tail belts" },
"armor": [ { "encumbrance": 120, "coverage": 50, "covers": [ "debug_tail" ], "specifically_covers": [ "sub_limb_debug_tail" ] } ]
"name": { "str": "weighted debug tail belt" },
"armor": [
{
"encumbrance": 120,
"coverage": 50,
"covers": [ "torso", "debug_tail" ],
"specifically_covers": [ "sub_limb_debug_tail" ]
}
]
}
]
6 changes: 0 additions & 6 deletions data/mods/Magiclysm/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,12 +463,6 @@
"copy-from": "WINGS_STUB",
"extend": { "category": [ "DRAGON_BLACK", "SPECIES_RAVENFOLK" ], "changes_to": [ "DRAGON_WINGS_BLACK" ] }
},
{
"type": "mutation",
"id": "ARM_FEATHERS",
"copy-from": "ARM_FEATHERS",
"extend": { "category": [ "SPECIES_RAVENFOLK" ] }
},
{
"type": "mutation",
"id": "DRAGON_WINGS_BLACK",
Expand Down

0 comments on commit 6dc1aff

Please sign in to comment.