warframe-public-export-plus 0.2.5 → 0.3.0
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/.gitattributes +2 -1
- package/ExportCustoms.json +7 -0
- package/ExportDojoRecipes.json +0 -38
- package/ExportImages.json +3 -0
- package/ExportRecipes.json +11571 -15437
- package/ExportRegions.json +937 -225
- package/ExportRelics.json +4768 -90592
- package/ExportResources.json +11 -1
- package/ExportRewards.json +41796 -0
- package/ExportSentinels.json +32 -16
- package/ExportUpgrades.json +34 -34
- package/README.md +4 -1
- package/dict.de.json +13 -14
- package/dict.en.json +6 -7
- package/dict.es.json +8 -9
- package/dict.fr.json +9 -10
- package/dict.it.json +9 -10
- package/dict.ja.json +24 -25
- package/dict.ko.json +7 -8
- package/dict.pl.json +10 -11
- package/dict.pt.json +11 -12
- package/dict.ru.json +10 -11
- package/dict.tc.json +8 -9
- package/dict.th.json +1849 -1850
- package/dict.tr.json +9 -10
- package/dict.uk.json +11 -12
- package/dict.zh.json +9 -10
- package/index.d.ts +35 -37
- package/index.js +1 -1
- package/package.json +1 -1
- package/samples/relic-chances.pluto +38 -0
- package/ExportSortieRewards.json +0 -166
package/.gitattributes
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
*.json linguist-detectable
|
|
2
|
+
*.pluto linguist-language=Lua
|
package/ExportCustoms.json
CHANGED
|
@@ -3314,6 +3314,13 @@
|
|
|
3314
3314
|
"description": "/Lotus/Language/SteamWorkshop/SWLavosKuvaelArmourDesc",
|
|
3315
3315
|
"icon": "/Lotus/Interface/Icons/StoreIcons/Tennogen/Suit/Lavos/SWLavosKuvaelSkin.png"
|
|
3316
3316
|
},
|
|
3317
|
+
"/Lotus/Upgrades/Skins/Armor/WarframeDefaults/SWLavosYersinArmArmor": {
|
|
3318
|
+
"name": "/Lotus/Language/SteamWorkshop/SWLavosYersinArmourName",
|
|
3319
|
+
"codexSecret": false,
|
|
3320
|
+
"excludeFromCodex": true,
|
|
3321
|
+
"description": "/Lotus/Language/SteamWorkshop/SWLavosYersinArmourDesc",
|
|
3322
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/Cosmetics/WarframeSkins/SWYersinSkin.png"
|
|
3323
|
+
},
|
|
3317
3324
|
"/Lotus/Upgrades/Skins/Armor/WarframeDefaults/SWOberonBotLArmArmor": {
|
|
3318
3325
|
"name": "/Lotus/Language/SteamWorkshop/SWOberonBotLArmourName",
|
|
3319
3326
|
"codexSecret": false,
|
package/ExportDojoRecipes.json
CHANGED
|
@@ -57060,44 +57060,6 @@
|
|
|
57060
57060
|
],
|
|
57061
57061
|
"techPrereq": "/Lotus/Types/Recipes/WarframeRecipes/BansheeBlueprint"
|
|
57062
57062
|
},
|
|
57063
|
-
"/Lotus/Types/Recipes/WarframeRecipes/ChoirChassisBlueprint": {
|
|
57064
|
-
"price": 0,
|
|
57065
|
-
"time": 0,
|
|
57066
|
-
"skipTimePrice": 0,
|
|
57067
|
-
"replicatePrice": 15000,
|
|
57068
|
-
"ingredients": []
|
|
57069
|
-
},
|
|
57070
|
-
"/Lotus/Types/Recipes/WarframeRecipes/ChoirHelmetBlueprint": {
|
|
57071
|
-
"price": 0,
|
|
57072
|
-
"time": 0,
|
|
57073
|
-
"skipTimePrice": 0,
|
|
57074
|
-
"replicatePrice": 15000,
|
|
57075
|
-
"ingredients": []
|
|
57076
|
-
},
|
|
57077
|
-
"/Lotus/Types/Recipes/WarframeRecipes/ChoirSystemsBlueprint": {
|
|
57078
|
-
"price": 0,
|
|
57079
|
-
"time": 0,
|
|
57080
|
-
"skipTimePrice": 0,
|
|
57081
|
-
"replicatePrice": 15000,
|
|
57082
|
-
"ingredients": [
|
|
57083
|
-
{
|
|
57084
|
-
"ItemType": "/Lotus/Types/Items/Research/EnergyComponent",
|
|
57085
|
-
"ItemCount": 25
|
|
57086
|
-
},
|
|
57087
|
-
{
|
|
57088
|
-
"ItemType": "/Lotus/Types/Items/MiscItems/Gallium",
|
|
57089
|
-
"ItemCount": 100
|
|
57090
|
-
},
|
|
57091
|
-
{
|
|
57092
|
-
"ItemType": "/Lotus/Types/Items/MiscItems/Circuits",
|
|
57093
|
-
"ItemCount": 50000
|
|
57094
|
-
},
|
|
57095
|
-
{
|
|
57096
|
-
"ItemType": "/Lotus/Types/Items/MiscItems/Nanospores",
|
|
57097
|
-
"ItemCount": 100000
|
|
57098
|
-
}
|
|
57099
|
-
]
|
|
57100
|
-
},
|
|
57101
57063
|
"/Lotus/Types/Recipes/WarframeRecipes/DagathBlueprint": {
|
|
57102
57064
|
"price": 0,
|
|
57103
57065
|
"time": 0,
|
package/ExportImages.json
CHANGED
|
@@ -26483,6 +26483,9 @@
|
|
|
26483
26483
|
"/Lotus/Interface/Icons/StoreIcons/SongItem/VaubanPrimeSongItemStoreIcon.png": {
|
|
26484
26484
|
"contentHash": "00_x9GL2mxNCXEJt7aGRLqwUw"
|
|
26485
26485
|
},
|
|
26486
|
+
"/Lotus/Interface/Icons/StoreIcons/SongItem/WispPrimeSongItemStoreIcon.png": {
|
|
26487
|
+
"contentHash": "00_bKRcqn0qwmt1zSQIacSTtQ"
|
|
26488
|
+
},
|
|
26486
26489
|
"/Lotus/Interface/Icons/StoreIcons/Styles/StyleBaruuk.png": {
|
|
26487
26490
|
"contentHash": "00_rLqBbgdT1PnOFeoWXdtaOg"
|
|
26488
26491
|
},
|