warframe-public-export-plus 0.3.0 → 0.3.2
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/ExportArcanes.json +252 -126
- package/ExportEnemies.json +27838 -0
- package/ExportRegions.json +42 -21
- package/ExportRewards.json +19650 -18806
- package/ExportUpgrades.json +1 -2
- package/README.md +0 -4
- package/dict.de.json +937 -0
- package/dict.en.json +937 -0
- package/dict.es.json +937 -0
- package/dict.fr.json +937 -0
- package/dict.it.json +937 -0
- package/dict.ja.json +937 -0
- package/dict.ko.json +937 -0
- package/dict.pl.json +937 -0
- package/dict.pt.json +937 -0
- package/dict.ru.json +937 -0
- package/dict.tc.json +937 -0
- package/dict.th.json +937 -0
- package/dict.tr.json +937 -0
- package/dict.uk.json +937 -0
- package/dict.zh.json +937 -0
- package/index.d.ts +30 -1
- package/index.js +1 -0
- package/package.json +1 -1
package/ExportUpgrades.json
CHANGED
|
@@ -10056,8 +10056,7 @@
|
|
|
10056
10056
|
"baseDrain": 4,
|
|
10057
10057
|
"fusionLimit": 3,
|
|
10058
10058
|
"compatName": "Archgun",
|
|
10059
|
-
"type": "ARCH-GUN"
|
|
10060
|
-
"isFrivolous": true
|
|
10059
|
+
"type": "ARCH-GUN"
|
|
10061
10060
|
},
|
|
10062
10061
|
"/Lotus/Upgrades/Mods/Archwing/Rifle/ArchwingEventFireStatusRifleMod": {
|
|
10063
10062
|
"name": "/Lotus/Language/Items/ArchwingFireEventRifleMod",
|
package/README.md
CHANGED
|
@@ -14,12 +14,8 @@ Instead of ExportManifest, this project adds an `icon` field to most exports, wh
|
|
|
14
14
|
|
|
15
15
|
## Notes
|
|
16
16
|
|
|
17
|
-
### ExportBundles
|
|
18
|
-
- This export is specific to this project, as there is no such data in the official Public Export.
|
|
19
|
-
|
|
20
17
|
### ExportDojoRecipes
|
|
21
18
|
- This `price` (credits), `skipTimePrice` (platinum), and `ingredients` are for Moon clans. To convert these e.g. to Ghost clan values, simply multiply them by 0.01 (1 / 100) with a lower limit of 1.
|
|
22
|
-
- This export is specific to this project, as there is no such data in the official Public Export.
|
|
23
19
|
|
|
24
20
|
### ExportRegions
|
|
25
21
|
- Crossfire missions can be detected by the `secondaryFactionIndex` field being present. The `/Lotus/Language/Missions/MissionName_Crossfire` label may be used for their mission type.
|