Skip to content

Commit 55d2eb5

Browse files
committed
Update Cata++ thanks to CV's work
1 parent 76e098b commit 55d2eb5

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Kenan-Modpack/nocts_cata_mod_DDA/Surv_help/c_armor.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
},
234234
{
235235
"id": "c_stealth_cloak",
236-
"//": "This is obsolete and only retained here for the benefit of old saves, delete this once 0.F comes out.",
236+
"//": "Reinstated for use because it turns out ench_effects called directly from relics is broken in DDA.",
237237
"type": "enchantment",
238238
"has": "WORN",
239239
"condition": "ALWAYS",
@@ -259,16 +259,7 @@
259259
"warmth": 15,
260260
"material_thickness": 1,
261261
"environmental_protection": 4,
262-
"relic_data": {
263-
"passive_effects": [
264-
{
265-
"has": "WORN",
266-
"condition": "ALWAYS",
267-
"values": [ { "value": "SPEED", "add": -20 }, { "value": "STRENGTH", "add": -4 }, { "value": "DEXTERITY", "add": -4 } ],
268-
"ench_effects": [ { "effect": "invisibility", "intensity": 1 } ]
269-
}
270-
]
271-
},
262+
"relic_data": { "passive_effects": [ { "id": "c_stealth_cloak" } ] },
272263
"flags": [ "OVERSIZE", "HOOD", "WATERPROOF", "OUTER", "VARSIZE" ]
273264
},
274265
{

0 commit comments

Comments
 (0)