Skip to content

Commit 0e5597e

Browse files
authored
Merge pull request #83325 from Uwuewsky/tr-improv
Exclude some strings from translations
2 parents 49b4287 + 60427c9 commit 0e5597e

File tree

19 files changed

+196
-172
lines changed

19 files changed

+196
-172
lines changed

data/json/artifact/altered_object_active.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
"type": "SPELL",
44
"id": "AO_FRIENDLY_VORTEX",
5-
"name": { "str": "Artifact Vortex" },
6-
"description": "Summon vortexes.",
5+
"name": { "str": "Artifact Vortex", "//~": "NO_I18N" },
6+
"description": { "str": "Summon vortexes.", "//~": "NO_I18N" },
77
"valid_targets": [ "ground" ],
88
"effect": "summon",
99
"effect_str": "mon_vortex",
@@ -21,8 +21,8 @@
2121
{
2222
"type": "SPELL",
2323
"id": "AO_CALL_OF_TINDALOS",
24-
"name": { "str": "Artifact Call of Tindalos" },
25-
"description": "Summon hostile hounds of Tindalos.",
24+
"name": { "str": "Artifact Call of Tindalos", "//~": "NO_I18N" },
25+
"description": { "str": "Summon hostile hounds of Tindalos.", "//~": "NO_I18N" },
2626
"valid_targets": [ "ground" ],
2727
"effect": "summon",
2828
"effect_str": "mon_hound_tindalos",
@@ -40,8 +40,8 @@
4040
{
4141
"id": "AO_FORCE_PULL",
4242
"type": "SPELL",
43-
"name": { "str": "Artifact Force Pull" },
44-
"description": "Pull objects.",
43+
"name": { "str": "Artifact Force Pull", "//~": "NO_I18N" },
44+
"description": { "str": "Pull objects.", "//~": "NO_I18N" },
4545
"effect": "area_pull",
4646
"shape": "blast",
4747
"valid_targets": [ "self", "ally", "hostile", "ground", "item", "field" ],
@@ -56,8 +56,8 @@
5656
{
5757
"id": "AO_TELEPORTITIS",
5858
"type": "SPELL",
59-
"name": { "str": "Artifact Teleportitis" },
60-
"description": "Causes you to teleport uncontrollably.",
59+
"name": { "str": "Artifact Teleportitis", "//~": "NO_I18N" },
60+
"description": { "str": "Causes you to teleport uncontrollably.", "//~": "NO_I18N" },
6161
"message": "The world loses coherence, with images of nearby places forming and disappearing around you.",
6262
"valid_targets": [ "self" ],
6363
"effect": "attack",
@@ -71,8 +71,8 @@
7171
{
7272
"id": "AO_SLOW",
7373
"type": "SPELL",
74-
"name": { "str": "Artifact Slow" },
75-
"description": "Slows you for a few turns.",
74+
"name": { "str": "Artifact Slow", "//~": "NO_I18N" },
75+
"description": { "str": "Slows you for a few turns.", "//~": "NO_I18N" },
7676
"message": "The world shifts blue, and reality accelerates around you.",
7777
"valid_targets": [ "self" ],
7878
"effect": "attack",
@@ -86,8 +86,8 @@
8686
{
8787
"id": "AO_TIME_STOP",
8888
"type": "SPELL",
89-
"name": { "str": "Artifact Time Stop" },
90-
"description": "Grants you a few turns of super speed.",
89+
"name": { "str": "Artifact Time Stop", "//~": "NO_I18N" },
90+
"description": { "str": "Grants you a few turns of super speed.", "//~": "NO_I18N" },
9191
"message": "Stale golden light floods the world, and reality stands still.",
9292
"valid_targets": [ "self" ],
9393
"effect": "mod_moves",
@@ -100,8 +100,8 @@
100100
{
101101
"id": "AO_SPATIAL_ANCHOR",
102102
"type": "SPELL",
103-
"name": { "str": "Artifact anchor" },
104-
"description": "Return to the spot where you cast this spell after a random amount of time.",
103+
"name": { "str": "Artifact anchor", "//~": "NO_I18N" },
104+
"description": { "str": "Return to the spot where you cast this spell after a random amount of time.", "//~": "NO_I18N" },
105105
"message": "You feel a deep sense of connection to this place.",
106106
"valid_targets": [ "self" ],
107107
"flags": [ "SILENT", "NO_EXPLOSION_SFX" ],
@@ -114,8 +114,8 @@
114114
{
115115
"id": "AO_SPATIAL_ANCHOR_SLOW",
116116
"type": "SPELL",
117-
"name": { "str": "Artifact anchor (SLOW)" },
118-
"description": "Return to the spot where you cast this spell after a random amount of time.",
117+
"name": { "str": "Artifact anchor (SLOW)", "//~": "NO_I18N" },
118+
"description": { "str": "Return to the spot where you cast this spell after a random amount of time.", "//~": "NO_I18N" },
119119
"message": "You feel a deep sense of connection to this place.",
120120
"valid_targets": [ "self" ],
121121
"flags": [ "SILENT", "NO_EXPLOSION_SFX" ],
@@ -150,8 +150,8 @@
150150
{
151151
"id": "AO_RESONANCE_BARRIER",
152152
"type": "SPELL",
153-
"name": { "str": "Artifact resonance barrier" },
154-
"description": "Creates a low hp energy shield around you.",
153+
"name": { "str": "Artifact resonance barrier", "//~": "NO_I18N" },
154+
"description": { "str": "Creates a low hp energy shield around you.", "//~": "NO_I18N" },
155155
"message": "Your surroundings start shimmering.",
156156
"valid_targets": [ "self" ],
157157
"effect": "spawn_item",
@@ -165,8 +165,8 @@
165165
{
166166
"id": "AO_SURFACE",
167167
"type": "SPELL",
168-
"name": { "str": "Artifact surfacing" },
169-
"description": "Sends you to the surface.",
168+
"name": { "str": "Artifact surfacing", "//~": "NO_I18N" },
169+
"description": { "str": "Sends you to the surface.", "//~": "NO_I18N" },
170170
"message": "You reel as your sense of balance falters, but you didn't fall anywhere.",
171171
"valid_targets": [ "self" ],
172172
"flags": [ "SILENT", "NO_EXPLOSION_SFX" ],
@@ -187,8 +187,8 @@
187187
{
188188
"id": "AO_BOOK_SNAP",
189189
"type": "SPELL",
190-
"name": { "str": "Grimoire Snap" },
191-
"description": "Creates a shockwave that damages nearby enemies.",
190+
"name": { "str": "Grimoire Snap", "//~": "NO_I18N" },
191+
"description": { "str": "Creates a shockwave that damages nearby enemies.", "//~": "NO_I18N" },
192192
"message": "The tome snaps shut with tremendous force.",
193193
"flags": [ "RANDOM_DAMAGE", "NO_EXPLOSION_SFX", "SILENT" ],
194194
"valid_targets": [ "hostile", "ally", "ground" ],
@@ -223,8 +223,8 @@
223223
{
224224
"id": "AO_READ_GOOD",
225225
"type": "SPELL",
226-
"name": { "str": "Artifact fast reader" },
227-
"description": "Makes you a fast reader.",
226+
"name": { "str": "Artifact fast reader", "//~": "NO_I18N" },
227+
"description": { "str": "Makes you a fast reader.", "//~": "NO_I18N" },
228228
"message": "You don't understand the book yet, but you feel like you are making progress.",
229229
"effect": "mutate",
230230
"shape": "blast",
@@ -237,8 +237,8 @@
237237
{
238238
"id": "AO_READ_BAD",
239239
"type": "SPELL",
240-
"name": { "str": "Artifact Nearsighted" },
241-
"description": "Makes you nearsighted.",
240+
"name": { "str": "Artifact Nearsighted", "//~": "NO_I18N" },
241+
"description": { "str": "Makes you nearsighted.", "//~": "NO_I18N" },
242242
"message": "Your eyes hurt after focusing on the strange tome.",
243243
"effect": "mutate",
244244
"shape": "blast",
@@ -251,8 +251,8 @@
251251
{
252252
"id": "AO_READ_VERY_BAD",
253253
"type": "SPELL",
254-
"name": { "str": "Artifact Illiterate" },
255-
"description": "Makes you illiterate.",
254+
"name": { "str": "Artifact Illiterate", "//~": "NO_I18N" },
255+
"description": { "str": "Makes you illiterate.", "//~": "NO_I18N" },
256256
"message": "You realize that staring at the scratches within is pointless, you don't know how to read.",
257257
"effect": "mutate",
258258
"shape": "blast",
@@ -265,8 +265,8 @@
265265
{
266266
"id": "AO_BOOK_FAR_TP",
267267
"type": "SPELL",
268-
"name": { "str": "Book far tp" },
269-
"description": "Teleports you to a distant location.",
268+
"name": { "str": "Book far tp", "//~": "NO_I18N" },
269+
"description": { "str": "Teleports you to a distant location.", "//~": "NO_I18N" },
270270
"message": "You find the description of a distance place.",
271271
"valid_targets": [ "self" ],
272272
"flags": [ "SILENT", "NO_EXPLOSION_SFX" ],
@@ -291,8 +291,8 @@
291291
{
292292
"id": "AO_BOOK_BLAST",
293293
"type": "SPELL",
294-
"name": { "str": "Book blast Attack" },
295-
"description": "A cone AOE cut damage attack.",
294+
"name": { "str": "Book blast Attack", "//~": "NO_I18N" },
295+
"description": { "str": "A cone AOE cut damage attack.", "//~": "NO_I18N" },
296296
"message": "Razor sharp pages shoot out from the book when you open it.",
297297
"valid_targets": [ "self" ],
298298
"extra_effects": [ { "id": "AO_BOOK_BLAST_ATTACK" } ],
@@ -304,8 +304,8 @@
304304
{
305305
"id": "AO_BOOK_BLAST_ATTACK",
306306
"type": "SPELL",
307-
"name": { "str": "Book blast Attack" },
308-
"description": "A cone AOE cut damage attack.",
307+
"name": { "str": "Book blast Attack", "//~": "NO_I18N" },
308+
"description": { "str": "A cone AOE cut damage attack.", "//~": "NO_I18N" },
309309
"message": "Razor sharp pages shoot out from the book when you open it.",
310310
"valid_targets": [ "hostile", "ground", "ally" ],
311311
"min_damage": { "math": [ "(u_artifact_resonance() / 60) + 5" ] },
@@ -323,8 +323,8 @@
323323
{
324324
"id": "AO_BOOK_COMBUSTION",
325325
"type": "SPELL",
326-
"name": { "str": "Book combustion" },
327-
"description": "Causes other nearby books to explode.",
326+
"name": { "str": "Book combustion", "//~": "NO_I18N" },
327+
"description": { "str": "Causes other nearby books to explode.", "//~": "NO_I18N" },
328328
"message": "The pages glint slightly as you flip through them.",
329329
"valid_targets": [ "self" ],
330330
"effect": "effect_on_condition",
@@ -391,8 +391,8 @@
391391
{
392392
"id": "AO_MAGIC_CASCADE_START",
393393
"type": "SPELL",
394-
"name": { "str": "Artifact magic cascade" },
395-
"description": "Fires bursts of low damage ranged attacks.",
394+
"name": { "str": "Artifact magic cascade", "//~": "NO_I18N" },
395+
"description": { "str": "Fires bursts of low damage ranged attacks.", "//~": "NO_I18N" },
396396
"message": "Burning ash whirls around you.",
397397
"valid_targets": [ "self" ],
398398
"effect": "effect_on_condition",
@@ -415,8 +415,8 @@
415415
{
416416
"id": "MAGIC_CASCADE",
417417
"type": "SPELL",
418-
"name": { "str": "Artifact magic cascade" },
419-
"description": "Fires bursts of low damage ranged attacks.",
418+
"name": { "str": "Artifact magic cascade", "//~": "NO_I18N" },
419+
"description": { "str": "Fires bursts of low damage ranged attacks.", "//~": "NO_I18N" },
420420
"message": "Burning ash whirls around you.",
421421
"valid_targets": [ "self" ],
422422
"extra_effects": [ { "id": "MAGIC_CASCADE_MISSILE" }, { "id": "MAGIC_CASCADE_MISSILE" }, { "id": "MAGIC_CASCADE_MISSILE" } ],
@@ -449,8 +449,8 @@
449449
{
450450
"type": "SPELL",
451451
"id": "AO_TRUESIGHT_EFFECT",
452-
"name": { "str": "Artifact Truesight" },
453-
"description": "Grants you the TRUE_SEEING flag.",
452+
"name": { "str": "Artifact Truesight", "//~": "NO_I18N" },
453+
"description": { "str": "Grants you the TRUE_SEEING flag.", "//~": "NO_I18N" },
454454
"message": "You see movement in the corners of your vision.",
455455
"valid_targets": [ "self" ],
456456
"flags": [ "NO_PROJECTILE", "NO_EXPLOSION_SFX" ],
@@ -463,8 +463,8 @@
463463
{
464464
"type": "SPELL",
465465
"id": "AO_DARKNESS_EFFECT",
466-
"name": { "str": "Artifact Darkness" },
467-
"description": "Grants you the Darkness effect.",
466+
"name": { "str": "Artifact Darkness", "//~": "NO_I18N" },
467+
"description": { "str": "Grants you the Darkness effect.", "//~": "NO_I18N" },
468468
"message": "Persistent shadows invade your field of view.",
469469
"valid_targets": [ "self" ],
470470
"flags": [ "NO_PROJECTILE", "NO_EXPLOSION_SFX" ],
@@ -477,8 +477,8 @@
477477
{
478478
"type": "SPELL",
479479
"id": "AO_LIFE_DRAIN",
480-
"name": { "str": "Artifact Hurtall" },
481-
"description": "Hurts you for random damage.",
480+
"name": { "str": "Artifact Hurtall", "//~": "NO_I18N" },
481+
"description": { "str": "Hurts you for random damage.", "//~": "NO_I18N" },
482482
"message": "You feel hollow inside.",
483483
"min_damage": 0,
484484
"max_damage": 10,
@@ -490,8 +490,8 @@
490490
{
491491
"type": "SPELL",
492492
"id": "AO_CLOSE_TEAR",
493-
"name": { "str": "Artifact Close Tear" },
494-
"description": "Closes a tear in reality and transfers strange energy to the artifact user.",
493+
"name": { "str": "Artifact Close Tear", "//~": "NO_I18N" },
494+
"description": { "str": "Closes a tear in reality and transfers strange energy to the artifact user.", "//~": "NO_I18N" },
495495
"message": "",
496496
"min_aoe": 40,
497497
"max_aoe": 40,

0 commit comments

Comments
 (0)