warframe-public-export-plus 0.5.81 → 0.5.83
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/.github/workflows/validate-typings.yml +10 -17
- package/ExportEnemies.json +54 -0
- package/ExportImages.json +1 -2
- package/ExportRegions.json +2 -4
- package/ExportRewards.json +940 -76
- package/index.js +63 -63
- package/index.mjs +63 -0
- package/package.json +10 -1
- package/validate-typings.js +47 -0
- package/validate-typings.pluto +0 -36
|
@@ -1,17 +1,10 @@
|
|
|
1
|
-
name: Validate Typings
|
|
2
|
-
on:
|
|
3
|
-
push: {}
|
|
4
|
-
jobs:
|
|
5
|
-
validate-typings:
|
|
6
|
-
runs-on: ubuntu-latest
|
|
7
|
-
steps:
|
|
8
|
-
- uses: actions/checkout@v4
|
|
9
|
-
|
|
10
|
-
- run:
|
|
11
|
-
- run: echo "deb [arch=amd64 signed-by=/usr/share/keyrings/calamity-inc.gpg] https://calamity-inc.github.io/deb-repo/ buster main" | sudo tee /etc/apt/sources.list.d/calamity-inc.list > /dev/null
|
|
12
|
-
- run: sudo apt update
|
|
13
|
-
- run: sudo apt install pluto
|
|
14
|
-
# Install prerequisites for validate-typings.pluto
|
|
15
|
-
- run: npm i
|
|
16
|
-
# Run validate-typings.pluto
|
|
17
|
-
- run: pluto validate-typings.pluto
|
|
1
|
+
name: Validate Typings
|
|
2
|
+
on:
|
|
3
|
+
push: {}
|
|
4
|
+
jobs:
|
|
5
|
+
validate-typings:
|
|
6
|
+
runs-on: ubuntu-latest
|
|
7
|
+
steps:
|
|
8
|
+
- uses: actions/checkout@v4
|
|
9
|
+
- run: npm i
|
|
10
|
+
- run: node validate-typings.js
|
package/ExportEnemies.json
CHANGED
|
@@ -79677,6 +79677,60 @@
|
|
|
79677
79677
|
]
|
|
79678
79678
|
}
|
|
79679
79679
|
],
|
|
79680
|
+
"/Lotus/Types/DropTables/ContainerDropTables/VoidVaultMissionRewardsDropTable": [
|
|
79681
|
+
{
|
|
79682
|
+
"type": "resource",
|
|
79683
|
+
"chance": 1.0,
|
|
79684
|
+
"items": [
|
|
79685
|
+
{
|
|
79686
|
+
"type": "/Lotus/Types/Gameplay/NarmerSorties/ArchonCrystalAmar",
|
|
79687
|
+
"probability": 0.175
|
|
79688
|
+
},
|
|
79689
|
+
{
|
|
79690
|
+
"type": "/Lotus/Types/Gameplay/NarmerSorties/ArchonCrystalBoreal",
|
|
79691
|
+
"probability": 0.175
|
|
79692
|
+
},
|
|
79693
|
+
{
|
|
79694
|
+
"type": "/Lotus/Types/Gameplay/NarmerSorties/ArchonCrystalNira",
|
|
79695
|
+
"probability": 0.175
|
|
79696
|
+
},
|
|
79697
|
+
{
|
|
79698
|
+
"type": "/Lotus/Types/Items/MiscItems/WeaponMeleeArcaneUnlocker",
|
|
79699
|
+
"probability": 0.15
|
|
79700
|
+
},
|
|
79701
|
+
{
|
|
79702
|
+
"type": "/Lotus/Upgrades/CosmeticEnhancers/Offensive/PermaComboOnFinisher",
|
|
79703
|
+
"probability": 0.1
|
|
79704
|
+
},
|
|
79705
|
+
{
|
|
79706
|
+
"type": "/Lotus/Upgrades/CosmeticEnhancers/Offensive/ReplayLightCritHits",
|
|
79707
|
+
"probability": 0.1
|
|
79708
|
+
},
|
|
79709
|
+
{
|
|
79710
|
+
"type": "/Lotus/Types/Gameplay/NarmerSorties/ArchonCrystalAmarMythic",
|
|
79711
|
+
"probability": 0.0417
|
|
79712
|
+
},
|
|
79713
|
+
{
|
|
79714
|
+
"type": "/Lotus/Types/Gameplay/NarmerSorties/ArchonCrystalBorealMythic",
|
|
79715
|
+
"probability": 0.0417
|
|
79716
|
+
},
|
|
79717
|
+
{
|
|
79718
|
+
"type": "/Lotus/Types/Gameplay/NarmerSorties/ArchonCrystalNiraMythic",
|
|
79719
|
+
"probability": 0.0417
|
|
79720
|
+
}
|
|
79721
|
+
]
|
|
79722
|
+
},
|
|
79723
|
+
{
|
|
79724
|
+
"type": "additionalItem",
|
|
79725
|
+
"chance": 1.0,
|
|
79726
|
+
"items": [
|
|
79727
|
+
{
|
|
79728
|
+
"type": "/Lotus/Types/Gameplay/Zariman/Resources/ZarimanMiscItemB",
|
|
79729
|
+
"probability": 1.0
|
|
79730
|
+
}
|
|
79731
|
+
]
|
|
79732
|
+
}
|
|
79733
|
+
],
|
|
79680
79734
|
"/Lotus/Types/DropTables/CorpusAladVBossAgentDropTable": [
|
|
79681
79735
|
{
|
|
79682
79736
|
"type": "mod",
|
package/ExportImages.json
CHANGED
|
@@ -9843,8 +9843,7 @@
|
|
|
9843
9843
|
"forumName": "KahlGlyph"
|
|
9844
9844
|
},
|
|
9845
9845
|
"/Lotus/Interface/Icons/Player/KahlStatueGlyph.png": {
|
|
9846
|
-
"contentHash": "00_w2JM+vhLEg80KY2LZhP2Qg"
|
|
9847
|
-
"forumName": "KahlStatueGlyph"
|
|
9846
|
+
"contentHash": "00_w2JM+vhLEg80KY2LZhP2Qg"
|
|
9848
9847
|
},
|
|
9849
9848
|
"/Lotus/Interface/Icons/Player/KalymosGrimoireGlyph.png": {
|
|
9850
9849
|
"contentHash": "00_3gFrzgZsYrJpaJm66xdEyg",
|
package/ExportRegions.json
CHANGED
|
@@ -4952,9 +4952,7 @@
|
|
|
4952
4952
|
"minEnemyLevel": 220,
|
|
4953
4953
|
"maxEnemyLevel": 240,
|
|
4954
4954
|
"masteryExp": 0,
|
|
4955
|
-
"rewardManifests": [
|
|
4956
|
-
"/Lotus/Types/Game/MissionDecks/EntratiMissionRewards/EntratiVaultRewards"
|
|
4957
|
-
],
|
|
4955
|
+
"rewardManifests": [],
|
|
4958
4956
|
"hidden": true
|
|
4959
4957
|
},
|
|
4960
4958
|
"CeresToJupiterJunction": {
|
|
@@ -5970,7 +5968,7 @@
|
|
|
5970
5968
|
"credits": 100000
|
|
5971
5969
|
},
|
|
5972
5970
|
"rewardManifests": [
|
|
5973
|
-
"/Lotus/Types/Game/MissionDecks/RailjackMissionRewards/
|
|
5971
|
+
"/Lotus/Types/Game/MissionDecks/RailjackMissionRewards/CorpusRailjackPlutoSurvivalRewards"
|
|
5974
5972
|
],
|
|
5975
5973
|
"cacheRewardManifest": "/Lotus/Types/Game/MissionDecks/RailjackMissionRewards/CorpusRailjackPlutoCacheRewards"
|
|
5976
5974
|
},
|