Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Xedra Evolved] Add more Selkie powers #76602

Merged
merged 8 commits into from
Sep 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions data/mods/Xedra_Evolved/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2160,6 +2160,52 @@
"desc": [ "People can definitely see you now." ],
"rating": "bad"
},
{
"type": "effect_type",
"id": "effect_selkie_fog_cloak",
"name": [ "Cloak of Fog" ],
"desc": [ "The fog shields you from sight." ],
"apply_message": "",
"remove_message": "The fog begins to dissipate.",
"rating": "good",
"max_duration": "30 minutes",
"enchantments": [ "enchant_selkie_fog_cloak" ]
},
{
"type": "effect_type",
"id": "effect_controlling_weather",
"//": "Hidden effect, used to distinguish magical quick weather change from the weather returning to normal",
"name": [ "" ],
"desc": [ "" ]
},
{
"type": "effect_type",
"id": "effect_controlling_weather_fog",
"//": "Hidden effect, used to track magical summoned fog",
"name": [ "" ],
"desc": [ "" ]
},
{
"type": "effect_type",
"id": "effect_controlling_weather_rains",
"//": "Hidden effect, used to track magical summoned rain",
"name": [ "" ],
"desc": [ "" ]
},
{
"type": "effect_type",
"id": "effect_controlling_weather_rainstorm",
"//": "Hidden effect, used to track magical summoned rainstorms",
"name": [ "" ],
"desc": [ "" ]
},
{
"type": "effect_type",
"id": "effect_controlling_weather_lightningstorm",
"//": "Hidden effect, used to track magical summoned lightning storms",
"name": [ "" ],
"desc": [ "" ]
},
{
"type": "effect_type",
"id": "called_daffodil",
Expand Down
7 changes: 7 additions & 0 deletions data/mods/Xedra_Evolved/effects/emit.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,12 @@
"intensity": 1,
"chance": 100,
"qty": 1
},
{
"id": "emit_obscuring_fog",
"type": "emit",
"field": "fd_obscuring_fog",
"intensity": 3,
"qty": 80
}
]
9 changes: 9 additions & 0 deletions data/mods/Xedra_Evolved/enchantments/spell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"type": "enchantment",
"id": "enchant_selkie_fog_cloak",
"condition": "ALWAYS",
"has": "HELD",
"emitter": "emit_obscuring_fog"
}
]
Loading
Loading