Skip to content

Commit 570ee0b

Browse files
fix: add langs for Operation: Blood of Perita (#773)
1 parent 12913cc commit 570ee0b

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

data/languages.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"/Lotus/Language/JadeShadows/JadeShadowsShortEventDesc": {
2424
"value": "Stop Parvos Granum! Collect Volatile Motes from Operation Ascension missions on Brutus (Uranus) and special Operation Alerts.\nVisit Ordis on Larunda Relay (Mercury) to claim rewards."
2525
},
26+
"/Lotus/Language/TauPrequel/TauPrequelFinal/BloodOfPeritaDetails": {
27+
"value": "Collect Marks of Valiance by facing the darkest of memories in exchange for lucrative rewards. Obtain them from Perita Rebellion missions and special Void Alerts.\n\nVisit Roathe in La Cathédrale to claim rewards and show the remnant of the Orokin true valor."
28+
},
29+
"/Lotus/Language/TauPrequel/TauPrequelFinal/TauPrequelEventName": {
30+
"value": "Operation: Blood of Perita"
31+
},
2632
"/Lotus/Powersuits/Odalisk/Odalisk": {
2733
"value": "Protea"
2834
},
@@ -602,6 +608,9 @@
602608
"/Lotus/Types/Gameplay/NarmerSorties/ArchonCrystalNiraMythic": {
603609
"value": "Tauforged Amber Archon Shard"
604610
},
611+
"/Lotus/Types/Gameplay/Tau/Resources/TwelveResourceCurrencyItem": {
612+
"value": "Marks of Valiance"
613+
},
605614
"/Lotus/Types/Gameplay/Venus/Resources/CorpusWidgetAItem": {
606615
"value": "Gyromag Systems"
607616
},

data/solNodes.json

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"SolNode11": {
5858
"value": "Tharsis (Mars)",
5959
"enemy": "Corpus",
60-
"type": "Hijack"
60+
"type": "Mobile Defense"
6161
},
6262
"SolNode12": {
6363
"value": "Elion (Mercury)",
6464
"enemy": "Grineer",
65-
"type": "Mobile Defense"
65+
"type": "Capture"
6666
},
6767
"SolNode13": {
6868
"value": "Bianca (Uranus)",
@@ -167,7 +167,7 @@
167167
"SolNode33": {
168168
"value": "Ariel (Uranus)",
169169
"enemy": "Grineer",
170-
"type": "Sabotage"
170+
"type": "Capture"
171171
},
172172
"SolNode34": {
173173
"value": "Sycorax (Uranus)",
@@ -422,7 +422,7 @@
422422
"SolNode84": {
423423
"value": "Nereid (Neptune)",
424424
"enemy": "Corpus",
425-
"type": "Hijack"
425+
"type": "Spy"
426426
},
427427
"SolNode85": {
428428
"value": "Gaia (Earth)",
@@ -442,7 +442,7 @@
442442
"SolNode88": {
443443
"value": "Adrastea (Jupiter)",
444444
"enemy": "Corpus",
445-
"type": "Spy"
445+
"type": "Sabotage"
446446
},
447447
"SolNode89": {
448448
"value": "Mariana (Earth)",
@@ -492,7 +492,7 @@
492492
"SolNode98": {
493493
"value": "Desdemona (Uranus)",
494494
"enemy": "Grineer",
495-
"type": "Capture"
495+
"type": "Sabotage (Archwing)"
496496
},
497497
"SolNode99": {
498498
"value": "War (Mars)",
@@ -918,7 +918,7 @@
918918
"SolNode184": {
919919
"value": "Rusalka (Sedna)",
920920
"enemy": "Grineer",
921-
"type": "Capture"
921+
"type": "Sabotage"
922922
},
923923
"SolNode185": {
924924
"value": "Berehynia (Sedna)",
@@ -1109,7 +1109,7 @@
11091109
"SolNode223": {
11101110
"value": "Boethius (Mercury)",
11111111
"enemy": "Grineer",
1112-
"type": "Extermination"
1112+
"type": "Mobile Defense"
11131113
},
11141114
"SolNode224": {
11151115
"value": "Odin (Mercury)",
@@ -1349,6 +1349,11 @@
13491349
"enemy": "The Murmur",
13501350
"type": "Disruption"
13511351
},
1352+
"SolNode251": {
1353+
"value": "Dark Refactory (Deimos)",
1354+
"enemy": "Anarch",
1355+
"type": "The Perita Rebellion"
1356+
},
13521357
"SolNode740": {
13531358
"value": "The Ropalolyst (Jupiter)",
13541359
"enemy": "Sentient",
@@ -1362,7 +1367,7 @@
13621367
"SolNode742": {
13631368
"value": "Nabuk (Kuva Fortress)",
13641369
"enemy": "Grineer",
1365-
"type": "Capture"
1370+
"type": "Defense"
13661371
},
13671372
"SolNode743": {
13681373
"value": "Rotuma (Kuva Fortress)",
@@ -1452,7 +1457,7 @@
14521457
"SolNode304": {
14531458
"value": "Copernicus (Lua)",
14541459
"enemy": "Corpus",
1455-
"type": "Mobile Defense"
1460+
"type": "Capture"
14561461
},
14571462
"SolNode305": {
14581463
"value": "Stöfler (Lua)",
@@ -2167,7 +2172,7 @@
21672172
"CrewBattleNode536": {
21682173
"value": "Peregrine Axis (Pluto)",
21692174
"enemy": "Corpus",
2170-
"type": "Orphix"
2175+
"type": "Spy"
21712176
},
21722177
"CrewBattleNode538": {
21732178
"value": "Calabash (Veil)",

test/solNodes.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const solNodesSchema = {
1414
solNodeEnemy: {
1515
type: 'string',
1616
enum: [
17+
'Anarch',
1718
'Corpus',
1819
'Corrupted',
1920
'Crossfire',
@@ -70,6 +71,7 @@ const solNodesSchema = {
7071
'Skirmish',
7172
'Spy',
7273
'Survival',
74+
'The Perita Rebellion',
7375
'Void Armageddon',
7476
'Void Cascade',
7577
'Void Flood',

0 commit comments

Comments
 (0)