Skip to content

Commit

Permalink
Magiclysm: Update wildshape cloaks (CleverRaven#60129)
Browse files Browse the repository at this point in the history
* Update enchanted_cloaks.json

* Update mutation.json

* Update enchanted_cloaks.json

* Update data/mods/Magiclysm/traits/mutation.json

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

* Update data/mods/Magiclysm/traits/mutation.json

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

Co-authored-by: casswedson <[email protected]>
  • Loading branch information
2 people authored and Hirmuolio committed Aug 27, 2022
1 parent babd340 commit d1695b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
8 changes: 5 additions & 3 deletions data/mods/Magiclysm/items/enchanted_cloaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "enchantment",
"has": "WORN",
"condition": "ALWAYS",
"mutations": [ "GILLS", "MEMBRANE", "AMPHIBIAN", "WILDSHAPE:FISH" ]
"mutations": [ "GILLS", "MEMBRANE", "AMPHIBIAN", "WAYFARER", "WILDSHAPE:FISH" ]
},
{
"id": "wildshape_cloak_fish",
Expand All @@ -27,7 +27,7 @@
"type": "enchantment",
"has": "WORN",
"condition": "ALWAYS",
"values": [ { "value": "STRENGTH", "add": 4 }, { "value": "INTELLIGENCE", "add": -6 } ],
"values": [ { "value": "STRENGTH", "add": 4 }, { "value": "INTELLIGENCE", "add": -6 }, { "value": "PERCEPTION", "add": -6 } ],
"mutations": [
"ILLITERATE",
"WAYFARER",
Expand All @@ -39,6 +39,7 @@
"CLAWS",
"SHOUT3",
"FUR",
"DEFT",
"WILDSHAPE:BEAR"
]
},
Expand Down Expand Up @@ -73,14 +74,15 @@
"WEAKSCENT",
"DISORGANIZED",
"PACIFIST",
"WAYFARER",
"HUNGER2"
]
},
{
"id": "wildshape_cloak_deer",
"type": "ARMOR",
"name": "Wildshape Cloak: Deer",
"description": "A magical cloak that feels soft to the touch. It can be worn to morph your body to a form well-suited to escaping difficult situations. However, it places a great strain on your body.",
"description": "A magical cloak that feels soft to the touch. It can be worn to morph your body to a form well-suited to escaping difficult situations. However, it is not suited for combat.",
"looks_like": "cloak_leather",
"weight": "2060 g",
"volume": "3050 ml",
Expand Down
11 changes: 4 additions & 7 deletions data/mods/Magiclysm/traits/mutation.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,27 +307,24 @@
"name": { "str": "Wildshape: Fish" },
"points": 0,
"valid": false,
"description": "You are fish-like, making dexterous manipulation with your hands extremely difficult.",
"encumbrance_always": [ [ "hand_r", 50 ], [ "hand_l", 50 ], [ "arm_r", 50 ], [ "arm_l", 50 ] ]
"description": "You are fish-like. Just keep swimming!"
},
{
"type": "mutation",
"id": "WILDSHAPE:BEAR",
"name": { "str": "Wildshape: Bear" },
"points": 0,
"valid": false,
"description": "You are bear-like, granting you raw power in exchange for intelligence. Also, using a gun is extremely difficult.",
"encumbrance_always": [ [ "eyes", 200 ] ]
"description": "You are bear-like, granting you raw bestial power in exchange for intelligence."
},
{
"type": "mutation",
"id": "WILDSHAPE:DEER",
"name": { "str": "Wildshape: Deer" },
"points": 0,
"valid": false,
"description": "You are deer-like, giving you the ability to move quickly and escape danger. However, this takes a great toll on your body, and you don't think you should maintain this form for long.",
"encumbrance_always": [ [ "hand_r", 50 ], [ "hand_l", 50 ], [ "arm_r", 50 ], [ "arm_l", 50 ] ],
"healing_awake": -500.0
"description": "You are deer-like, giving you the ability to move quickly and escape danger. It is hard to use your arms in combat, however.",
"encumbrance_always": [ [ "hand_r", 50 ], [ "hand_l", 50 ], [ "arm_r", 50 ], [ "arm_l", 50 ] ]
},
{
"type": "mutation",
Expand Down

0 comments on commit d1695b7

Please sign in to comment.