Skip to content

Commit

Permalink
Merge pull request #77940 from Uwuewsky/no-i18n-xe
Browse files Browse the repository at this point in the history
[Xedra Evolved] Dont extract fake spells/stuff for translation
  • Loading branch information
Night-Pryanik authored Nov 18, 2024
2 parents 94048ee + 2d53e9b commit c544d81
Show file tree
Hide file tree
Showing 46 changed files with 737 additions and 567 deletions.
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 @@ -2017,43 +2017,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 @@ -2255,7 +2255,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 @@ -2281,7 +2281,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

0 comments on commit c544d81

Please sign in to comment.