Skip to content

Commit

Permalink
fix: magic_light throwing wind_resist error via adding new `conce…
Browse files Browse the repository at this point in the history
…ntrated_mana` material

Adds a new material `contentrated_mana`.
Adds a material field on `magic_light` entry containing `concentrated_mana`.
  • Loading branch information
chrsrns committed May 23, 2024
1 parent b3ed586 commit f650090
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/mods/Magiclysm/items/ethereal_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"weight": "0 kg",
"volume": "0 ml",
"price": "0 cent",
"material": ["concentrated_mana"],
"symbol": ",",
"color": "light_green",
"covers": [ "head" ],
Expand Down
16 changes: 16 additions & 0 deletions data/mods/Magiclysm/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,21 @@
"cut_dmg_verb": "scratched",
"burn_products": [ [ "scrap_bronze", 1 ] ],
"compacts_into": [ "orichalcum_lump", "orichalcum_sliver" ]
},
{
"type": "material",
"id": "concentrated_mana",
"name": "Concentrated Mana",
"density": 2,
"bash_resist": 8,
"cut_resist": 13,
"bullet_resist": 7,
"acid_resist": 12,
"fire_resist": 20,
"elec_resist": 20,
"chip_resist": 15,
"dmg_adj": ["scratched", "cut", "shredded", "tattered"],
"bash_dmg_verb": "ripped",
"cut_dmg_verb": "sliced"
}
]

0 comments on commit f650090

Please sign in to comment.