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] Dont extract fake spells/stuff for translation #77940

Merged
merged 2 commits into from
Nov 18, 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
33 changes: 19 additions & 14 deletions data/mods/Xedra_Evolved/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2010,43 +2010,43 @@
{
"type": "effect_type",
"id": "mutagen_fair_folk_noble",
"name": [ "Fair Folk Mutation" ],
"desc": [ "You are gaining Fair Folk powers. This should only be visible for a moment." ],
"name": [ { "str": "Fair Folk Mutation", "//~": "NO_I18N" } ],
"desc": [ { "str": "You are gaining Fair Folk powers. This should only be visible for a moment.", "//~": "NO_I18N" } ],
"max_intensity": 3
},
{
"type": "effect_type",
"id": "mutagen_fair_folk_commoner_brownie",
"name": [ "Fair Folk Mutation" ],
"desc": [ "You are gaining Fair Folk powers. This should only be visible for a moment." ],
"name": [ { "str": "Fair Folk Mutation", "//~": "NO_I18N" } ],
"desc": [ { "str": "You are gaining Fair Folk powers. This should only be visible for a moment.", "//~": "NO_I18N" } ],
"max_intensity": 3
},
{
"type": "effect_type",
"id": "mutagen_fair_folk_commoner_pooka",
"name": [ "Fair Folk Mutation" ],
"desc": [ "You are gaining Fair Folk powers. This should only be visible for a moment." ],
"name": [ { "str": "Fair Folk Mutation", "//~": "NO_I18N" } ],
"desc": [ { "str": "You are gaining Fair Folk powers. This should only be visible for a moment.", "//~": "NO_I18N" } ],
"max_intensity": 3
},
{
"type": "effect_type",
"id": "mutagen_fair_folk_commoner_selkie",
"name": [ "Fair Folk Mutation" ],
"desc": [ "You are gaining Fair Folk powers. This should only be visible for a moment." ],
"name": [ { "str": "Fair Folk Mutation", "//~": "NO_I18N" } ],
"desc": [ { "str": "You are gaining Fair Folk powers. This should only be visible for a moment.", "//~": "NO_I18N" } ],
"max_intensity": 3
},
{
"type": "effect_type",
"id": "mutagen_fair_folk_commoner_trow",
"name": [ "Fair Folk Mutation" ],
"desc": [ "You are gaining Fair Folk powers. This should only be visible for a moment." ],
"name": [ { "str": "Fair Folk Mutation", "//~": "NO_I18N" } ],
"desc": [ { "str": "You are gaining Fair Folk powers. This should only be visible for a moment.", "//~": "NO_I18N" } ],
"max_intensity": 3
},
{
"type": "effect_type",
"id": "mutagen_lilin",
"name": [ "Lilin Mutation" ],
"desc": [ "You are gaining Lilin powers. This should only be visible for a moment." ],
"name": [ { "str": "Lilin Mutation", "//~": "NO_I18N" } ],
"desc": [ { "str": "You are gaining Lilin powers. This should only be visible for a moment.", "//~": "NO_I18N" } ],
"max_intensity": 3
},
{
Expand Down Expand Up @@ -2248,7 +2248,7 @@
"type": "effect_type",
"id": "effect_dream_drainer_armor",
"name": [ "Armored" ],
"desc": [ "The bug is shielded. This is a bug if you have it." ],
"desc": [ { "str": "The bug is shielded. This is a bug if you have it.", "//~": "NO_I18N" } ],
"max_duration": "25 s",
"rating": "bad",
"show_intensity": false,
Expand All @@ -2274,7 +2274,12 @@
"type": "effect_type",
"max_duration": "11 s",
"name": [ "Moon-starved" ],
"desc": [ "Weakens the Luna-attuned revenant if they are out of the moonlight. This is a bug if you have it." ],
"desc": [
{
"str": "Weakens the Luna-attuned revenant if they are out of the moonlight. This is a bug if you have it.",
"//~": "NO_I18N"
}
],
"rating": "bad",
"show_intensity": false,
"show_in_info": true,
Expand Down
8 changes: 4 additions & 4 deletions data/mods/Xedra_Evolved/effects/goblin_fruit_effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
{
"id": "goblin_fruit_regeneration_spell",
"type": "SPELL",
"name": "Sweet Goblin Fruit Healing Effect",
"description": "Heals the target.",
"name": { "str": "Sweet Goblin Fruit Healing Effect", "//~": "NO_I18N" },
"description": { "str": "Heals the target.", "//~": "NO_I18N" },
"valid_targets": [ "self" ],
"min_damage": -1,
"max_damage": -1,
Expand Down Expand Up @@ -68,8 +68,8 @@
{
"id": "goblin_fruit_aura_thorns",
"type": "SPELL",
"name": "Goblin fruit aura thorns",
"description": "Stab a monster that attacked you.",
"name": { "str": "Goblin fruit aura thorns", "//~": "NO_I18N" },
"description": { "str": "Stab a monster that attacked you.", "//~": "NO_I18N" },
"valid_targets": [ "hostile" ],
"flags": [ "RANDOM_DAMAGE" ],
"shape": "blast",
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Xedra_Evolved/enchantments/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
{
"id": "increase_berserking",
"type": "SPELL",
"name": "Berserking",
"description": "Increase the berserker variable.",
"name": { "str": "Berserking", "//~": "NO_I18N" },
"description": { "str": "Increase the berserker variable.", "//~": "NO_I18N" },
"valid_targets": [ "self" ],
"effect": "effect_on_condition",
"effect_str": "INCREASE_BERSERKER",
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Xedra_Evolved/enchantments/weapon.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
{
"id": "xedra_weak_healing",
"type": "SPELL",
"name": "Weak healing",
"description": "Heal 1 HP. Used in various enchantments. You can see it only in debug.",
"name": { "str": "Weak healing", "//~": "NO_I18N" },
"description": { "str": "Heal 1 HP. Used in various enchantments. You can see it only in debug.", "//~": "NO_I18N" },
"valid_targets": [ "self" ],
"min_damage": -1,
"max_damage": -1,
Expand Down
Loading
Loading