From 9acb03d19ddc517b2de09f4d7a58d15166d95f6a Mon Sep 17 00:00:00 2001 From: Sab Pyrope Date: Tue, 19 Nov 2024 13:12:30 +0800 Subject: [PATCH] NO_I18N misc --- .../furniture_and_terrain/terrain-walls.json | 18 +- data/json/items/gunmod/barrel.json | 7 +- data/json/items/newspaper.json | 4 +- data/json/monsters/fish.json | 20 +- data/json/mutations/mutations.json | 93 ++--- data/json/npcs/Backgrounds/religious_1.json | 4 +- data/json/snippets/fungaloid_anatomy.json | 7 +- data/json/snippets/mi-go_anatomy.json | 7 +- data/json/snippets/mutant_anatomy.json | 89 +++-- data/json/snippets/names.json | 18 +- data/json/snippets/power_leech_anatomy.json | 7 +- data/json/snippets/snippets.json | 6 + data/json/snippets/triffid_anatomy.json | 7 +- data/json/snippets/zombie_anatomy.json | 351 +++++++----------- data/mods/Aftershock/mutations/mutations.json | 4 +- .../spells/psionics/enchantments.json | 7 +- data/mods/Aftershock/ui.json | 80 ++-- .../perkdata/sight_beyond_sight.json | 4 +- .../perkdata/undying_loyalty.json | 4 +- data/mods/MMA/martial.json | 2 +- data/mods/MMA/spells.json | 4 +- .../mods/Magiclysm/monsters/demon_spider.json | 2 +- data/mods/No_Hope/items.json | 4 +- data/mods/Perk_melee/PERKS/perks.json | 4 +- data/mods/Perk_melee/spells.json | 4 +- data/mods/Sky_Island/items.json | 4 +- data/mods/Sky_Island/ui.json | 18 +- 27 files changed, 360 insertions(+), 419 deletions(-) diff --git a/data/json/furniture_and_terrain/terrain-walls.json b/data/json/furniture_and_terrain/terrain-walls.json index 853841176ad84..f25b070b02da0 100644 --- a/data/json/furniture_and_terrain/terrain-walls.json +++ b/data/json/furniture_and_terrain/terrain-walls.json @@ -18,7 +18,7 @@ "type": "terrain", "abstract": "t_abstract_column", "name": { "str": "abstract column", "//~": "NO_I18N" }, - "description": "Encompasses rock columns. If you see this in-game, it's a bug.", + "description": { "str": "Encompasses rock columns. If you see this in-game, it's a bug.", "//~": "NO_I18N" }, "color": "light_gray", "symbol": "1", "move_cost": 0, @@ -48,7 +48,7 @@ "abstract": "t_abstract_wall_wood", "copy-from": "t_abstract_wall", "name": { "str": "abstract wooden wall", "//~": "NO_I18N" }, - "description": "Encompasses most wood-like walls. If you see this in-game, it's a bug.", + "description": { "str": "Encompasses most wood-like walls. If you see this in-game, it's a bug.", "//~": "NO_I18N" }, "roof": "t_wood_roof", "extend": { "flags": [ "FLAMMABLE" ] } }, @@ -57,7 +57,7 @@ "abstract": "t_abstract_wall_concrete", "copy-from": "t_abstract_wall", "name": { "str": "abstract concrete wall", "//~": "NO_I18N" }, - "description": "Encompasses most concrete-like walls. If you see this in-game, it's a bug.", + "description": { "str": "Encompasses most concrete-like walls. If you see this in-game, it's a bug.", "//~": "NO_I18N" }, "roof": "t_concrete_roof", "color": "light_gray" }, @@ -66,7 +66,7 @@ "abstract": "t_abstract_wall_brick", "copy-from": "t_abstract_wall", "name": { "str": "abstract brick wall", "//~": "NO_I18N" }, - "description": "Encompasses most brick-like walls. If you see this in-game, it's a bug.", + "description": { "str": "Encompasses most brick-like walls. If you see this in-game, it's a bug.", "//~": "NO_I18N" }, "roof": "t_brick_roof", "color": "brown" }, @@ -75,7 +75,7 @@ "abstract": "t_abstract_wall_stone", "copy-from": "t_abstract_wall", "name": { "str": "abstract stone wall", "//~": "NO_I18N" }, - "description": "Encompasses most stone-like walls. If you see this in-game, it's a bug.", + "description": { "str": "Encompasses most stone-like walls. If you see this in-game, it's a bug.", "//~": "NO_I18N" }, "color": "light_gray", "roof": "t_rock_roof" }, @@ -84,7 +84,7 @@ "abstract": "t_abstract_wall_metal", "copy-from": "t_abstract_wall", "name": { "str": "abstract metal wall", "//~": "NO_I18N" }, - "description": "Encompasses most metal-like walls. If you see this in-game, it's a bug.", + "description": { "str": "Encompasses most metal-like walls. If you see this in-game, it's a bug.", "//~": "NO_I18N" }, "color": "cyan", "roof": "t_metal_flat_roof" }, @@ -93,7 +93,7 @@ "abstract": "t_abstract_wall_earthen", "copy-from": "t_abstract_wall", "name": { "str": "abstract earthen wall", "//~": "NO_I18N" }, - "description": "Encompasses most below-ground walls. If you see this in-game, it's a bug.", + "description": { "str": "Encompasses most below-ground walls. If you see this in-game, it's a bug.", "//~": "NO_I18N" }, "color": "brown" }, { @@ -101,7 +101,7 @@ "abstract": "t_abstract_wall_glass", "copy-from": "t_abstract_wall", "name": { "str": "abstract glass wall", "//~": "NO_I18N" }, - "description": "Encompasses most wall-sized glass panes. If you see this in-game, it's a bug.", + "description": { "str": "Encompasses most wall-sized glass panes. If you see this in-game, it's a bug.", "//~": "NO_I18N" }, "color": "cyan", "roof": "t_flat_roof", "coverage": 0, @@ -130,7 +130,7 @@ "abstract": "t_wall_color", "copy-from": "t_wall", "name": { "str": "abstract colored wall", "//~": "NO_I18N" }, - "description": "An abstract for t_wall color variants. If you see this in-game, it's a bug.", + "description": { "str": "An abstract for t_wall color variants. If you see this in-game, it's a bug.", "//~": "NO_I18N" }, "extend": { "flags": [ "CHIP" ] } }, { diff --git a/data/json/items/gunmod/barrel.json b/data/json/items/gunmod/barrel.json index 666482818c04e..21c99a5b68481 100644 --- a/data/json/items/gunmod/barrel.json +++ b/data/json/items/gunmod/barrel.json @@ -52,8 +52,11 @@ { "id": "upstest", "type": "GUNMOD", - "name": { "str_sp": "UPS test" }, - "description": "Test mod for UPS drain on mods, this should never spawn, if you see this, it's a bug. 50x more UPS drain.", + "name": { "str_sp": "UPS test", "//~": "NO_I18N" }, + "description": { + "str": "Test mod for UPS drain on mods, this should never spawn, if you see this, it's a bug. 50x more UPS drain.", + "//~": "NO_I18N" + }, "weight": "450 g", "volume": "500 ml", "price": "200 USD", diff --git a/data/json/items/newspaper.json b/data/json/items/newspaper.json index a3d54e70ddbc0..a453a7917c0ed 100644 --- a/data/json/items/newspaper.json +++ b/data/json/items/newspaper.json @@ -628,14 +628,14 @@ { "id": "hp_original", "name": { "str": "picture" }, - "description": "", + "description": { "str": "", "//~": "NO_I18N" }, "expand_snippets": true, "weight": 200 }, { "id": "hp_snippet_nested", "name": { "str": "picture" }, - "description": "", + "description": { "str": "", "//~": "NO_I18N" }, "expand_snippets": true, "weight": 40 } diff --git a/data/json/monsters/fish.json b/data/json/monsters/fish.json index ff56e49714129..87e9804a67786 100644 --- a/data/json/monsters/fish.json +++ b/data/json/monsters/fish.json @@ -43,9 +43,9 @@ { "abstract": "mon_fish_tiny", "type": "MONSTER", - "name": { "str_sp": "tiny fish" }, + "name": { "str_sp": "tiny fish", "//~": "NO_I18N" }, "//": "a default fish type - does not appear in-game", - "description": "A tiny fish.", + "description": { "str": "A tiny fish.", "//~": "NO_I18N" }, "default_faction": "fish_tiny", "bodytype": "fish", "categories": [ "WILDLIFE" ], @@ -74,9 +74,9 @@ { "abstract": "mon_fish_small", "type": "MONSTER", - "name": { "str_sp": "small fish" }, + "name": { "str_sp": "small fish", "//~": "NO_I18N" }, "//": "a default fish type - does not appear in-game", - "description": "A small fish.", + "description": { "str": "A small fish.", "//~": "NO_I18N" }, "default_faction": "fish_small", "bodytype": "fish", "categories": [ "WILDLIFE" ], @@ -106,9 +106,9 @@ { "abstract": "mon_fish_medium", "type": "MONSTER", - "description": "A medium fish.", + "description": { "str": "A medium fish.", "//~": "NO_I18N" }, "default_faction": "fish_medium", - "name": { "str_sp": "medium fish" }, + "name": { "str_sp": "medium fish", "//~": "NO_I18N" }, "//": "a default fish type - does not appear in-game", "bodytype": "fish", "categories": [ "WILDLIFE" ], @@ -138,13 +138,13 @@ { "abstract": "mon_fish_large", "type": "MONSTER", - "description": "A large fish.", + "description": { "str": "A large fish.", "//~": "NO_I18N" }, "default_faction": "fish_large", "bodytype": "fish", "categories": [ "WILDLIFE" ], "species": [ "FISH" ], "volume": "16 L", - "name": { "str_sp": "large fish" }, + "name": { "str_sp": "large fish", "//~": "NO_I18N" }, "//": "a default fish type - does not appear in-game", "weight": "12 kg", "hp": 20, @@ -170,13 +170,13 @@ { "abstract": "mon_fish_huge", "type": "MONSTER", - "description": "A huge fish.", + "description": { "str": "A huge fish.", "//~": "NO_I18N" }, "default_faction": "fish_large", "bodytype": "fish", "categories": [ "WILDLIFE" ], "species": [ "FISH" ], "volume": "30 L", - "name": { "str_sp": "huge fish" }, + "name": { "str_sp": "huge fish", "//~": "NO_I18N" }, "//": "a default fish type - does not appear in-game", "weight": "40750 g", "hp": 30, diff --git a/data/json/mutations/mutations.json b/data/json/mutations/mutations.json index d74d0e0d32c34..5228cc4dfcd95 100644 --- a/data/json/mutations/mutations.json +++ b/data/json/mutations/mutations.json @@ -2,12 +2,12 @@ { "type": "mutation", "id": "CHANGING", - "name": { "str": "Changing" }, + "name": { "str": "Changing", "//~": "NO_I18N" }, "points": 0, "player_display": false, "purifiable": false, "valid": false, - "description": "You shouldn't see this. This makes you mutate.", + "description": { "str": "You shouldn't see this. This makes you mutate.", "//~": "NO_I18N" }, "flags": [ "CHANGING" ] }, { @@ -2931,7 +2931,7 @@ { "type": "mutation", "id": "DOWN", - "name": { "str": "Down" }, + "name": { "str": "Down", "ctxt": "mutation" }, "points": 0, "vitamin_cost": 60, "visibility": 4, @@ -9335,9 +9335,9 @@ { "type": "mutation", "id": "NPC_BRANDY", - "name": { "str": "Carries Brandy" }, + "name": { "str": "Carries Brandy", "//~": "NO_I18N" }, "points": 0, - "description": "This Bartender now carries brandy!", + "description": { "str": "This Bartender now carries brandy!", "//~": "NO_I18N" }, "player_display": false, "valid": false, "purifiable": false @@ -9345,9 +9345,9 @@ { "type": "mutation", "id": "NPC_RUM", - "name": { "str": "Carries Rum" }, + "name": { "str": "Carries Rum", "//~": "NO_I18N" }, "points": 0, - "description": "This Bartender now carries rum!", + "description": { "str": "This Bartender now carries rum!", "//~": "NO_I18N" }, "player_display": false, "valid": false, "purifiable": false @@ -9355,9 +9355,9 @@ { "type": "mutation", "id": "NPC_WHISKEY", - "name": { "str": "Carries Whiskey" }, + "name": { "str": "Carries Whiskey", "//~": "NO_I18N" }, "points": 0, - "description": "This Bartender now carries whiskey!", + "description": { "str": "This Bartender now carries whiskey!", "//~": "NO_I18N" }, "player_display": false, "valid": false, "purifiable": false @@ -9365,9 +9365,9 @@ { "type": "mutation", "id": "NPC_MISSION_LEV_1", - "name": { "str": "Has Level 1 Companion Missions" }, + "name": { "str": "Has Level 1 Companion Missions", "//~": "NO_I18N" }, "points": 0, - "description": "New mission options have become available!", + "description": { "str": "New mission options have become available!", "//~": "NO_I18N" }, "player_display": false, "valid": false, "purifiable": false @@ -9375,9 +9375,9 @@ { "type": "mutation", "id": "NPC_CONSTRUCTION_LEV_1", - "name": { "str": "Has Level 1 Construction Built" }, + "name": { "str": "Has Level 1 Construction Built", "//~": "NO_I18N" }, "points": 0, - "description": "New options may have become available!", + "description": { "str": "New options may have become available!", "//~": "NO_I18N" }, "player_display": false, "valid": false, "purifiable": false @@ -9385,9 +9385,9 @@ { "type": "mutation", "id": "NPC_CONSTRUCTION_LEV_2", - "name": { "str": "Has Level 2 Construction Built" }, + "name": { "str": "Has Level 2 Construction Built", "//~": "NO_I18N" }, "points": 0, - "description": "New options may have become available!", + "description": { "str": "New options may have become available!", "//~": "NO_I18N" }, "player_display": false, "valid": false, "purifiable": false @@ -9395,9 +9395,9 @@ { "type": "mutation", "id": "NPC_STARTING_NPC", - "name": { "str": "Starting NPC" }, + "name": { "str": "Starting NPC", "//~": "NO_I18N" }, "points": 0, - "description": "Marker for starting NPCs", + "description": { "str": "Marker for starting NPCs", "//~": "NO_I18N" }, "player_display": false, "valid": false, "purifiable": false @@ -9405,9 +9405,9 @@ { "type": "mutation", "id": "NPC_STATIC_NPC", - "name": { "str": "Static NPC" }, + "name": { "str": "Static NPC", "//~": "NO_I18N" }, "points": 0, - "description": "Marker for static NPCs", + "description": { "str": "Marker for static NPCs", "//~": "NO_I18N" }, "player_display": false, "valid": false, "purifiable": false @@ -9415,47 +9415,51 @@ { "type": "mutation", "id": "HALLUCINATION", - "name": { "str": "Hallucination" }, + "name": { "str": "Hallucination", "//~": "NO_I18N" }, "points": 0, "valid": false, - "description": "NPC trait that makes them be hallucination. It is a bug if you have it.", + "description": { "str": "NPC trait that makes them be hallucination. It is a bug if you have it.", "//~": "NO_I18N" }, "player_display": false, "threshold": true }, { "type": "mutation", "id": "IGNORE_SOUND", - "name": { "str": "Ignores Sounds" }, + "name": { "str": "Ignores Sounds", "//~": "NO_I18N" }, "points": 99, "valid": false, - "description": "NPC ignores sounds and does not investigate them. If you see this, it's is a bug.", + "description": { "str": "NPC ignores sounds and does not investigate them. If you see this, it's is a bug.", "//~": "NO_I18N" }, + "player_display": false, "purifiable": false }, { "type": "mutation", "id": "NO_BASH", - "name": { "str": "Will Not Bash" }, + "name": { "str": "Will Not Bash", "//~": "NO_I18N" }, "points": 99, "valid": false, - "description": "NPC will not bash to reach things. If you see this, it's a bug.", + "description": { "str": "NPC will not bash to reach things. If you see this, it's a bug.", "//~": "NO_I18N" }, + "player_display": false, "purifiable": false }, { "type": "mutation", "id": "RETURN_TO_START_POS", - "name": { "str": "Returns to Start POS" }, + "name": { "str": "Returns to Start POS", "//~": "NO_I18N" }, "points": 99, "valid": false, - "description": "NPC will return to its spawn position on idle.", + "description": { "str": "NPC will return to its spawn position on idle.", "//~": "NO_I18N" }, + "player_display": false, "purifiable": false }, { "id": "GETS_RANDOM_MISSION", "type": "mutation", - "name": { "str": "Assign Random Mission" }, - "description": "This is an AI tag to give a static NPC a random mission. If you see this, it's a bug.", + "name": { "str": "Assign Random Mission", "//~": "NO_I18N" }, + "description": { "str": "This is an AI tag to give a static NPC a random mission. If you see this, it's a bug.", "//~": "NO_I18N" }, "points": 0, "valid": false, + "player_display": false, "purifiable": false, "active": true, "starts_active": true, @@ -9464,10 +9468,14 @@ { "id": "GETS_RANDOM_MISSION_NOMOVE", "type": "mutation", - "name": { "str": "Assign Random No-move Mission" }, - "description": "This is an AI tag to give a static NPC a random mission that doesn't involve them following you. If you see this, it's a bug.", + "name": { "str": "Assign Random No-move Mission", "//~": "NO_I18N" }, + "description": { + "str": "This is an AI tag to give a static NPC a random mission that doesn't involve them following you. If you see this, it's a bug.", + "//~": "NO_I18N" + }, "points": 0, "valid": false, + "player_display": false, "purifiable": false, "active": true, "starts_active": true, @@ -9649,7 +9657,7 @@ { "type": "mutation", "id": "DEBUG_MANA_FURNACE_active", - "name": { "str": "Debug Mana Furnace (ON) " }, + "name": { "str": "Debug Mana Furnace (ON)" }, "description": "You're burning mana like crazy to burn of all bugs, also making you glow softly.", "copy-from": "DEBUG_MANA_FURNACE", "cost": 100, @@ -9775,20 +9783,20 @@ { "type": "mutation", "id": "BEE", - "name": { "str": "Bee" }, + "name": { "str": "Bee", "//~": "NO_I18N" }, "points": 0, "valid": false, - "description": "NPC trait that makes monsters see it as a bee. It is a bug (heh) if you have it.", + "description": { "str": "NPC trait that makes monsters see it as a bee. It is a bug (heh) if you have it.", "//~": "NO_I18N" }, "player_display": false, "threshold": true }, { "type": "mutation", "id": "MYCUS_FRIEND", - "name": { "str": "Mycus friend" }, + "name": { "str": "Mycus friend", "//~": "NO_I18N" }, "points": 0, "valid": false, - "description": "NPC trait that makes fungaloid monsters see this NPC as a friend.", + "description": { "str": "NPC trait that makes fungaloid monsters see this NPC as a friend.", "//~": "NO_I18N" }, "player_display": false }, { @@ -10237,10 +10245,13 @@ { "type": "mutation", "id": "CARNIVORE_FAKE", - "name": { "str": "Imitation Carnivore" }, + "name": { "str": "Imitation Carnivore", "//~": "NO_I18N" }, "points": 0, "vitamin_cost": 160, - "description": "Fake mutation to allow post-threshold Ursine mutants access to mutations normally gated behind Carnivore. This is not meant to be visible in-game.", + "description": { + "str": "Fake mutation to allow post-threshold Ursine mutants access to mutations normally gated behind Carnivore. This is not meant to be visible in-game.", + "//~": "NO_I18N" + }, "category": [ "URSINE" ], "threshreq": [ "THRESH_URSINE" ], "player_display": false @@ -10276,8 +10287,8 @@ { "type": "mutation", "id": "TAINTED_SHADOW", - "name": { "str": "Tainted Shadow" }, - "description": "You shouldn't see this. This makes you spawn tainted shadows.", + "name": { "str": "Tainted Shadow", "//~": "NO_I18N" }, + "description": { "str": "You shouldn't see this. This makes you spawn tainted shadows.", "//~": "NO_I18N" }, "points": 0, "player_display": false, "purifiable": false, @@ -10542,7 +10553,6 @@ "type": "mutation", "id": "NOT_GLASS", "name": { "str": "Comfortably Fluid" }, - "player_display": true, "points": 1, "description": "You can hear your heartbeat in your ears, feel the blood sloshing around in your veins. The uneven hitches in your breath, the aches in your joints, the rumbling of your stomach. It's nasty and messy and ugly. And you are extremely grateful for that.", "starting_trait": false, @@ -10554,7 +10564,6 @@ "id": "NO_CBM_INSTALLATION", "name": { "str": "Oversensitive System" }, "description": "While it doesn't cause you any problems in daily life, your immune system and body chemistry are overly sensitive to foreign implants. You cannot have any CBMs installed.", - "player_display": true, "points": -8, "starting_trait": true, "valid": false, diff --git a/data/json/npcs/Backgrounds/religious_1.json b/data/json/npcs/Backgrounds/religious_1.json index 4793393340ab2..1c3be9683eada 100644 --- a/data/json/npcs/Backgrounds/religious_1.json +++ b/data/json/npcs/Backgrounds/religious_1.json @@ -30,8 +30,8 @@ "type": "effect_type", "id": "player_rude_BGSS_RELIGIOUS_1_FAITH1", "//": "Defined here in the conversation section because this should be the only time this very specific effect is referenced.", - "name": [ "Religious Offense" ], - "desc": [ "AI tag used when you offended an NPC with a specific conversation option. This is a bug if you have it." ] + "//1": "Religious Offense", + "//2": "AI tag used when you offended an NPC with a specific conversation option. This is a bug if you have it." }, { "id": "BGSS_RELIGIOUS_1_FAITH1", diff --git a/data/json/snippets/fungaloid_anatomy.json b/data/json/snippets/fungaloid_anatomy.json index 08863ce8bae1e..351fa182c0016 100644 --- a/data/json/snippets/fungaloid_anatomy.json +++ b/data/json/snippets/fungaloid_anatomy.json @@ -27,10 +27,7 @@ { "type": "snippet", "category": "", - "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": " ", "//~": "NO_I18N" } } - ] + "//": "NO_I18N", + "text": [ "", "", " " ] } ] diff --git a/data/json/snippets/mi-go_anatomy.json b/data/json/snippets/mi-go_anatomy.json index fff68594343ec..61ae063cffd18 100644 --- a/data/json/snippets/mi-go_anatomy.json +++ b/data/json/snippets/mi-go_anatomy.json @@ -29,10 +29,7 @@ { "type": "snippet", "category": "", - "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": " ", "//~": "NO_I18N" } } - ] + "//": "NO_I18N", + "text": [ "", "", " " ] } ] diff --git a/data/json/snippets/mutant_anatomy.json b/data/json/snippets/mutant_anatomy.json index df4a5ce928aa2..4340b0ca7c492 100644 --- a/data/json/snippets/mutant_anatomy.json +++ b/data/json/snippets/mutant_anatomy.json @@ -744,123 +744,138 @@ { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - ".", - ". .", - ". . ." + "", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - ".", - ". .", - ". . ." + " ", + "", + " " ] }, { "type": "snippet", "category": "", - "text": [ "", " ." ] + "//": "NO_I18N", + "text": [ "", " " ] }, { "type": "snippet", "category": "", - "text": [ "", " ." ] + "//": "NO_I18N", + "text": [ "", " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - ".", - ". ." + "", + " " ] }, { "type": "snippet", "category": "", - "text": [ "", " ." ] + "//": "NO_I18N", + "text": [ "", " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - ".", - ". .", - ". . ." + "", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ "", - ". .", - ". . ." + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - " .", - ".", - ". . ", - ". . ." + " ", + "", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - ". .", - ". .", - ". . ." + " ", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - ".", - ". . ." + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - ".", - ". .", - ". . ." + "", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - ".", - ".", - ". ." + "", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - ".", - ".", - ". ." + "", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - ".", - ".", - ". ." + "", + "", + " " ] } ] diff --git a/data/json/snippets/names.json b/data/json/snippets/names.json index 1974762ebda7c..4b114c5056dc5 100644 --- a/data/json/snippets/names.json +++ b/data/json/snippets/names.json @@ -2,26 +2,20 @@ { "type": "snippet", "category": "", - "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } } - ] + "//": "NO_I18N", + "text": [ "", "" ] }, { "type": "snippet", "category": "", - "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } } - ] + "//": "NO_I18N", + "text": [ "", "" ] }, { "type": "snippet", "category": "", - "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } } - ] + "//": "NO_I18N", + "text": [ "", "" ] }, { "type": "snippet", diff --git a/data/json/snippets/power_leech_anatomy.json b/data/json/snippets/power_leech_anatomy.json index 575b43cec9f3f..ff7bcc7909965 100644 --- a/data/json/snippets/power_leech_anatomy.json +++ b/data/json/snippets/power_leech_anatomy.json @@ -27,10 +27,7 @@ { "type": "snippet", "category": "", - "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": " ", "//~": "NO_I18N" } } - ] + "//": "NO_I18N", + "text": [ "", "", " " ] } ] diff --git a/data/json/snippets/snippets.json b/data/json/snippets/snippets.json index 23d8594ab3278..02dd8934c53c7 100644 --- a/data/json/snippets/snippets.json +++ b/data/json/snippets/snippets.json @@ -1,4 +1,10 @@ [ + { + "type": "snippet", + "category": "", + "//": "full stop/dot symbol", + "text": [ { "text": { "ctxt": "punctuation", "str": "." } } ] + }, { "type": "snippet", "category": "", diff --git a/data/json/snippets/triffid_anatomy.json b/data/json/snippets/triffid_anatomy.json index e868ea9cae26e..44b5c15de2849 100644 --- a/data/json/snippets/triffid_anatomy.json +++ b/data/json/snippets/triffid_anatomy.json @@ -25,10 +25,7 @@ { "type": "snippet", "category": "", - "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": " ", "//~": "NO_I18N" } } - ] + "//": "NO_I18N", + "text": [ "", "", " " ] } ] diff --git a/data/json/snippets/zombie_anatomy.json b/data/json/snippets/zombie_anatomy.json index 8c45c9881b7be..db655378ef11b 100644 --- a/data/json/snippets/zombie_anatomy.json +++ b/data/json/snippets/zombie_anatomy.json @@ -382,370 +382,293 @@ { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + "", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + "", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + "", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + "", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { "text": { "str": " ", "//~": "NO_I18N" } } + "", + " ", + " ", + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": " ", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + "", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { "text": { "str": " ", "//~": "NO_I18N" } } + "", + " ", + " ", + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { "text": { "str": " ", "//~": "NO_I18N" } } + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": " ", "//~": "NO_I18N" } }, - { "text": { "str": " ", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { "text": { "str": " ", "//~": "NO_I18N" } } + " ", + " ", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": " ", "//~": "NO_I18N" } }, - { "text": { "str": " ", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { "text": { "str": " ", "//~": "NO_I18N" } } + " ", + " ", + " ", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + " ", + "", + " ", + "" ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": " ", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + " ", + " ", + " ", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + "", + " ", + "", + " " ] }, { "type": "snippet", "category": "", + "//": "NO_I18N", "text": [ - { "text": { "str": " ", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - } + " ", + " ", + " ", + " " ] }, { "type": "snippet", "category": "", - "text": [ - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { "text": { "str": "", "//~": "NO_I18N" } }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { - "text": { "str": " ", "//~": "NO_I18N" } - }, - { "text": { "str": " ", "//~": "NO_I18N" } } + "//": "NO_I18N", + "text": [ + "", + " ", + " ", + "", + "", + " " ] } ] diff --git a/data/mods/Aftershock/mutations/mutations.json b/data/mods/Aftershock/mutations/mutations.json index edfcf328d8b18..cc765e7f5bde7 100644 --- a/data/mods/Aftershock/mutations/mutations.json +++ b/data/mods/Aftershock/mutations/mutations.json @@ -2,10 +2,10 @@ { "type": "mutation", "id": "PrepNet", - "name": { "str": "PrepNet Tag" }, + "name": { "str": "PrepNet Tag", "//~": "NO_I18N" }, "points": 0, "valid": false, - "description": "NPC trait that makes monsters see it as a PrepNet. It is a bug if you have it.", + "description": { "str": "NPC trait that makes monsters see it as a PrepNet. It is a bug if you have it.", "//~": "NO_I18N" }, "player_display": false, "threshold": true }, diff --git a/data/mods/Aftershock/spells/psionics/enchantments.json b/data/mods/Aftershock/spells/psionics/enchantments.json index e9d07601d712b..183caaf0b1ea1 100644 --- a/data/mods/Aftershock/spells/psionics/enchantments.json +++ b/data/mods/Aftershock/spells/psionics/enchantments.json @@ -9,8 +9,11 @@ { "id": "afs_electrokin_zap_attacked", "type": "SPELL", - "name": "Electrokinetic aura thorns", - "description": "Do electrical damage to a monster that attacked you. If you have this directly its a bug.", + "name": { "str": "Electrokinetic aura thorns", "//~": "NO_I18N" }, + "description": { + "str": "Do electrical damage to a monster that attacked you. If you have this directly its a bug.", + "//~": "NO_I18N" + }, "valid_targets": [ "hostile" ], "flags": [ "RANDOM_DAMAGE" ], "shape": "blast", diff --git a/data/mods/Aftershock/ui.json b/data/mods/Aftershock/ui.json index 0d58f964803d1..a1bfc82f78553 100644 --- a/data/mods/Aftershock/ui.json +++ b/data/mods/Aftershock/ui.json @@ -70,152 +70,152 @@ "clauses": [ { "id": "full30", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "96.67" ] } }, { "id": "full29", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▅", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▅", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "93.33" ] } }, { "id": "full28", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▂", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▂", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "90.00" ] } }, { "id": "full27", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇  ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇  ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "86.67" ] } }, { "id": "full26", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▅  ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▅  ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "83.33" ] } }, { "id": "full25", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▂  ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▂  ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "80.00" ] } }, { "id": "full24", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇    ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇    ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "76.67" ] } }, { "id": "full23", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▅    ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▅    ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "73.33" ] } }, { "id": "full22", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▂    ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▂    ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "70.00" ] } }, { "id": "full21", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇      ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇      ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "66.67" ] } }, { "id": "full20", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▅      ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▅      ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "63.33" ] } }, { "id": "full19", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▂      ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▂      ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "60.00" ] } }, { "id": "full18", - "text": "▇ ▇ ▇ ▇ ▇ ▇        ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇        ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "56.67" ] } }, { "id": "full17", - "text": "▇ ▇ ▇ ▇ ▇ ▅        ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▅        ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "53.33" ] } }, { "id": "full16", - "text": "▇ ▇ ▇ ▇ ▇ ▂        ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▂        ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "50.00" ] } }, { "id": "full15", - "text": "▇ ▇ ▇ ▇ ▇          ", + "text": { "str": "▇ ▇ ▇ ▇ ▇          ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "46.67" ] } }, { "id": "full14", - "text": "▇ ▇ ▇ ▇ ▅          ", + "text": { "str": "▇ ▇ ▇ ▇ ▅          ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "43.33" ] } }, { "id": "full13", - "text": "▇ ▇ ▇ ▇ ▂          ", + "text": { "str": "▇ ▇ ▇ ▇ ▂          ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "40.00" ] } }, { "id": "full12", - "text": "▇ ▇ ▇ ▇            ", + "text": { "str": "▇ ▇ ▇ ▇            ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "36.67" ] } }, { "id": "full11", - "text": "▇ ▇ ▇ ▅            ", + "text": { "str": "▇ ▇ ▇ ▅            ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "33.33" ] } }, { "id": "full10", - "text": "▇ ▇ ▇ ▂            ", + "text": { "str": "▇ ▇ ▇ ▂            ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "30.00" ] } }, { "id": "full9", - "text": "▇ ▇ ▇              ", + "text": { "str": "▇ ▇ ▇              ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "26.67" ] } }, { "id": "full8", - "text": "▇ ▇ ▅              ", + "text": { "str": "▇ ▇ ▅              ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "23.33" ] } }, { "id": "full7", - "text": "▇ ▇ ▂              ", + "text": { "str": "▇ ▇ ▂              ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "20.00" ] } }, { "id": "full6", - "text": "▇ ▇                ", + "text": { "str": "▇ ▇                ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "16.67" ] } }, { "id": "full5", - "text": "▇ ▅                ", + "text": { "str": "▇ ▅                ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "13.33" ] } }, { "id": "full4", - "text": "▇ ▂                ", + "text": { "str": "▇ ▂                ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "10.00" ] } }, { "id": "full3", - "text": "▇                  ", + "text": { "str": "▇                  ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "6.67" ] } }, { "id": "full2", - "text": "▅                  ", + "text": { "str": "▅                  ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">=", "3.33" ] } }, { "id": "full1", - "text": "▂                  ", + "text": { "str": "▂                  ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_ratio", ">", "0.00" ] } }, { @@ -235,52 +235,52 @@ "clauses": [ { "id": "full10", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_power_ratio", ">=", "90" ] } }, { "id": "full9", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇  ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇  ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_power_ratio", ">=", "80" ] } }, { "id": "full8", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇    ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇ ▇    ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_power_ratio", ">=", "70" ] } }, { "id": "full7", - "text": "▇ ▇ ▇ ▇ ▇ ▇ ▇      ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇ ▇      ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_power_ratio", ">=", "60" ] } }, { "id": "full6", - "text": "▇ ▇ ▇ ▇ ▇ ▇       ", + "text": { "str": "▇ ▇ ▇ ▇ ▇ ▇       ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_power_ratio", ">=", "50" ] } }, { "id": "full5", - "text": "▇ ▇ ▇ ▇ ▇          ", + "text": { "str": "▇ ▇ ▇ ▇ ▇          ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_power_ratio", ">=", "40" ] } }, { "id": "full4", - "text": "▇ ▇ ▇ ▇            ", + "text": { "str": "▇ ▇ ▇ ▇            ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_power_ratio", ">=", "30" ] } }, { "id": "full3", - "text": "▇ ▇ ▇              ", + "text": { "str": "▇ ▇ ▇              ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_power_ratio", ">=", "20" ] } }, { "id": "full2", - "text": "▇ ▇                ", + "text": { "str": "▇ ▇                ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_power_ratio", ">=", "10" ] } }, { "id": "full1", - "text": "▇                  ", + "text": { "str": "▇                  ", "//~": "NO_I18N" }, "condition": { "math": [ "u_shield_power_ratio", ">", "0" ] } }, { diff --git a/data/mods/BombasticPerks/perkdata/sight_beyond_sight.json b/data/mods/BombasticPerks/perkdata/sight_beyond_sight.json index 104bbe9878d3d..7f2df448de5fb 100644 --- a/data/mods/BombasticPerks/perkdata/sight_beyond_sight.json +++ b/data/mods/BombasticPerks/perkdata/sight_beyond_sight.json @@ -2,10 +2,10 @@ { "type": "mutation", "id": "perk_sight_beyond_sight_active", - "name": { "str": "Sight Beyond Sight Active" }, + "name": { "str": "Sight Beyond Sight Active", "//~": "NO_I18N" }, "points": 0, "player_display": false, - "description": "Your Sight Beyond Sight is active. You should never see this.", + "description": { "str": "Your Sight Beyond Sight is active. You should never see this.", "//~": "NO_I18N" }, "enchantments": [ { "values": [ { "value": "SIGHT_RANGE_NETHER", "add": { "math": [ "( u_val('perception') + u_val('intelligence'))" ] } } ] diff --git a/data/mods/BombasticPerks/perkdata/undying_loyalty.json b/data/mods/BombasticPerks/perkdata/undying_loyalty.json index c8d3e49069323..7204e8d22cdbe 100644 --- a/data/mods/BombasticPerks/perkdata/undying_loyalty.json +++ b/data/mods/BombasticPerks/perkdata/undying_loyalty.json @@ -23,8 +23,8 @@ { "id": "perk_undying_loyalty_spell", "type": "SPELL", - "name": "Undying Loyalty Spell", - "description": "The spell to activate the Undying Loyalty effect. It's a bug if you have it.", + "name": { "str": "Undying Loyalty Spell", "//~": "NO_I18N" }, + "description": { "str": "The spell to activate the Undying Loyalty effect. It's a bug if you have it.", "//~": "NO_I18N" }, "valid_targets": [ "ally" ], "flags": [ "SILENT", "NO_HANDS", "NO_LEGS", "NO_EXPLOSION_SFX" ], "effect": "attack", diff --git a/data/mods/MMA/martial.json b/data/mods/MMA/martial.json index d16fe28a93d9b..f9991fd0904ff 100644 --- a/data/mods/MMA/martial.json +++ b/data/mods/MMA/martial.json @@ -92,7 +92,7 @@ { "abstract": "scroll_martial_base", "type": "TOOL", - "name": { "str": "scroll abstract" }, + "name": { "str": "scroll abstract", "//~": "NO_I18N" }, "weight": "415 g", "volume": "250 ml", "material": [ "paper" ], diff --git a/data/mods/MMA/spells.json b/data/mods/MMA/spells.json index 11045438411d7..47b98d51abe8b 100644 --- a/data/mods/MMA/spells.json +++ b/data/mods/MMA/spells.json @@ -2,11 +2,11 @@ { "type": "SPELL", "id": "learn_ki_strike", - "name": { "str": "Ki Strike Meditations" }, + "name": { "str": "Ki Strike Meditations", "//~": "NO_I18N" }, + "description": { "str": "This grants a specific mutation.", "//~": "NO_I18N" }, "effect": "mutate", "shape": "blast", "effect_str": "KI_STRIKE", - "description": "This grants a specific mutation.", "message": "You study the meditations until you could do them in your sleep…", "min_damage": 10000, "max_damage": 10000, diff --git a/data/mods/Magiclysm/monsters/demon_spider.json b/data/mods/Magiclysm/monsters/demon_spider.json index 11217b7b91ac1..66c85e45b450c 100644 --- a/data/mods/Magiclysm/monsters/demon_spider.json +++ b/data/mods/Magiclysm/monsters/demon_spider.json @@ -2,7 +2,7 @@ { "abstract": "demon_spider_base", "type": "MONSTER", - "name": "base demon spider", + "name": { "str": "base demon spider", "//~": "NO_I18N" }, "description": { "str": "abstract demon spider you shouldn't see this", "//~": "NO_I18N" }, "hp": 45, "volume": "30 L", diff --git a/data/mods/No_Hope/items.json b/data/mods/No_Hope/items.json index 519894655d789..7e3b3a2e059ac 100644 --- a/data/mods/No_Hope/items.json +++ b/data/mods/No_Hope/items.json @@ -202,8 +202,8 @@ "type": "GUN", "symbol": "(", "color": "green", - "name": { "str_sp": "Tankbot Main Gun" }, - "description": "The 120mm cannon from a tankbot. If you have this, you'd best be debugging!", + "name": { "str_sp": "Tankbot Main Gun", "//~": "NO_I18N" }, + "description": { "str": "The 120mm cannon from a tankbot. If you have this, you'd best be debugging!", "//~": "NO_I18N" }, "price": "999 kUSD 999 USD 99 cent", "material": [ "steel" ], "skill": "launcher", diff --git a/data/mods/Perk_melee/PERKS/perks.json b/data/mods/Perk_melee/PERKS/perks.json index 16b59a7fab27f..a2d29cc027eab 100644 --- a/data/mods/Perk_melee/PERKS/perks.json +++ b/data/mods/Perk_melee/PERKS/perks.json @@ -16,9 +16,9 @@ { "type": "mutation", "id": "MELEE_PERK_BASE", - "name": { "str": "Melee Perk" }, + "name": { "str": "Melee Perk", "//~": "NO_I18N" }, "points": 0, - "description": "We copy from this one.", + "description": { "str": "We copy from this one.", "//~": "NO_I18N" }, "valid": false, "purifiable": false }, diff --git a/data/mods/Perk_melee/spells.json b/data/mods/Perk_melee/spells.json index bb664cf90bc64..d0339d0deeb27 100644 --- a/data/mods/Perk_melee/spells.json +++ b/data/mods/Perk_melee/spells.json @@ -2,8 +2,8 @@ { "id": "make_way_push", "type": "SPELL", - "name": "Make Way Push", - "description": "Pushes all objects outside.", + "name": { "str": "Make Way Push", "//~": "NO_I18N" }, + "description": { "str": "Pushes all objects outside.", "//~": "NO_I18N" }, "message": "", "effect": "area_push", "shape": "blast", diff --git a/data/mods/Sky_Island/items.json b/data/mods/Sky_Island/items.json index 24ebd9832afc2..eeb16cef32635 100644 --- a/data/mods/Sky_Island/items.json +++ b/data/mods/Sky_Island/items.json @@ -58,7 +58,8 @@ { "type": "ARMOR", "id": "warpbag_base", - "name": { "str": "warped bag" }, + "name": { "str": "warped bag", "//~": "NO_I18N" }, + "description": { "str": "This is a template you shouldn't actually see.", "//~": "NO_I18N" }, "symbol": "[", "color": "light_gray", "material": [ "alien_resin" ], @@ -80,7 +81,6 @@ "weight": "400 g", "volume": "2000 ml", "longest_side": "11 meter", - "description": "This is a template you shouldn't actually see.", "armor": [ { "coverage": 0, diff --git a/data/mods/Sky_Island/ui.json b/data/mods/Sky_Island/ui.json index f2ffe024f6e27..4bb0f904e9e33 100644 --- a/data/mods/Sky_Island/ui.json +++ b/data/mods/Sky_Island/ui.json @@ -61,55 +61,55 @@ }, { "id": "nine_left", - "text": "+-+-+-+-+-+-+-+-+", + "text": { "str": "+-+-+-+-+-+-+-+-+", "//~": "NO_I18N" }, "color": "light_blue", "condition": { "and": [ { "u_has_trait": "awayfromhome" }, { "math": [ "timeawayfromhome == 0" ] } ] } }, { "id": "eight_left", - "text": "+-+-+-+-+-+-+-+", + "text": { "str": "+-+-+-+-+-+-+-+", "//~": "NO_I18N" }, "color": "green", "condition": { "and": [ { "u_has_trait": "awayfromhome" }, { "math": [ "readablepulsesleft >= 8" ] } ] } }, { "id": "seven_left", - "text": "+-+-+-+-+-+-+", + "text": { "str": "+-+-+-+-+-+-+", "//~": "NO_I18N" }, "color": "light_green", "condition": { "and": [ { "u_has_trait": "awayfromhome" }, { "math": [ "readablepulsesleft == 7" ] } ] } }, { "id": "six_left", - "text": "+-+-+-+-+-+", + "text": { "str": "+-+-+-+-+-+", "//~": "NO_I18N" }, "color": "light_green", "condition": { "and": [ { "u_has_trait": "awayfromhome" }, { "math": [ "readablepulsesleft == 6" ] } ] } }, { "id": "five_left", - "text": "+-+-+-+-+", + "text": { "str": "+-+-+-+-+", "//~": "NO_I18N" }, "color": "yellow", "condition": { "and": [ { "u_has_trait": "awayfromhome" }, { "math": [ "readablepulsesleft == 5" ] } ] } }, { "id": "four_left", - "text": "+-+-+-+", + "text": { "str": "+-+-+-+", "//~": "NO_I18N" }, "color": "yellow", "condition": { "and": [ { "u_has_trait": "awayfromhome" }, { "math": [ "readablepulsesleft == 4" ] } ] } }, { "id": "three_left", - "text": "+-+-+", + "text": { "str": "+-+-+", "//~": "NO_I18N" }, "color": "yellow", "condition": { "and": [ { "u_has_trait": "awayfromhome" }, { "math": [ "readablepulsesleft == 3" ] } ] } }, { "id": "two_left", - "text": "+-+", + "text": { "str": "+-+", "//~": "NO_I18N" }, "color": "light_red", "condition": { "and": [ { "u_has_trait": "awayfromhome" }, { "math": [ "readablepulsesleft == 2" ] } ] } }, { "id": "one_left", - "text": "+", + "text": { "str": "+", "//~": "NO_I18N" }, "color": "light_red", "condition": { "and": [ { "u_has_trait": "awayfromhome" }, { "math": [ "readablepulsesleft == 1" ] } ] } },