warframe-public-export-plus 0.5.60 → 0.5.61
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/ExportBoosterPacks.json +46 -0
- package/ExportEnemies.json +20 -0
- package/ExportRewards.json +524 -184
- package/ExportVirtuals.json +0 -303
- package/dict.de.json +2 -0
- package/dict.en.json +2 -0
- package/dict.es.json +2 -0
- package/dict.fr.json +2 -0
- package/dict.it.json +2 -0
- package/dict.ja.json +2 -0
- package/dict.ko.json +2 -0
- package/dict.pl.json +2 -0
- package/dict.pt.json +2 -0
- package/dict.ru.json +2 -0
- package/dict.tc.json +2 -0
- package/dict.th.json +2 -0
- package/dict.tr.json +2 -0
- package/dict.uk.json +2 -0
- package/dict.zh.json +2 -0
- package/package.json +1 -1
- package/validate-keys.pluto +23 -0
package/ExportBoosterPacks.json
CHANGED
|
@@ -2937,5 +2937,51 @@
|
|
|
2937
2937
|
}
|
|
2938
2938
|
],
|
|
2939
2939
|
"canGiveDuplicates": true
|
|
2940
|
+
},
|
|
2941
|
+
"/Lotus/Types/BoosterPacks/TransmutePack": {
|
|
2942
|
+
"name": "/Lotus/Language/Items/TransmutePack",
|
|
2943
|
+
"description": "/Lotus/Language/Items/TransmutePackDesc",
|
|
2944
|
+
"icon": "/Lotus/Interface/Icons/StoreIcons/MarketBundles/GearAndResources/TransmutationCorePack.png",
|
|
2945
|
+
"components": [
|
|
2946
|
+
{
|
|
2947
|
+
"Item": "/Lotus/Upgrades/Mods/TransmuteCores/AttackTransmuteCore",
|
|
2948
|
+
"Rarity": "RARE"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"Item": "/Lotus/Upgrades/Mods/TransmuteCores/DefenseTransmuteCore",
|
|
2952
|
+
"Rarity": "RARE"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"Item": "/Lotus/Upgrades/Mods/TransmuteCores/TacticTransmuteCore",
|
|
2956
|
+
"Rarity": "RARE"
|
|
2957
|
+
}
|
|
2958
|
+
],
|
|
2959
|
+
"rarityWeightsPerRoll": [
|
|
2960
|
+
{
|
|
2961
|
+
"COMMON": 0,
|
|
2962
|
+
"UNCOMMON": 0,
|
|
2963
|
+
"RARE": 1,
|
|
2964
|
+
"LEGENDARY": 0
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
"COMMON": 0,
|
|
2968
|
+
"UNCOMMON": 0,
|
|
2969
|
+
"RARE": 1,
|
|
2970
|
+
"LEGENDARY": 0
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"COMMON": 0,
|
|
2974
|
+
"UNCOMMON": 0,
|
|
2975
|
+
"RARE": 1,
|
|
2976
|
+
"LEGENDARY": 0
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"COMMON": 0,
|
|
2980
|
+
"UNCOMMON": 0,
|
|
2981
|
+
"RARE": 1,
|
|
2982
|
+
"LEGENDARY": 0
|
|
2983
|
+
}
|
|
2984
|
+
],
|
|
2985
|
+
"canGiveDuplicates": true
|
|
2940
2986
|
}
|
|
2941
2987
|
}
|
package/ExportEnemies.json
CHANGED
|
@@ -84966,6 +84966,26 @@
|
|
|
84966
84966
|
]
|
|
84967
84967
|
}
|
|
84968
84968
|
],
|
|
84969
|
+
"/Lotus/Types/DropTables/LawyerDropTable": [
|
|
84970
|
+
{
|
|
84971
|
+
"type": "blueprint",
|
|
84972
|
+
"chance": 1.0,
|
|
84973
|
+
"items": [
|
|
84974
|
+
{
|
|
84975
|
+
"type": "/Lotus/Types/Recipes/ZanukaPetParts/ZanukaPetPartHeadABlueprint",
|
|
84976
|
+
"probability": 0.3333
|
|
84977
|
+
},
|
|
84978
|
+
{
|
|
84979
|
+
"type": "/Lotus/Types/Recipes/ZanukaPetParts/ZanukaPetPartHeadBBlueprint",
|
|
84980
|
+
"probability": 0.3333
|
|
84981
|
+
},
|
|
84982
|
+
{
|
|
84983
|
+
"type": "/Lotus/Types/Recipes/ZanukaPetParts/ZanukaPetPartHeadCBlueprint",
|
|
84984
|
+
"probability": 0.3333
|
|
84985
|
+
}
|
|
84986
|
+
]
|
|
84987
|
+
}
|
|
84988
|
+
],
|
|
84969
84989
|
"/Lotus/Types/DropTables/MITWOctopedeCrawlerDropTable": [
|
|
84970
84990
|
{
|
|
84971
84991
|
"type": "mod",
|