Getting sentinel weapon information without using All category
See original GitHub issueAll.json contains items such as
{
"accuracy": 100,
"ammo": null,
"attacks": [
{
"name": "Normal Attack",
"speed": 10,
"crit_chance": 15,
"crit_mult": 1.5,
"status_chance": 5,
"shot_type": "Projectile",
"shot_speed": 40,
"flight": 40,
"damage": {
"impact": 1.2,
"slash": 2.4,
"puncture": 8.4
}
}
],
"category": "Primary",
"criticalChance": 0.15000001,
"criticalMultiplier": 1.5,
"damagePerShot": [ 1.2, 8.3999996, 2.3999999, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ],
"description": "A Prime Laser Rifle.",
"disposition": 4,
"fireRate": 10.000001,
"imageName": "prime-laser-rifle.png",
"introduced": {
"name": "Update 13.7",
"url": "https://warframe.fandom.com/wiki/Update_13%23Update_13.7",
"aliases": [ "13.7.0", "13.7" ],
"parent": "13.7",
"date": "2014-06-11"
},
"magazineSize": 5,
"masteryReq": 0,
"multishot": 1,
"name": "Prime Laser Rifle",
"noise": "Alarming",
"omegaAttenuation": 1.21,
"patchlogs": [
{
"name": "Nights of Naberus: Update 30.8.0",
"date": "2021-10-04T18:05:14Z",
"url": "https://forums.warframe.com/topic/1283036-nights-of-naberus-update-3080/",
"additions": "",
"changes": "",
"fixes": "Fixed the Prime Laser Rifle icon image in the Inventory appearing the same as its normal variant."
}
],
"procChance": 0.050000012,
"productCategory": "SentinelWeapons",
"releaseDate": "2014-06-11",
"reloadTime": 1.2,
"sentinel": true,
"slot": 1,
"tags": [ "Prime", "Vaulted" ],
"totalDamage": 11.999999,
"tradable": false,
"trigger": "Auto",
"type": "Companion Weapon",
"uniqueName": "/Lotus/Types/Sentinels/SentinelWeapons/PrimeLaserRifle",
"wikiaThumbnail": "https://static.wikia.nocookie.net/warframe/images/6/6b/PrimeLaserRifle.png/revision/latest?cb=20140718041009",
"wikiaUrl": "https://warframe.fandom.com/wiki/Prime_Laser_Rifle"
}
with category “Primary”, but these items are not included when using new Items({ category: ['Primary'] })
. They seem to be in their own SentinelWeapons.json file, but there is no category SentinelWeapons.
It’s not ideal that I have to use the All category to get these.
Issue Analytics
- State:
- Created a year ago
- Comments:11
Top Results From Across the Web
Sentinel Update - No Man's Sky
Introducing a total overhaul of weapon systems; new lore and stories; all-new Sentinel enemies and combat behaviours; the ability to reprogram and adopt ......
Read more >Forbidden Multi-Tool Module - No Man's Sky Wiki - Fandom
Forbidden Multi-Tool Modules can only be obtained from opening Sentinel Weapons Shards. Forbidden Multi-Tool Module can be repaired using the following ...
Read more >Sentinel - Killing Floor 2 Wiki
Sentinel is a DLC weapon. In offline solo play this weapon is only available for players purchased it from the in-game store or...
Read more >Sentinel - Mass Effect 3 Wiki Guide - IGN
In addition to complete weapons training, Sentinels are equipped with an. ... a Sentinel class character will be able to wield any weapon...
Read more >Sentinel Concepts
Sentinel Concepts classes are designed to craft more efficient shooters and weapon manipulators after the class and for years to come, by using...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yeah, the category as defined isn’t 100% accurate in the types. i’ll change it momentarily.
🎉 This issue has been resolved in version 1.1253.1158 🎉
The release is available on:
Your semantic-release bot 📦🚀