From c1eea7859803f43a0502da5e3779169ab819d19c Mon Sep 17 00:00:00 2001 From: John-Candlebury Date: Sat, 19 Oct 2024 12:35:28 -0600 Subject: [PATCH] Update no_rust mod to 0.H --- No_rust/modinfo.json | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/No_rust/modinfo.json b/No_rust/modinfo.json index 81b60da..96cf387 100644 --- a/No_rust/modinfo.json +++ b/No_rust/modinfo.json @@ -15,9 +15,7 @@ "eoc_type": "EVENT", "required_event": "game_start", "condition": { "not": { "u_has_trait": "NO_SKILL_RUST_TRAIT" } }, - "effect": [ - { "u_add_trait": "NO_SKILL_RUST_TRAIT"} - ] + "effect": [ { "u_add_trait": "NO_SKILL_RUST_TRAIT" } ] }, { "type": "effect_on_condition", @@ -25,9 +23,7 @@ "eoc_type": "EVENT", "required_event": "game_load", "condition": { "not": { "u_has_trait": "NO_SKILL_RUST_TRAIT" } }, - "effect": [ - { "u_add_trait": "NO_SKILL_RUST_TRAIT"} - ] + "effect": [ { "u_add_trait": "NO_SKILL_RUST_TRAIT" } ] }, { "//": "This one is for NPC followers. There might be a better alternative.", @@ -36,9 +32,7 @@ "eoc_type": "EVENT", "required_event": "character_kills_monster", "condition": { "not": { "u_has_trait": "NO_SKILL_RUST_TRAIT" } }, - "effect": [ - { "u_add_trait": "NO_SKILL_RUST_TRAIT"} - ] + "effect": [ { "u_add_trait": "NO_SKILL_RUST_TRAIT" } ] }, { "type": "mutation", @@ -46,15 +40,11 @@ "name": { "str": "no skill rust" }, "points": 0, "player_display": false, - "//": "We double dip, but maybe there's no need to?", - "skill_rust_multiplier": 0, "enchantments": [ - { - "condition": "ALLWAYS", - "values": [ - { "value": "SKILL_RUST_RESIST", "add": 100000 } - ] - } + { + "condition": "ALLWAYS", + "values": [ { "value": "SKILL_RUST_RESIST", "multiply": -1.0 }, { "value": "SKILL_RUST_RESIST", "add": 10000 } ] + } ], "description": "Disables skill rust." }