question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting sentinel weapon information without using All category

See original GitHub issue

All.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:closed
  • Created a year ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
TobiTennocommented, Jun 5, 2022

yeah, the category as defined isn’t 100% accurate in the types. i’ll change it momentarily.

0reactions
wfcd-bot-boicommented, Jun 7, 2022

🎉 This issue has been resolved in version 1.1253.1158 🎉

The release is available on:

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found