warframe-public-export-plus 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ExportAchievements.json +4 -0
- package/ExportArcanes.json +346 -0
- package/ExportBoosterPacks.json +54 -54
- package/ExportBundles.json +242 -84
- package/ExportChallenges.json +10 -1
- package/ExportCodex.json +5 -0
- package/ExportCustoms.json +488 -20
- package/ExportDojoRecipes.json +1580 -0
- package/ExportEmailItems.json +5 -3
- package/ExportEnemies.json +2459 -699
- package/ExportFlavour.json +481 -0
- package/ExportImages.json +360 -18
- package/ExportKeys.json +227 -42
- package/ExportRailjackWeapons.json +2135 -167
- package/ExportRecipes.json +761 -0
- package/ExportRelics.json +693 -9
- package/ExportResources.json +484 -12
- package/ExportRewards.json +616 -4
- package/ExportSyndicates.json +56 -0
- package/ExportUpgrades.json +72 -47
- package/ExportVendors.json +1133 -164
- package/ExportVirtuals.json +3 -0
- package/ExportWarframes.json +163 -2
- package/ExportWeapons.json +592 -42
- package/dict.de.json +539 -63
- package/dict.en.json +551 -75
- package/dict.es.json +579 -103
- package/dict.fr.json +508 -32
- package/dict.it.json +526 -50
- package/dict.ja.json +510 -34
- package/dict.ko.json +543 -67
- package/dict.pl.json +807 -331
- package/dict.pt.json +548 -72
- package/dict.ru.json +525 -49
- package/dict.tc.json +520 -44
- package/dict.th.json +537 -61
- package/dict.tr.json +1134 -658
- package/dict.uk.json +1000 -524
- package/dict.zh.json +554 -78
- package/index.d.ts +2 -1
- package/package.json +1 -1
- package/supplementals/getScaledPowersuitValues.pluto +17 -0
package/ExportFlavour.json
CHANGED
|
@@ -2711,6 +2711,15 @@
|
|
|
2711
2711
|
"codexSecret": false,
|
|
2712
2712
|
"excludeFromMarket": true
|
|
2713
2713
|
},
|
|
2714
|
+
"/Lotus/Types/Items/Emotes/ClanCollaborativeEmote": {
|
|
2715
|
+
"name": "/Lotus/Language/Emotes/ClanEmoteName",
|
|
2716
|
+
"description": "/Lotus/Language/Emotes/ClanEmoteDesc",
|
|
2717
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Emotes/ClanEmote.png",
|
|
2718
|
+
"base": "/Lotus/Types/Items/Emotes/CollaborativeEmote",
|
|
2719
|
+
"codexSecret": false,
|
|
2720
|
+
"excludeFromCodex": true,
|
|
2721
|
+
"excludeFromMarket": true
|
|
2722
|
+
},
|
|
2714
2723
|
"/Lotus/Types/Items/Emotes/ClapEmote": {
|
|
2715
2724
|
"name": "/Lotus/Language/Emotes/ClapEmoteName",
|
|
2716
2725
|
"description": "/Lotus/Language/Emotes/ClapEmoteDesc",
|
|
@@ -3049,6 +3058,14 @@
|
|
|
3049
3058
|
"codexSecret": false,
|
|
3050
3059
|
"excludeFromMarket": true
|
|
3051
3060
|
},
|
|
3061
|
+
"/Lotus/Types/Items/Emotes/HardmodeDeepSpaceEmote": {
|
|
3062
|
+
"name": "/Lotus/Language/Emotes/HardmodeDeepSpaceEmoteName",
|
|
3063
|
+
"description": "/Lotus/Language/Emotes/HardmodeDeepSpaceEmoteDesc",
|
|
3064
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Emotes/EmoteDeepSpace.png",
|
|
3065
|
+
"base": "/Lotus/Types/Items/Emotes/Emote",
|
|
3066
|
+
"codexSecret": false,
|
|
3067
|
+
"excludeFromMarket": true
|
|
3068
|
+
},
|
|
3052
3069
|
"/Lotus/Types/Items/Emotes/HardmodeDeimosEmote": {
|
|
3053
3070
|
"name": "/Lotus/Language/Emotes/HardmodeDeimosEmoteName",
|
|
3054
3071
|
"description": "/Lotus/Language/Emotes/HardmodeDeimosEmoteDesc",
|
|
@@ -3431,6 +3448,15 @@
|
|
|
3431
3448
|
"excludeFromCodex": true,
|
|
3432
3449
|
"excludeFromMarket": true
|
|
3433
3450
|
},
|
|
3451
|
+
"/Lotus/Types/Items/Emotes/LegendaryRyokuEmote": {
|
|
3452
|
+
"name": "/Lotus/Language/Emotes/LegendaryRyokuEmoteName",
|
|
3453
|
+
"description": "/Lotus/Language/Emotes/LegendaryRyokuEmoteDesc",
|
|
3454
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Emotes/Gemini/GeminiAshEmote.png",
|
|
3455
|
+
"base": "/Lotus/Types/Items/Emotes/Emote",
|
|
3456
|
+
"codexSecret": false,
|
|
3457
|
+
"excludeFromCodex": true,
|
|
3458
|
+
"excludeFromMarket": true
|
|
3459
|
+
},
|
|
3434
3460
|
"/Lotus/Types/Items/Emotes/LegendaryVelimirEmote": {
|
|
3435
3461
|
"name": "/Lotus/Language/Emotes/LegendaryVelimirEmoteName",
|
|
3436
3462
|
"description": "/Lotus/Language/Emotes/LegendaryVelimirEmoteDesc",
|
|
@@ -3439,6 +3465,15 @@
|
|
|
3439
3465
|
"codexSecret": false,
|
|
3440
3466
|
"excludeFromMarket": true
|
|
3441
3467
|
},
|
|
3468
|
+
"/Lotus/Types/Items/Emotes/LegendaryWytchEmote": {
|
|
3469
|
+
"name": "/Lotus/Language/Emotes/LegendaryWytchEmoteName",
|
|
3470
|
+
"description": "/Lotus/Language/Emotes/LegendaryWytchEmoteDesc",
|
|
3471
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Emotes/Gemini/GeminiGarudaEmote.png",
|
|
3472
|
+
"base": "/Lotus/Types/Items/Emotes/Emote",
|
|
3473
|
+
"codexSecret": false,
|
|
3474
|
+
"excludeFromCodex": true,
|
|
3475
|
+
"excludeFromMarket": true
|
|
3476
|
+
},
|
|
3442
3477
|
"/Lotus/Types/Items/Emotes/LegionSaluteEmote": {
|
|
3443
3478
|
"name": "/Lotus/Language/Emotes/LegionSaluteName",
|
|
3444
3479
|
"description": "/Lotus/Language/Emotes/LegionSaluteDesc",
|
|
@@ -3679,6 +3714,86 @@
|
|
|
3679
3714
|
"platinumCost": 26,
|
|
3680
3715
|
"excludeFromMarket": true
|
|
3681
3716
|
},
|
|
3717
|
+
"/Lotus/Types/Items/Titles/HunhowHonoria/TitleAsh": {
|
|
3718
|
+
"name": "/Lotus/Language/Titles/TitleAshDesc",
|
|
3719
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
3720
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
3721
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
3722
|
+
"codexSecret": false,
|
|
3723
|
+
"excludeFromCodex": true,
|
|
3724
|
+
"platinumCost": 0,
|
|
3725
|
+
"titleTag": "/Lotus/Language/Titles/TitleAsh"
|
|
3726
|
+
},
|
|
3727
|
+
"/Lotus/Types/Items/Titles/HunhowHonoria/TitleDanteDeluxe": {
|
|
3728
|
+
"name": "/Lotus/Language/Titles/TitleDanteDeluxeDesc",
|
|
3729
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
3730
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
3731
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
3732
|
+
"codexSecret": false,
|
|
3733
|
+
"excludeFromCodex": true,
|
|
3734
|
+
"platinumCost": 0,
|
|
3735
|
+
"titleTag": "/Lotus/Language/Titles/TitleDanteDeluxe"
|
|
3736
|
+
},
|
|
3737
|
+
"/Lotus/Types/Items/Titles/HunhowHonoria/TitleExcalibur": {
|
|
3738
|
+
"name": "/Lotus/Language/Titles/TitleExcaliburDesc",
|
|
3739
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
3740
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
3741
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
3742
|
+
"codexSecret": false,
|
|
3743
|
+
"excludeFromCodex": true,
|
|
3744
|
+
"platinumCost": 0,
|
|
3745
|
+
"titleTag": "/Lotus/Language/Titles/TitleExcalibur"
|
|
3746
|
+
},
|
|
3747
|
+
"/Lotus/Types/Items/Titles/HunhowHonoria/TitleMag": {
|
|
3748
|
+
"name": "/Lotus/Language/Titles/TitleMagDesc",
|
|
3749
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
3750
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
3751
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
3752
|
+
"codexSecret": false,
|
|
3753
|
+
"excludeFromCodex": true,
|
|
3754
|
+
"platinumCost": 0,
|
|
3755
|
+
"titleTag": "/Lotus/Language/Titles/TitleMag"
|
|
3756
|
+
},
|
|
3757
|
+
"/Lotus/Types/Items/Titles/HunhowHonoria/TitleMesa": {
|
|
3758
|
+
"name": "/Lotus/Language/Titles/TitleMesaDesc",
|
|
3759
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
3760
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
3761
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
3762
|
+
"codexSecret": false,
|
|
3763
|
+
"excludeFromCodex": true,
|
|
3764
|
+
"platinumCost": 0,
|
|
3765
|
+
"titleTag": "/Lotus/Language/Titles/TitleMesa"
|
|
3766
|
+
},
|
|
3767
|
+
"/Lotus/Types/Items/Titles/HunhowHonoria/TitleNidus": {
|
|
3768
|
+
"name": "/Lotus/Language/Titles/TitleNidusDesc",
|
|
3769
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
3770
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
3771
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
3772
|
+
"codexSecret": false,
|
|
3773
|
+
"excludeFromCodex": true,
|
|
3774
|
+
"platinumCost": 0,
|
|
3775
|
+
"titleTag": "/Lotus/Language/Titles/TitleNidus"
|
|
3776
|
+
},
|
|
3777
|
+
"/Lotus/Types/Items/Titles/HunhowHonoria/TitleSiriusOrion": {
|
|
3778
|
+
"name": "/Lotus/Language/Titles/TitleSiriusOrionDesc",
|
|
3779
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
3780
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
3781
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
3782
|
+
"codexSecret": false,
|
|
3783
|
+
"excludeFromCodex": true,
|
|
3784
|
+
"platinumCost": 0,
|
|
3785
|
+
"titleTag": "/Lotus/Language/Titles/TitleSiriusOrion"
|
|
3786
|
+
},
|
|
3787
|
+
"/Lotus/Types/Items/Titles/HunhowHonoria/TitleVolt": {
|
|
3788
|
+
"name": "/Lotus/Language/Titles/TitleVoltDesc",
|
|
3789
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
3790
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
3791
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
3792
|
+
"codexSecret": false,
|
|
3793
|
+
"excludeFromCodex": true,
|
|
3794
|
+
"platinumCost": 0,
|
|
3795
|
+
"titleTag": "/Lotus/Language/Titles/TitleVolt"
|
|
3796
|
+
},
|
|
3682
3797
|
"/Lotus/Types/Items/Titles/RoatheTitles/TitleArgon": {
|
|
3683
3798
|
"name": "/Lotus/Language/Titles/TitleArgonDesc",
|
|
3684
3799
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -4241,6 +4356,17 @@
|
|
|
4241
4356
|
"excludeFromMarket": true,
|
|
4242
4357
|
"titleTag": "/Lotus/Language/Titles/AirHunter"
|
|
4243
4358
|
},
|
|
4359
|
+
"/Lotus/Types/Items/Titles/AnimalLoverTitle": {
|
|
4360
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4361
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4362
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4363
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4364
|
+
"codexSecret": false,
|
|
4365
|
+
"excludeFromCodex": true,
|
|
4366
|
+
"platinumCost": 0,
|
|
4367
|
+
"excludeFromMarket": true,
|
|
4368
|
+
"titleTag": "/Lotus/Language/Titles/AnimalLoverTitle"
|
|
4369
|
+
},
|
|
4244
4370
|
"/Lotus/Types/Items/Titles/ArbitersOfHexisTitle": {
|
|
4245
4371
|
"name": "/Lotus/Language/Titles/TitleArbitersOfHexis_Desc",
|
|
4246
4372
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -4274,6 +4400,17 @@
|
|
|
4274
4400
|
"excludeFromMarket": true,
|
|
4275
4401
|
"titleTag": "/Lotus/Language/Titles/TitleBOTBEventVendor3"
|
|
4276
4402
|
},
|
|
4403
|
+
"/Lotus/Types/Items/Titles/CaliburChicksHighScoreTitle": {
|
|
4404
|
+
"name": "/Lotus/Language/Titles/CaliburChicksHighScoreTitle_Desc",
|
|
4405
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4406
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4407
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4408
|
+
"codexSecret": false,
|
|
4409
|
+
"excludeFromCodex": true,
|
|
4410
|
+
"platinumCost": 0,
|
|
4411
|
+
"excludeFromMarket": true,
|
|
4412
|
+
"titleTag": "/Lotus/Language/Titles/CaliburChicksHighScoreTitle"
|
|
4413
|
+
},
|
|
4277
4414
|
"/Lotus/Types/Items/Titles/CephalonSudaTitle": {
|
|
4278
4415
|
"name": "/Lotus/Language/Titles/TitleCephalonSuda_Desc",
|
|
4279
4416
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -4362,6 +4499,28 @@
|
|
|
4362
4499
|
"excludeFromMarket": true,
|
|
4363
4500
|
"titleTag": "/Lotus/Language/Titles/CompleteDescendiaWisp"
|
|
4364
4501
|
},
|
|
4502
|
+
"/Lotus/Types/Items/Titles/CompleteEDAMaxTitle": {
|
|
4503
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4504
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4505
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4506
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4507
|
+
"codexSecret": false,
|
|
4508
|
+
"excludeFromCodex": true,
|
|
4509
|
+
"platinumCost": 0,
|
|
4510
|
+
"excludeFromMarket": true,
|
|
4511
|
+
"titleTag": "/Lotus/Language/Titles/CompleteEDAMaxTitle"
|
|
4512
|
+
},
|
|
4513
|
+
"/Lotus/Types/Items/Titles/CompleteETAMaxTitle": {
|
|
4514
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4515
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4516
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4517
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4518
|
+
"codexSecret": false,
|
|
4519
|
+
"excludeFromCodex": true,
|
|
4520
|
+
"platinumCost": 0,
|
|
4521
|
+
"excludeFromMarket": true,
|
|
4522
|
+
"titleTag": "/Lotus/Language/Titles/CompleteETAMaxTitle"
|
|
4523
|
+
},
|
|
4365
4524
|
"/Lotus/Types/Items/Titles/DanteDescendiaTitle": {
|
|
4366
4525
|
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4367
4526
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -4505,6 +4664,50 @@
|
|
|
4505
4664
|
"excludeFromMarket": true,
|
|
4506
4665
|
"titleTag": "/Lotus/Language/Titles/Developer"
|
|
4507
4666
|
},
|
|
4667
|
+
"/Lotus/Types/Items/Titles/DuviriKingQuestTitle": {
|
|
4668
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4669
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4670
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4671
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4672
|
+
"codexSecret": false,
|
|
4673
|
+
"excludeFromCodex": true,
|
|
4674
|
+
"platinumCost": 0,
|
|
4675
|
+
"excludeFromMarket": true,
|
|
4676
|
+
"titleTag": "/Lotus/Language/Titles/DuviriKingQuestTitle"
|
|
4677
|
+
},
|
|
4678
|
+
"/Lotus/Types/Items/Titles/DuviriQueenQuestTitle": {
|
|
4679
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4680
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4681
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4682
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4683
|
+
"codexSecret": false,
|
|
4684
|
+
"excludeFromCodex": true,
|
|
4685
|
+
"platinumCost": 0,
|
|
4686
|
+
"excludeFromMarket": true,
|
|
4687
|
+
"titleTag": "/Lotus/Language/Titles/DuviriQueenQuestTitle"
|
|
4688
|
+
},
|
|
4689
|
+
"/Lotus/Types/Items/Titles/EidolonHunterTitle": {
|
|
4690
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4691
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4692
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4693
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4694
|
+
"codexSecret": false,
|
|
4695
|
+
"excludeFromCodex": true,
|
|
4696
|
+
"platinumCost": 0,
|
|
4697
|
+
"excludeFromMarket": true,
|
|
4698
|
+
"titleTag": "/Lotus/Language/Titles/EidolonHunterTitle"
|
|
4699
|
+
},
|
|
4700
|
+
"/Lotus/Types/Items/Titles/FisherTitle": {
|
|
4701
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4702
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4703
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4704
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4705
|
+
"codexSecret": false,
|
|
4706
|
+
"excludeFromCodex": true,
|
|
4707
|
+
"platinumCost": 0,
|
|
4708
|
+
"excludeFromMarket": true,
|
|
4709
|
+
"titleTag": "/Lotus/Language/Titles/FisherTitle"
|
|
4710
|
+
},
|
|
4508
4711
|
"/Lotus/Types/Items/Titles/FollieHuntCompleteTitle": {
|
|
4509
4712
|
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4510
4713
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -4582,6 +4785,17 @@
|
|
|
4582
4785
|
"excludeFromMarket": true,
|
|
4583
4786
|
"titleTag": "/Lotus/Language/Titles/Founder4"
|
|
4584
4787
|
},
|
|
4788
|
+
"/Lotus/Types/Items/Titles/GuardianTitle": {
|
|
4789
|
+
"name": "/Lotus/Language/Titles/GuardianTitle_MarketTitle",
|
|
4790
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4791
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4792
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4793
|
+
"codexSecret": false,
|
|
4794
|
+
"excludeFromCodex": true,
|
|
4795
|
+
"platinumCost": 0,
|
|
4796
|
+
"excludeFromMarket": true,
|
|
4797
|
+
"titleTag": "/Lotus/Language/Titles/GuardianTitle"
|
|
4798
|
+
},
|
|
4585
4799
|
"/Lotus/Types/Items/Titles/HardFragmentedTitle": {
|
|
4586
4800
|
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4587
4801
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -4626,6 +4840,28 @@
|
|
|
4626
4840
|
"excludeFromMarket": true,
|
|
4627
4841
|
"titleTag": "/Lotus/Language/Titles/HunhullsKiller"
|
|
4628
4842
|
},
|
|
4843
|
+
"/Lotus/Types/Items/Titles/IncarnonMasteryTitle": {
|
|
4844
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4845
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4846
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4847
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4848
|
+
"codexSecret": false,
|
|
4849
|
+
"excludeFromCodex": true,
|
|
4850
|
+
"platinumCost": 0,
|
|
4851
|
+
"excludeFromMarket": true,
|
|
4852
|
+
"titleTag": "/Lotus/Language/Titles/TitleIncarnonMastery"
|
|
4853
|
+
},
|
|
4854
|
+
"/Lotus/Types/Items/Titles/JadeShadows2Title": {
|
|
4855
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4856
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4857
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4858
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4859
|
+
"codexSecret": false,
|
|
4860
|
+
"excludeFromCodex": true,
|
|
4861
|
+
"platinumCost": 0,
|
|
4862
|
+
"excludeFromMarket": true,
|
|
4863
|
+
"titleTag": "/Lotus/Language/Titles/JadeShadows2"
|
|
4864
|
+
},
|
|
4629
4865
|
"/Lotus/Types/Items/Titles/JadeShadowsTitle": {
|
|
4630
4866
|
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4631
4867
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -4648,6 +4884,17 @@
|
|
|
4648
4884
|
"excludeFromMarket": true,
|
|
4649
4885
|
"titleTag": "/Lotus/Language/Titles/Jammer"
|
|
4650
4886
|
},
|
|
4887
|
+
"/Lotus/Types/Items/Titles/KRacerTitle": {
|
|
4888
|
+
"name": "/Lotus/Language/Titles/KRacerTitle_Desc",
|
|
4889
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
4890
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
4891
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
4892
|
+
"codexSecret": false,
|
|
4893
|
+
"excludeFromCodex": true,
|
|
4894
|
+
"platinumCost": 0,
|
|
4895
|
+
"excludeFromMarket": true,
|
|
4896
|
+
"titleTag": "/Lotus/Language/Titles/KRacerTitle"
|
|
4897
|
+
},
|
|
4651
4898
|
"/Lotus/Types/Items/Titles/KalymosTitle": {
|
|
4652
4899
|
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
4653
4900
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -5000,6 +5247,17 @@
|
|
|
5000
5247
|
"excludeFromMarket": true,
|
|
5001
5248
|
"titleTag": "/Lotus/Language/Titles/OldPeace"
|
|
5002
5249
|
},
|
|
5250
|
+
"/Lotus/Types/Items/Titles/OllieRacerTitle": {
|
|
5251
|
+
"name": "/Lotus/Language/Titles/OllieRacerTitle_Desc",
|
|
5252
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
5253
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
5254
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
5255
|
+
"codexSecret": false,
|
|
5256
|
+
"excludeFromCodex": true,
|
|
5257
|
+
"platinumCost": 0,
|
|
5258
|
+
"excludeFromMarket": true,
|
|
5259
|
+
"titleTag": "/Lotus/Language/Titles/OllieRacerTitle"
|
|
5260
|
+
},
|
|
5003
5261
|
"/Lotus/Types/Items/Titles/OraxiaPreyTitle": {
|
|
5004
5262
|
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
5005
5263
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -5011,6 +5269,17 @@
|
|
|
5011
5269
|
"excludeFromMarket": true,
|
|
5012
5270
|
"titleTag": "/Lotus/Language/Titles/OraxiaKiller"
|
|
5013
5271
|
},
|
|
5272
|
+
"/Lotus/Types/Items/Titles/OrbHunterTitle": {
|
|
5273
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
5274
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
5275
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
5276
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
5277
|
+
"codexSecret": false,
|
|
5278
|
+
"excludeFromCodex": true,
|
|
5279
|
+
"platinumCost": 0,
|
|
5280
|
+
"excludeFromMarket": true,
|
|
5281
|
+
"titleTag": "/Lotus/Language/Titles/OrbHunterTitle"
|
|
5282
|
+
},
|
|
5014
5283
|
"/Lotus/Types/Items/Titles/PeritaHardModeSoloTitle": {
|
|
5015
5284
|
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
5016
5285
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -5044,6 +5313,28 @@
|
|
|
5044
5313
|
"excludeFromMarket": true,
|
|
5045
5314
|
"titleTag": "/Lotus/Language/Titles/TitlePerrinSequence"
|
|
5046
5315
|
},
|
|
5316
|
+
"/Lotus/Types/Items/Titles/RailjackAshTitle": {
|
|
5317
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
5318
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
5319
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
5320
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
5321
|
+
"codexSecret": false,
|
|
5322
|
+
"excludeFromCodex": true,
|
|
5323
|
+
"platinumCost": 0,
|
|
5324
|
+
"excludeFromMarket": true,
|
|
5325
|
+
"titleTag": "/Lotus/Language/Titles/RailjackAshTitle"
|
|
5326
|
+
},
|
|
5327
|
+
"/Lotus/Types/Items/Titles/RailjackGarudaTitle": {
|
|
5328
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
5329
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
5330
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
5331
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
5332
|
+
"codexSecret": false,
|
|
5333
|
+
"excludeFromCodex": true,
|
|
5334
|
+
"platinumCost": 0,
|
|
5335
|
+
"excludeFromMarket": true,
|
|
5336
|
+
"titleTag": "/Lotus/Language/Titles/RailjackGarudaTitle"
|
|
5337
|
+
},
|
|
5047
5338
|
"/Lotus/Types/Items/Titles/RedVeilTitle": {
|
|
5048
5339
|
"name": "/Lotus/Language/Titles/TitleRedVeil_Desc",
|
|
5049
5340
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -5055,6 +5346,17 @@
|
|
|
5055
5346
|
"excludeFromMarket": true,
|
|
5056
5347
|
"titleTag": "/Lotus/Language/Titles/TitleRedVeil"
|
|
5057
5348
|
},
|
|
5349
|
+
"/Lotus/Types/Items/Titles/ReferAFriendTitle": {
|
|
5350
|
+
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
5351
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
5352
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
5353
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
5354
|
+
"codexSecret": false,
|
|
5355
|
+
"excludeFromCodex": true,
|
|
5356
|
+
"platinumCost": 0,
|
|
5357
|
+
"excludeFromMarket": true,
|
|
5358
|
+
"titleTag": "/Lotus/Language/Titles/ReferAFriendTitle"
|
|
5359
|
+
},
|
|
5058
5360
|
"/Lotus/Types/Items/Titles/RememberTogetherTitle": {
|
|
5059
5361
|
"name": "/Lotus/Language/Titles/GenericTitle_MarketTitle",
|
|
5060
5362
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -5187,6 +5489,17 @@
|
|
|
5187
5489
|
"excludeFromMarket": true,
|
|
5188
5490
|
"titleTag": "/Lotus/Language/Titles/TitleGrendelPrime"
|
|
5189
5491
|
},
|
|
5492
|
+
"/Lotus/Types/Items/Titles/TitleStyanaxPrime": {
|
|
5493
|
+
"name": "/Lotus/Language/Titles/TitleStyanaxPrime_MarketTitle",
|
|
5494
|
+
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
5495
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MiscItems/GenericHonoriaIcon.png",
|
|
5496
|
+
"base": "/Lotus/Types/Items/TitleItem",
|
|
5497
|
+
"codexSecret": false,
|
|
5498
|
+
"excludeFromCodex": true,
|
|
5499
|
+
"platinumCost": 0,
|
|
5500
|
+
"excludeFromMarket": true,
|
|
5501
|
+
"titleTag": "/Lotus/Language/Titles/TitleStyanaxPrime"
|
|
5502
|
+
},
|
|
5190
5503
|
"/Lotus/Types/Items/Titles/TitleVorunaPrime": {
|
|
5191
5504
|
"name": "/Lotus/Language/Titles/TitleVorunaPrimeDesc",
|
|
5192
5505
|
"description": "/Lotus/Language/Titles/GenericTitle_MarketDescription",
|
|
@@ -10419,6 +10732,24 @@
|
|
|
10419
10732
|
"platinumCost": 10,
|
|
10420
10733
|
"excludeFromMarket": true
|
|
10421
10734
|
},
|
|
10735
|
+
"/Lotus/Types/StoreItems/AvatarImages/Primes/ImageStyanaxPrimeBright": {
|
|
10736
|
+
"name": "/Lotus/Language/Glyphs/AvatarStyanaxPrimeBrightName",
|
|
10737
|
+
"description": "/Lotus/Language/Glyphs/AvatarStyanaxPrimeBrightDesc",
|
|
10738
|
+
"icon": "/Lotus/Interface/Icons/Player/StyanaxPrimeAvatarBright.png",
|
|
10739
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
10740
|
+
"codexSecret": false,
|
|
10741
|
+
"platinumCost": 10,
|
|
10742
|
+
"excludeFromMarket": true
|
|
10743
|
+
},
|
|
10744
|
+
"/Lotus/Types/StoreItems/AvatarImages/Primes/ImageStyanaxPrimeDark": {
|
|
10745
|
+
"name": "/Lotus/Language/Glyphs/AvatarStyanaxPrimeDarkName",
|
|
10746
|
+
"description": "/Lotus/Language/Glyphs/AvatarStyanaxPrimeDarkDesc",
|
|
10747
|
+
"icon": "/Lotus/Interface/Icons/Player/StyanaxPrimeAvatarDark.png",
|
|
10748
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
10749
|
+
"codexSecret": false,
|
|
10750
|
+
"platinumCost": 10,
|
|
10751
|
+
"excludeFromMarket": true
|
|
10752
|
+
},
|
|
10422
10753
|
"/Lotus/Types/StoreItems/AvatarImages/Primes/ImageVorunaPrimeBright": {
|
|
10423
10754
|
"name": "/Lotus/Language/Glyphs/AvatarVorunaPrimeBrightName",
|
|
10424
10755
|
"description": "/Lotus/Language/Glyphs/AvatarVorunaPrimeBrightDesc",
|
|
@@ -11106,6 +11437,14 @@
|
|
|
11106
11437
|
"codexSecret": true,
|
|
11107
11438
|
"platinumCost": 10
|
|
11108
11439
|
},
|
|
11440
|
+
"/Lotus/Types/StoreItems/AvatarImages/Warframes/ImageDanteDeluxe": {
|
|
11441
|
+
"name": "/Lotus/Language/Glyphs/AvatarDanteDeluxeName",
|
|
11442
|
+
"description": "/Lotus/Language/Glyphs/AvatarDanteDeluxeDesc",
|
|
11443
|
+
"icon": "/Lotus/Interface/Icons/Player/DanteDeluxeAvatar.png",
|
|
11444
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
11445
|
+
"codexSecret": true,
|
|
11446
|
+
"platinumCost": 15
|
|
11447
|
+
},
|
|
11109
11448
|
"/Lotus/Types/StoreItems/AvatarImages/Warframes/ImageFollieAltBright": {
|
|
11110
11449
|
"name": "/Lotus/Language/Glyphs/AvatarFollieAltBrightName",
|
|
11111
11450
|
"description": "/Lotus/Language/Glyphs/AvatarFollieAltBrightDesc",
|
|
@@ -11530,6 +11869,22 @@
|
|
|
11530
11869
|
"codexSecret": true,
|
|
11531
11870
|
"platinumCost": 15
|
|
11532
11871
|
},
|
|
11872
|
+
"/Lotus/Types/StoreItems/AvatarImages/Warframes/ImageSiriusOrionBright": {
|
|
11873
|
+
"name": "/Lotus/Language/Glyphs/AvatarSiriusOrionBrightName",
|
|
11874
|
+
"description": "/Lotus/Language/Glyphs/AvatarSiriusOrionBrightDesc",
|
|
11875
|
+
"icon": "/Lotus/Interface/Icons/Player/SiriusOrionAvatarBright.png",
|
|
11876
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
11877
|
+
"codexSecret": true,
|
|
11878
|
+
"platinumCost": 10
|
|
11879
|
+
},
|
|
11880
|
+
"/Lotus/Types/StoreItems/AvatarImages/Warframes/ImageSiriusOrionDark": {
|
|
11881
|
+
"name": "/Lotus/Language/Glyphs/AvatarSiriusOrionDarkName",
|
|
11882
|
+
"description": "/Lotus/Language/Glyphs/AvatarSiriusOrionDarkDesc",
|
|
11883
|
+
"icon": "/Lotus/Interface/Icons/Player/SiriusOrionAvatarDark.png",
|
|
11884
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
11885
|
+
"codexSecret": true,
|
|
11886
|
+
"platinumCost": 10
|
|
11887
|
+
},
|
|
11533
11888
|
"/Lotus/Types/StoreItems/AvatarImages/Warframes/ImageStyanaxAltBBright": {
|
|
11534
11889
|
"name": "/Lotus/Language/Glyphs/AvatarStyanaxAltBrightName",
|
|
11535
11890
|
"description": "/Lotus/Language/Glyphs/AvatarStyanaxAltBrightDesc",
|
|
@@ -11866,6 +12221,15 @@
|
|
|
11866
12221
|
"platinumCost": 20,
|
|
11867
12222
|
"excludeFromMarket": true
|
|
11868
12223
|
},
|
|
12224
|
+
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageAbsoluteCinemaGlyph": {
|
|
12225
|
+
"name": "/Lotus/Language/Glyphs/AbsoluteCinemaGlyphName",
|
|
12226
|
+
"description": "/Lotus/Language/Glyphs/AbsoluteCinemaGlyphDesc",
|
|
12227
|
+
"icon": "/Lotus/Interface/Icons/Player/AbsoluteCinemaGlyph.png",
|
|
12228
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
12229
|
+
"codexSecret": true,
|
|
12230
|
+
"platinumCost": 20,
|
|
12231
|
+
"excludeFromMarket": true
|
|
12232
|
+
},
|
|
11869
12233
|
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageAlbrechtHatCommunity": {
|
|
11870
12234
|
"name": "/Lotus/Language/Glyphs/AlbrechtHatCommunityGlyphName",
|
|
11871
12235
|
"description": "/Lotus/Language/Glyphs/AlbrechtHatCommunityGlyphDesc",
|
|
@@ -11910,6 +12274,15 @@
|
|
|
11910
12274
|
"platinumCost": 20,
|
|
11911
12275
|
"excludeFromMarket": true
|
|
11912
12276
|
},
|
|
12277
|
+
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageArborealKeyGlyph": {
|
|
12278
|
+
"name": "/Lotus/Language/Glyphs/ArborealKeyGlyphName",
|
|
12279
|
+
"description": "/Lotus/Language/Glyphs/ArborealKeyGlyphDesc",
|
|
12280
|
+
"icon": "/Lotus/Interface/Icons/Player/ArborealKeyGlyph.png",
|
|
12281
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
12282
|
+
"codexSecret": true,
|
|
12283
|
+
"platinumCost": 20,
|
|
12284
|
+
"excludeFromMarket": true
|
|
12285
|
+
},
|
|
11913
12286
|
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageArthurAccoladeGlyph": {
|
|
11914
12287
|
"name": "/Lotus/Language/Glyphs/ArthurAccoladeGlyphName",
|
|
11915
12288
|
"description": "/Lotus/Language/Glyphs/1999BossFightGlyphsDesc",
|
|
@@ -11919,6 +12292,15 @@
|
|
|
11919
12292
|
"platinumCost": 20,
|
|
11920
12293
|
"excludeFromMarket": true
|
|
11921
12294
|
},
|
|
12295
|
+
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageArthurInTheFridgeGlyph": {
|
|
12296
|
+
"name": "/Lotus/Language/Glyphs/ArthurInTheFridgeGlyphName",
|
|
12297
|
+
"description": "/Lotus/Language/Glyphs/ArthurInTheFridgeGlyphDesc",
|
|
12298
|
+
"icon": "/Lotus/Interface/Icons/Player/ArthurInTheFridgeGlyph.png",
|
|
12299
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
12300
|
+
"codexSecret": true,
|
|
12301
|
+
"platinumCost": 20,
|
|
12302
|
+
"excludeFromMarket": true
|
|
12303
|
+
},
|
|
11922
12304
|
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageArthurValentine": {
|
|
11923
12305
|
"name": "/Lotus/Language/Glyphs/ArthurValentineGlyphName",
|
|
11924
12306
|
"description": "/Lotus/Language/Glyphs/StarDays2025GlyphDesc",
|
|
@@ -12061,6 +12443,15 @@
|
|
|
12061
12443
|
"platinumCost": 20,
|
|
12062
12444
|
"excludeFromMarket": true
|
|
12063
12445
|
},
|
|
12446
|
+
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageBlinkGlyph": {
|
|
12447
|
+
"name": "/Lotus/Language/Glyphs/BlinkGlyphName",
|
|
12448
|
+
"description": "/Lotus/Language/Glyphs/BlinkGlyphDesc",
|
|
12449
|
+
"icon": "/Lotus/Interface/Icons/Player/BlinkGlyph.png",
|
|
12450
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
12451
|
+
"codexSecret": true,
|
|
12452
|
+
"platinumCost": 20,
|
|
12453
|
+
"excludeFromMarket": true
|
|
12454
|
+
},
|
|
12064
12455
|
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageBonewidowAction": {
|
|
12065
12456
|
"name": "/Lotus/Language/Glyphs/BonewidowActionGlyphName",
|
|
12066
12457
|
"description": "/Lotus/Language/Glyphs/GenericGlyphDesc",
|
|
@@ -12097,6 +12488,15 @@
|
|
|
12097
12488
|
"platinumCost": 20,
|
|
12098
12489
|
"excludeFromMarket": true
|
|
12099
12490
|
},
|
|
12491
|
+
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageChassisGlyph": {
|
|
12492
|
+
"name": "/Lotus/Language/Glyphs/ChassisGlyphName",
|
|
12493
|
+
"description": "/Lotus/Language/Glyphs/ChassisGlyphDesc",
|
|
12494
|
+
"icon": "/Lotus/Interface/Icons/Player/ChassisGlyph.png",
|
|
12495
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
12496
|
+
"codexSecret": true,
|
|
12497
|
+
"platinumCost": 20,
|
|
12498
|
+
"excludeFromMarket": true
|
|
12499
|
+
},
|
|
12100
12500
|
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageChatModerator": {
|
|
12101
12501
|
"name": "/Lotus/Language/Glyphs/ChatModeratorGlyphName",
|
|
12102
12502
|
"description": "/Lotus/Language/Glyphs/GenericGlyphDesc",
|
|
@@ -12723,6 +13123,15 @@
|
|
|
12723
13123
|
"platinumCost": 0,
|
|
12724
13124
|
"excludeFromMarket": true
|
|
12725
13125
|
},
|
|
13126
|
+
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageDumpItGlyph": {
|
|
13127
|
+
"name": "/Lotus/Language/Glyphs/DumpItGlyphName",
|
|
13128
|
+
"description": "/Lotus/Language/Glyphs/DumpItGlyphDesc",
|
|
13129
|
+
"icon": "/Lotus/Interface/Icons/Player/DumpItGlyph.png",
|
|
13130
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
13131
|
+
"codexSecret": true,
|
|
13132
|
+
"platinumCost": 20,
|
|
13133
|
+
"excludeFromMarket": true
|
|
13134
|
+
},
|
|
12726
13135
|
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageEleanorAccoladeGlyph": {
|
|
12727
13136
|
"name": "/Lotus/Language/Glyphs/EleanorAccoladeGlyphName",
|
|
12728
13137
|
"description": "/Lotus/Language/Glyphs/1999BossFightGlyphsDesc",
|
|
@@ -13773,6 +14182,15 @@
|
|
|
13773
14182
|
"platinumCost": 20,
|
|
13774
14183
|
"excludeFromMarket": true
|
|
13775
14184
|
},
|
|
14185
|
+
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageKalymosConeGlyph": {
|
|
14186
|
+
"name": "/Lotus/Language/Glyphs/KalymosConeGlyphName",
|
|
14187
|
+
"description": "/Lotus/Language/Glyphs/KalymosConeGlyphDesc",
|
|
14188
|
+
"icon": "/Lotus/Interface/Icons/Player/KalymosConeGlyph.png",
|
|
14189
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
14190
|
+
"codexSecret": true,
|
|
14191
|
+
"platinumCost": 20,
|
|
14192
|
+
"excludeFromMarket": true
|
|
14193
|
+
},
|
|
13776
14194
|
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageKavatEnamel": {
|
|
13777
14195
|
"name": "/Lotus/Language/Items/KavatEnamelGlyphName",
|
|
13778
14196
|
"description": "/Lotus/Language/Glyphs/GenericGlyphDesc",
|
|
@@ -13911,6 +14329,15 @@
|
|
|
13911
14329
|
"codexSecret": true,
|
|
13912
14330
|
"platinumCost": 20
|
|
13913
14331
|
},
|
|
14332
|
+
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageLotusChangeOfPlansGlyph": {
|
|
14333
|
+
"name": "/Lotus/Language/Glyphs/LotusChangeOfPlansGlyphName",
|
|
14334
|
+
"description": "/Lotus/Language/Glyphs/LotusChangeOfPlansGlyphDesc",
|
|
14335
|
+
"icon": "/Lotus/Interface/Icons/Player/LotusChangeOfPlansGlyph.png",
|
|
14336
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
14337
|
+
"codexSecret": true,
|
|
14338
|
+
"platinumCost": 20,
|
|
14339
|
+
"excludeFromMarket": true
|
|
14340
|
+
},
|
|
13914
14341
|
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageLotusGuide": {
|
|
13915
14342
|
"name": "/Lotus/Language/Glyphs/LotusGuideGlyphName",
|
|
13916
14343
|
"description": "/Lotus/Language/Glyphs/GenericGlyphDesc",
|
|
@@ -13975,6 +14402,15 @@
|
|
|
13975
14402
|
"platinumCost": 20,
|
|
13976
14403
|
"excludeFromMarket": true
|
|
13977
14404
|
},
|
|
14405
|
+
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageMadrinas": {
|
|
14406
|
+
"name": "/Lotus/Language/Glyphs/ImageMadrinasGlyphName",
|
|
14407
|
+
"description": "/Lotus/Language/Glyphs/ImageMadrinasGlyphDesc",
|
|
14408
|
+
"icon": "/Lotus/Interface/Icons/Player/ImageMadrinasGlyph.png",
|
|
14409
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
14410
|
+
"codexSecret": true,
|
|
14411
|
+
"platinumCost": 20,
|
|
14412
|
+
"excludeFromMarket": true
|
|
14413
|
+
},
|
|
13978
14414
|
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageMagAction": {
|
|
13979
14415
|
"name": "/Lotus/Language/Items/MagActionGlyphName",
|
|
13980
14416
|
"description": "/Lotus/Language/Glyphs/GenericGlyphDesc",
|
|
@@ -14515,6 +14951,15 @@
|
|
|
14515
14951
|
"platinumCost": 20,
|
|
14516
14952
|
"excludeFromMarket": true
|
|
14517
14953
|
},
|
|
14954
|
+
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageSingingLotusGlyph": {
|
|
14955
|
+
"name": "/Lotus/Language/Glyphs/SingingLotusGlyphName",
|
|
14956
|
+
"description": "/Lotus/Language/Glyphs/SingingLotusGlyphDesc",
|
|
14957
|
+
"icon": "/Lotus/Interface/Icons/Player/SingingLotusGlyph.png",
|
|
14958
|
+
"base": "/Lotus/Types/Items/AvatarImageItem",
|
|
14959
|
+
"codexSecret": true,
|
|
14960
|
+
"platinumCost": 20,
|
|
14961
|
+
"excludeFromMarket": true
|
|
14962
|
+
},
|
|
14518
14963
|
"/Lotus/Types/StoreItems/AvatarImages/AvatarImageSpecialEffectGlyph": {
|
|
14519
14964
|
"name": "/Lotus/Language/Glyphs/SpecialEffectGlyphName",
|
|
14520
14965
|
"description": "/Lotus/Language/Glyphs/SpecialEffectGlyphDesc",
|
|
@@ -45165,6 +45610,15 @@
|
|
|
45165
45610
|
"platinumCost": 50,
|
|
45166
45611
|
"excludeFromMarket": true
|
|
45167
45612
|
},
|
|
45613
|
+
"/Lotus/Upgrades/Skins/Liset/LisetSkinAshGemini": {
|
|
45614
|
+
"name": "/Lotus/Language/Skins/LisetSkinAshGeminiName",
|
|
45615
|
+
"description": "/Lotus/Language/Skins/LisetSkinAshGeminiDesc",
|
|
45616
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/PlayerShip/Skins/LisetAshGemini.png",
|
|
45617
|
+
"base": "/Lotus/Types/Items/ShipExteriorSkinItem",
|
|
45618
|
+
"codexSecret": false,
|
|
45619
|
+
"platinumCost": 50,
|
|
45620
|
+
"excludeFromMarket": true
|
|
45621
|
+
},
|
|
45168
45622
|
"/Lotus/Upgrades/Skins/Liset/LisetSkinFlavourItemB": {
|
|
45169
45623
|
"name": "/Lotus/Language/Items/LisetSkinBName",
|
|
45170
45624
|
"description": "/Lotus/Language/Items/LisetSkinBDesc",
|
|
@@ -45199,6 +45653,15 @@
|
|
|
45199
45653
|
"platinumCost": 50,
|
|
45200
45654
|
"excludeFromMarket": true
|
|
45201
45655
|
},
|
|
45656
|
+
"/Lotus/Upgrades/Skins/Liset/LisetSkinGarudaGemini": {
|
|
45657
|
+
"name": "/Lotus/Language/Skins/LisetSkinGarudaGeminiName",
|
|
45658
|
+
"description": "/Lotus/Language/Skins/LisetSkinGarudaGeminiDesc",
|
|
45659
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/PlayerShip/Skins/LisetGarudaGemini.png",
|
|
45660
|
+
"base": "/Lotus/Types/Items/ShipExteriorSkinItem",
|
|
45661
|
+
"codexSecret": false,
|
|
45662
|
+
"platinumCost": 50,
|
|
45663
|
+
"excludeFromMarket": true
|
|
45664
|
+
},
|
|
45202
45665
|
"/Lotus/Upgrades/Skins/Liset/LisetSkinGrineerQueens": {
|
|
45203
45666
|
"name": "/Lotus/Language/ShipDecorations/LisetSkinGrineerQueensName",
|
|
45204
45667
|
"description": "/Lotus/Language/ShipDecorations/LandingCraftGrineerQueensDesc",
|
|
@@ -45905,6 +46368,24 @@
|
|
|
45905
46368
|
"excludeFromCodex": true,
|
|
45906
46369
|
"platinumCost": 50
|
|
45907
46370
|
},
|
|
46371
|
+
"/Lotus/Upgrades/Skins/SiriusOrion/UnlockSiriusOrionAgile": {
|
|
46372
|
+
"name": "/Lotus/Language/Cosmetics/SiriusOrionAgileAnims",
|
|
46373
|
+
"description": "/Lotus/Language/Cosmetics/UnlockSiriusOrionAgileAnimsDesc",
|
|
46374
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/AnimationSets/OrionAgile.png",
|
|
46375
|
+
"base": "/EE/Types/Engine/UIFlavourItem",
|
|
46376
|
+
"codexSecret": true,
|
|
46377
|
+
"excludeFromCodex": true,
|
|
46378
|
+
"platinumCost": 50
|
|
46379
|
+
},
|
|
46380
|
+
"/Lotus/Upgrades/Skins/SiriusOrion/UnlockSiriusOrionNoble": {
|
|
46381
|
+
"name": "/Lotus/Language/Cosmetics/SiriusOrionNobleAnims",
|
|
46382
|
+
"description": "/Lotus/Language/Cosmetics/UnlockSiriusOrionNobleAnimsDesc",
|
|
46383
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/AnimationSets/SiriusNoble.png",
|
|
46384
|
+
"base": "/EE/Types/Engine/UIFlavourItem",
|
|
46385
|
+
"codexSecret": true,
|
|
46386
|
+
"excludeFromCodex": true,
|
|
46387
|
+
"platinumCost": 50
|
|
46388
|
+
},
|
|
45908
46389
|
"/Lotus/Upgrades/Skins/Temple/UnlockTempleAgile": {
|
|
45909
46390
|
"name": "/Lotus/Language/Cosmetics/TempleAgileAnims",
|
|
45910
46391
|
"description": "/Lotus/Language/Cosmetics/UnlockTempleAgileAnimsDesc",
|