Skip to content

Commit

Permalink
Update no_rust mod to 0.H
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Candlebury committed Oct 19, 2024
1 parent a8f1c34 commit c1eea78
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions No_rust/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,15 @@
"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",
"id": "EOC_REMOVE_SKILL_RUST_ON_LOAD",
"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.",
Expand All @@ -36,25 +32,19 @@
"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",
"id": "NO_SKILL_RUST_TRAIT",
"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."
}
Expand Down

0 comments on commit c1eea78

Please sign in to comment.