Skip to content

Commit

Permalink
Brigandine armor and some more chainmail tweaks (CleverRaven#61524)
Browse files Browse the repository at this point in the history
* brigandine vests

* armguards

* Update brigandine

* leg guards

* adjust vests thicknes

adjust steel thicknes of vests according to forgeofsvan brigandines, still not sure about thicknes of leather

* Update brigandine

Turns out pretty much the entire vest is cover my steel plates, so steel coverege was increased to be the same as leather

* Change steel thikness for arm and leg guards

It seemt that brigandine plates atleast 1 mm. Ther is also 1.5 variants on forgeofsvan, may add them later

* brigandine gloves

* Update brigandine

* Update brigandine

* Update brigandine

* Update brigandine

* Update brigandine

* Update brigandine

* Update data/json/items/armor/brigandine

Co-authored-by: TheShadowFerret <[email protected]>

* Update brigandine

* Update brigandine

* Update brigandine

* Update brigandine

* Update torso.json

* Update arms.json

* Update legs.json

* Update hands.json

* Update hands.json

* Update hands.json

* Update brigandine

* Update brigandine

* Update data/json/recipes/armor/torso.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/json/recipes/armor/hands.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/json/recipes/armor/arms.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update data/json/recipes/armor/arms.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update brigandine

* Update brigandine

* Update brigandine

* Update brigandine

* Update arms.json

* Update torso.json

* Update legs.json

* Create chainmail

* Delete brigandine

* Update arms_armor.json

* Update legs_armor.json

* Update torso_armor.json

* Update suits_protection.json

* Update flags.json

* Update suits_protection.json

* Update chainmail

* Rename chainmail to chainmail.json

* Update chainmail.json

* Update arms_armor.json

* Update chainmail.json

* Update legs_armor.json

* Update suits_protection.json

* Update suits_protection.json

* Update torso_armor.json

* Update suits_protection.json

* Update and rename chainmail.json to brigandine.json

* Update arms_armor.json

* Update legs_armor.json

* Update torso_armor.json

* Update suits_protection.json

* Update suits_protection.json

* Update suits_protection.json

* Update suits_protection.json

* Update suit.json

* Update nested.json

* Update nested.json

* Update suit.json

* Update arms_armor.json

* Update suit.json

* Update arms_armor.json

* Update suit.json

* Update nested.json

* Update brigandine.json

* Update brigandine.json

* Update suits_protection.json

* Update suit.json

* Update suit.json

* Update suits_protection.json

* Update hands.json

* Update suit.json

* Update suit.json

* Update nested.json

* Update arms.json

* Update nested.json

* Update arms.json

* Update arms.json

* Update nested.json

* Update legs.json

* Update legs.json

* Update nested.json

* Update torso.json

* Update brigandine.json

* Update nested.json

* Update brigandine.json

* Update torso.json

* Update torso.json

* Update brigandine.json

* Update torso.json

* Update brigandine.json

* Update nested.json

* Update nested.json

* Update dictionary.txt

* Update nested.json

* Update nested.json

* Update brigandine.json

* Update nested.json

* Update flags.json

* Update boots.json

* Update gloves.json

* Update brigandine.json

* Update arms_armor.json

* Update legs_armor.json

* Update suits_protection.json

* Update torso_armor.json

* Update arms_armor.json

* Update legs_armor.json

* Update suits_protection.json

* Update torso_armor.json

* Update arms_armor.json

* Update legs_armor.json

* Update torso_armor.json

* Update suits_protection.json

* Update arms.json

* fuck copy from

* i hate myself

* I swear i linted it before

* god damn it

* more fixes

* Update suit.json

* Update data/json/items/armor/suits_protection.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update brigandine.json

* missin recipes

* Update hands.json

* nestied stuff

---------

Co-authored-by: TheShadowFerret <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 27, 2023
1 parent 3a99105 commit cbf5743
Show file tree
Hide file tree
Showing 15 changed files with 9,754 additions and 327 deletions.
30 changes: 30 additions & 0 deletions data/json/flags.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,34 @@
[
{
"id": "ABLATIVE_CHAINMAIL_ARMS",
"type": "json_flag",
"info": "You can use this armor <info>with chainmail</info> with out encumbrance penalty",
"restriction": "Item must be a chainmail compatible armor piece"
},
{
"id": "ABLATIVE_CHAINMAIL_ELBOWS",
"type": "json_flag",
"info": "You can use this armor <info>with chainmail</info> with out encumbrance penalty",
"restriction": "Item must be a chainmail compatible armor piece"
},
{
"id": "ABLATIVE_CHAINMAIL_LEGS",
"type": "json_flag",
"info": "You can use this armor <info>with chainmail</info> with out encumbrance penalty",
"restriction": "Item must be a chainmail compatible armor piece"
},
{
"id": "ABLATIVE_CHAINMAIL_KNEES",
"type": "json_flag",
"info": "You can use this armor <info>with chainmail</info> with out encumbrance penalty",
"restriction": "Item must be a chainmail compatible armor piece"
},
{
"id": "ABLATIVE_CHAINMAIL_TORSO",
"type": "json_flag",
"info": "You can use this armor <info>with chainmail</info> with out encumbrance penalty",
"restriction": "Item must be a chainmail compatible armor piece"
},
{
"id": "ABLATIVE_LARGE",
"type": "json_flag",
Expand Down
Loading

0 comments on commit cbf5743

Please sign in to comment.