|
|
| (6 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| { | | { |
| "category": "Weapons", | | "category": "Weapons", |
| "aggregation_mode": "none", | | "description": "One record per weapon. Every record: id (the game's internal id), slug (wiki page title of the entity's detail page; never recompute it), name (display name), icon (File: image name; empty string = no staged art). Plus: tier (shop tier 1-3), price, locked (true = must be unlocked), tag_source (the game's raw tag family, e.g. Melee/Laser/Grenade — Melee here or a Melee tag makes the weapon class Melee, else Ranged), tags[] (tag keys; effect text + tag pages join Data:Tags.json), stats{} (raw numbers keyed by stat name: Damage, Holy/Fire/Electric Damage, Attack Speed, Critical Chance ('15%' strings keep the % sign), Range, Pierce, Projectiles, Bounce; values \u003E= 1000 render as 'Unlimited', \u003C= -1000 are hidden). DPS is NOT stored — Module:Compare computes (Damage + elemental damage) x Attack Speed at render time. Consumed by Module:Core (infobox/body/index), Module:Compare, Module:Navbox, Module:StatIndex, Module:TagIndex, Module:Iconbox.", |
| "record_count": 65,
| |
| "records": [ | | "records": [ |
| { | | { |
| Line 9: |
Line 8: |
| "name": "Cutter", | | "name": "Cutter", |
| "icon": "Weapons_Cutter.png", | | "icon": "Weapons_Cutter.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Ranged",
| | "price": 61.2, |
| "Tier": 1,
| | "locked": false, |
| "Price": "61.2",
| | "tag_source": "Laser", |
| "Availability": "Unlocked from start",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 12\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 12\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.08\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 15%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' Unlimited\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 1", | | "Range", |
| "Damage": "12", | | "Physical" |
| "Attack Speed": "1.08" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 12, |
| "Tags": [
| | "Holy Damage": 12, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 1.08, |
| "[[Tag-Physical|Physical]]"
| | "Critical Chance": "15%", |
| ] | | "Range": 1000, |
| },
| | "Pierce": 1, |
| "cross_refs": {}
| | "Bounce": 1 |
| | } |
| }, | | }, |
| { | | { |
| Line 31: |
Line 31: |
| "name": "Ember Sword", | | "name": "Ember Sword", |
| "icon": "Weapons_Ember_Sword.png", | | "icon": "Weapons_Ember_Sword.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Melee",
| | "price": 56.1, |
| "Tier": 1,
| | "locked": false, |
| "Price": "56.1",
| | "tag_source": "Melee", |
| "Availability": "Unlocked from start", | | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 11\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.31\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 400\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1",
| | "Melee", |
| "Damage": "11", | | "Fire", |
| "Attack Speed": "1.31" | | "Sword" |
| },
| | ], |
| "body": {
| | "stats": { |
| "Tags": [ | | "Damage": 11, |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Fire Damage": 18, |
| "[[Tag-Fire|Fire]]",
| | "Attack Speed": 1.31, |
| "[[Tag-Sword|Sword]]"
| | "Critical Chance": "0%", |
| ]
| | "Range": 400, |
| }, | | "Pierce": 1000, |
| "cross_refs": {}
| | "Bounce": -1000, |
| | "Stagger": 1 |
| | } |
| }, | | }, |
| { | | { |
| Line 54: |
Line 56: |
| "name": "Flare Cannon", | | "name": "Flare Cannon", |
| "icon": "Weapons_Flare_Cannon.png", | | "icon": "Weapons_Flare_Cannon.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 1,
| | "locked": false, |
| "Price": "71.4",
| | "tag_source": "Sword", |
| "Availability": "Unlocked from start",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 13\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.77\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 15%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' Unlimited\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 30%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 350", | | "FromSky", |
| "Damage": "14", | | "Fire" |
| "Attack Speed": "0.77" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 14, |
| "Tags": [ | | "Fire Damage": 13, |
| "[[Tag-FromSky|FromSky]] – air strike",
| | "Attack Speed": 0.77, |
| "[[Tag-Fire|Fire]]"
| | "Critical Chance": "15%", |
| ]
| | "Range": 1200, |
| },
| | "Pierce": -1000, |
| "cross_refs": {} | | "Explosive Chance": "30%", |
| | "Explosive Radius": 350 |
| | } |
| }, | | }, |
| { | | { |
| Line 76: |
Line 80: |
| "name": "Holy Spear", | | "name": "Holy Spear", |
| "icon": "Weapons_Holy_Spear.png", | | "icon": "Weapons_Holy_Spear.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Melee",
| | "price": 61.2, |
| "Tier": 1,
| | "locked": false, |
| "Price": "61.2",
| | "tag_source": "Range", |
| "Availability": "Unlocked from start", | | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 12\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 23\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.53\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 20%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 520\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 2",
| | "Melee", |
| "Damage": "12", | | "Physical", |
| "Attack Speed": "1.53" | | "Lance" |
| },
| | ], |
| "body": {
| | "stats": { |
| "Tags": [ | | "Damage": 12, |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Holy Damage": 23, |
| "[[Tag-Physical|Physical]]",
| | "Attack Speed": 1.53, |
| "[[Tag-Lance|Lance]]"
| | "Critical Chance": "20%", |
| ]
| | "Range": 520, |
| }, | | "Pierce": 1000, |
| "cross_refs": {}
| | "Bounce": -1000, |
| | "Stagger": 2 |
| | } |
| }, | | }, |
| { | | { |
| Line 99: |
Line 105: |
| "name": "Machine Gun", | | "name": "Machine Gun", |
| "icon": "Weapons_Machine_Gun.png", | | "icon": "Weapons_Machine_Gun.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 1,
| | "locked": false, |
| "Price": "71.4",
| | "tag_source": "FromSky", |
| "Availability": "Unlocked from start",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 7\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.7\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 10%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 3", | | "Range", |
| "Damage": "14", | | "Physical", |
| "Attack Speed": "0.7" | | "ShootInLine" |
| },
| | ], |
| "body": {
| | "stats": { |
| "Tags": [ | | "Damage": 14, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Holy Damage": 7, |
| "[[Tag-Physical|Physical]]",
| | "Attack Speed": 0.7, |
| "[[Tag-ShootInLine|ShootInLine]] – Multiple projectiles fire in a straight line."
| | "Critical Chance": "10%", |
| ]
| | "Range": 800, |
| }, | | "Projectiles": 3 |
| "cross_refs": {}
| | } |
| }, | | }, |
| { | | { |
| Line 122: |
Line 128: |
| "name": "Magnum", | | "name": "Magnum", |
| "icon": "Weapons_Magnum.png", | | "icon": "Weapons_Magnum.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 1,
| | "locked": false, |
| "Price": "71.4",
| | "tag_source": "Vortex", |
| "Availability": "Unlocked from start",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 14\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.81\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 10%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' Unlimited\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1", | | "Range", |
| "Damage": "14", | | "Fire" |
| "Attack Speed": "0.81" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 14, |
| "Tags": [
| | "Fire Damage": 14, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 0.81, |
| "[[Tag-Fire|Fire]]"
| | "Critical Chance": "10%", |
| ] | | "Range": 1000, |
| },
| | "Pierce": 2, |
| "cross_refs": {}
| | "Stagger": 1 |
| | } |
| }, | | }, |
| { | | { |
| Line 144: |
Line 151: |
| "name": "Recharger", | | "name": "Recharger", |
| "icon": "Weapons_Recharger.png", | | "icon": "Weapons_Recharger.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 1,
| | "locked": false, |
| "Price": "71.4",
| | "tag_source": "Lance", |
| "Availability": "Unlocked from start",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 11\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.65\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 5%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_HPSteal.png|18px|link=]] '''HP Steal:''' 4%", | | "Range", |
| "Damage": "14", | | "Electric" |
| "Attack Speed": "0.65" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 14, |
| "Tags": [ | | "Electric Damage": 11, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 0.65, |
| "[[Tag-Electric|Electric]]"
| | "Critical Chance": "5%", |
| ]
| | "Range": 800, |
| },
| | "Pierce": 1, |
| "cross_refs": {} | | "HP Steal": "4%" |
| | } |
| }, | | }, |
| { | | { |
| Line 166: |
Line 174: |
| "name": "Sawed Off Shotgun", | | "name": "Sawed Off Shotgun", |
| "icon": "Weapons_Sawed_Off.png", | | "icon": "Weapons_Sawed_Off.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 1,
| | "locked": false, |
| "Price": "71.4",
| | "tag_source": "Aura", |
| "Availability": "Unlocked from start",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 11\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.88\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 10%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1", | | "Range", |
| "Damage": "14", | | "Physical" |
| "Attack Speed": "0.88" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 14, |
| "Tags": [
| | "Holy Damage": 11, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 0.88, |
| "[[Tag-Physical|Physical]]"
| | "Critical Chance": "10%", |
| ] | | "Range": 600, |
| },
| | "Projectiles": 2, |
| "cross_refs": {}
| | "Stagger": 1 |
| | } |
| }, | | }, |
| { | | { |
| Line 188: |
Line 197: |
| "name": "Scalding Crossbow", | | "name": "Scalding Crossbow", |
| "icon": "Weapons_Scalding_Crossbow.png", | | "icon": "Weapons_Scalding_Crossbow.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Ranged",
| | "price": 61.2, |
| "Tier": 1,
| | "locked": false, |
| "Price": "61.2",
| | "tag_source": "Hammer", |
| "Availability": "Unlocked from start",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 12\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 16\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.44\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 15%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 1", | | "Range", |
| "Damage": "12", | | "Fire" |
| "Attack Speed": "1.44" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 12, |
| "Tags": [
| | "Fire Damage": 16, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 1.44, |
| "[[Tag-Fire|Fire]]"
| | "Critical Chance": "15%", |
| ] | | "Range": 800, |
| },
| | "Pierce": 1, |
| "cross_refs": {}
| | "Bounce": 1 |
| | } |
| }, | | }, |
| { | | { |
| Line 210: |
Line 220: |
| "name": "Shock Disc", | | "name": "Shock Disc", |
| "icon": "Weapons_Circuit_Slicer.png", | | "icon": "Weapons_Circuit_Slicer.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 1,
| | "locked": false, |
| "Price": "71.4",
| | "tag_source": "Electric", |
| "Availability": "Unlocked from start",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 13\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.75\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 10%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1", | | "Vortex", |
| "Damage": "14", | | "Electric" |
| "Attack Speed": "0.75" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 14, |
| "Tags": [ | | "Electric Damage": 13, |
| "[[Tag-Vortex|Vortex]] – vortex emitter",
| | "Attack Speed": 0.75, |
| "[[Tag-Electric|Electric]]"
| | "Critical Chance": "10%", |
| ] | | "Range": 600, |
| },
| | "Pierce": 1 |
| "cross_refs": {}
| | } |
| }, | | }, |
| { | | { |
| Line 232: |
Line 242: |
| "name": "Shock Maul", | | "name": "Shock Maul", |
| "icon": "Weapons_Shock_Maul.png", | | "icon": "Weapons_Shock_Maul.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Melee",
| | "price": 51, |
| "Tier": 1,
| | "locked": false, |
| "Price": "51",
| | "tag_source": "Mine", |
| "Availability": "Unlocked from start", | | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 10\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 21\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.68\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 440\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 3",
| | "Melee", |
| "Damage": "10", | | "Electric", |
| "Attack Speed": "1.68" | | "Hammer" |
| },
| | ], |
| "body": {
| | "stats": { |
| "Tags": [ | | "Damage": 10, |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Electric Damage": 21, |
| "[[Tag-Electric|Electric]]",
| | "Attack Speed": 1.68, |
| "[[Tag-Hammer|Hammer]]"
| | "Critical Chance": "0%", |
| ]
| | "Range": 440, |
| },
| | "Pierce": 1000, |
| "cross_refs": {} | | "Bounce": -1000, |
| | "Stagger": 3 |
| | } |
| }, | | }, |
| { | | { |
| Line 255: |
Line 267: |
| "name": "Sniper Rifle", | | "name": "Sniper Rifle", |
| "icon": "Weapons_Sniper_Rifle.png", | | "icon": "Weapons_Sniper_Rifle.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Ranged",
| | "price": 76.5, |
| "Tier": 1,
| | "locked": false, |
| "Price": "76.5",
| | "tag_source": "Grenade", |
| "Availability": "Unlocked from start",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 15\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.97\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 15%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' Unlimited\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1", | | "Range", |
| "Damage": "15", | | "Physical" |
| "Attack Speed": "0.97" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 15, |
| "Tags": [
| | "Holy Damage": 18, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 0.97, |
| "[[Tag-Physical|Physical]]"
| | "Critical Chance": "15%", |
| ] | | "Range": 1400, |
| },
| | "Pierce": 2, |
| "cross_refs": {}
| | "Stagger": 1 |
| | } |
| }, | | }, |
| { | | { |
| Line 277: |
Line 290: |
| "name": "Twin Spark", | | "name": "Twin Spark", |
| "icon": "Weapons_Electronizer.png", | | "icon": "Weapons_Electronizer.png", |
| "infobox": { | | "tier": 1, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 1,
| | "locked": false, |
| "Price": "71.4",
| | "tag_source": "Fire", |
| "Availability": "Unlocked from start",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 11\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.88\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 10%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2", | | "Range", |
| "Damage": "14", | | "Electric" |
| "Attack Speed": "0.88" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 14, |
| "Tags": [
| | "Electric Damage": 11, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 0.88, |
| "[[Tag-Electric|Electric]]"
| | "Critical Chance": "10%", |
| ]
| | "Range": 600, |
| }, | | "Projectiles": 2 |
| "cross_refs": {}
| | } |
| }, | | }, |
| { | | { |
| Line 299: |
Line 312: |
| "name": "Auto Cannon", | | "name": "Auto Cannon", |
| "icon": "Weapons_Auto_Cannon.png", | | "icon": "Weapons_Auto_Cannon.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 76.5, |
| "Tier": 2,
| | "locked": true, |
| "Price": "76.5",
| | "tag_source": "BreakArmor", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 15\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 8\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.72\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 10%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 3",
| | "Range", |
| "Damage": "15", | | "Physical", |
| "Attack Speed": "0.72" | | "IncreaseCritOnKill", |
| }, | | "ShootInLine" |
| "body": { | | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Damage": 15, |
| "[[Tag-Physical|Physical]]",
| | "Holy Damage": 8, |
| "[[Tag-IncreaseCritOnKill|IncreaseCritOnKill]] – Adds Critical Chance permanently on kill.",
| | "Attack Speed": 0.72, |
| "[[Tag-ShootInLine|ShootInLine]] – Multiple projectiles fire in a straight line."
| | "Critical Chance": "10%", |
| ],
| | "Range": 800, |
| "Description": "Lore: ''see the [[Auto_Cannon-Codex|Auto Cannon Codex entry]].''" | | "Pierce": 1, |
| },
| | "Projectiles": 3 |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Auto_Cannon-Codex",
| |
| "name": "Auto Cannon",
| |
| "icon": "Codex_AutoCannon.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 332: |
Line 337: |
| "name": "Blaster", | | "name": "Blaster", |
| "icon": "Weapons_Blaster.png", | | "icon": "Weapons_Blaster.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 102, |
| "Tier": 2,
| | "locked": true, |
| "Price": "102",
| | "tag_source": "ExtraDmgToMelee", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 20\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 16\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.81\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 700\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 2\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2",
| | "Range", |
| "Damage": "20", | | "Fire" |
| "Attack Speed": "0.81" | | ], |
| }, | | "stats": { |
| "body": { | | "Damage": 20, |
| "Tags": [ | | "Fire Damage": 16, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 0.81, |
| "[[Tag-Fire|Fire]]"
| | "Critical Chance": "0%", |
| ],
| | "Range": 700, |
| "Description": "Lore: ''see the [[Blaster-Codex|Blaster Codex entry]].''" | | "Pierce": 2, |
| },
| | "Projectiles": 2 |
| "cross_refs": {
| |
| "Codex entry": [
| |
| {
| |
| "slug": "Blaster-Codex",
| |
| "name": "Blaster",
| |
| "icon": "Codex_Blaster.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 363: |
Line 360: |
| "name": "Blazing Crossbow", | | "name": "Blazing Crossbow", |
| "icon": "Weapons_Blazing_Crossbow.png", | | "icon": "Weapons_Blazing_Crossbow.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 81.6, |
| "Tier": 2,
| | "locked": true, |
| "Price": "81.6",
| | "tags": [ |
| "Availability": "Must be unlocked", | | "Range", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 16\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 16\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.44\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 15%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 900\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 1", | | "Fire", |
| "Damage": "16", | | "ReasourceOnKill" |
| "Attack Speed": "1.44" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 16, |
| "Tags": [ | | "Fire Damage": 16, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 1.44, |
| "[[Tag-Fire|Fire]]",
| | "Critical Chance": "15%", |
| "[[Tag-ReasourceOnKill|ReasourceOnKill]] – Adds 15% more Resources on kill."
| | "Range": 900, |
| ],
| | "Pierce": 1, |
| "Description": "Lore: ''see the [[Blazing_Crossbow-Codex|Blazing Crossbow Codex entry]].''" | | "Projectiles": 2, |
| },
| | "Bounce": 1 |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Blazing_Crossbow-Codex",
| |
| "name": "Blazing Crossbow",
| |
| "icon": "Codex_BlazingCrossbow.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 395: |
Line 384: |
| "name": "Burning Pike", | | "name": "Burning Pike", |
| "icon": "Weapons_Burning_Pike.png", | | "icon": "Weapons_Burning_Pike.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Melee",
| | "price": 76.5, |
| "Tier": 2,
| | "locked": true, |
| "Price": "76.5",
| | "tag_source": "ChangeToFromSky", |
| "Availability": "Must be unlocked", | | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 15\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 22\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.25\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 520\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 50%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 350\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1",
| | "Melee", |
| "Damage": "15", | | "Fire", |
| "Attack Speed": "1.25" | | "Lance" |
| },
| | ], |
| "body": {
| | "stats": { |
| "Tags": [ | | "Damage": 15, |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Fire Damage": 22, |
| "[[Tag-Fire|Fire]]",
| | "Attack Speed": 1.25, |
| "[[Tag-Lance|Lance]]"
| | "Critical Chance": "0%", |
| ]
| | "Range": 520, |
| },
| | "Pierce": 1000, |
| "cross_refs": {} | | "Bounce": -1000, |
| | "Explosive Chance": "50%", |
| | "Explosive Radius": 350, |
| | "Stagger": 1 |
| | } |
| }, | | }, |
| { | | { |
| Line 418: |
Line 411: |
| "name": "Chain Bolt", | | "name": "Chain Bolt", |
| "icon": "Weapons_Handshooker.png", | | "icon": "Weapons_Handshooker.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 61.2, |
| "Tier": 2,
| | "locked": true, |
| "Price": "61.2",
| | "tag_source": "ExtraDmgToRange", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 12\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 12\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.08\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 15%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 1\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 350", | | "Vortex", |
| "Damage": "12", | | "Electric", |
| "Attack Speed": "1.08" | | "ExplodeOnCrit" |
| },
| | ], |
| "body": {
| | "stats": { |
| "Tags": [ | | "Damage": 12, |
| "[[Tag-Vortex|Vortex]] – vortex emitter",
| | "Electric Damage": 12, |
| "[[Tag-Electric|Electric]]",
| | "Attack Speed": 1.08, |
| "[[Tag-ExplodeOnCrit|ExplodeOnCrit]] – 100% Explosion Chance on a Critical hit."
| | "Critical Chance": "15%", |
| ],
| | "Range": 600, |
| "Description": "Lore: ''see the [[Chain_Bolt-Codex|Chain Bolt Codex entry]].''" | | "Pierce": 1, |
| },
| | "Bounce": 1, |
| "cross_refs": {
| | "Explosive Radius": 350 |
| "Codex entry": [ | |
| {
| |
| "slug": "Chain_Bolt-Codex",
| |
| "name": "Chain Bolt",
| |
| "icon": "Codex_Handshooker.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 450: |
Line 436: |
| "name": "Consecrated Mace", | | "name": "Consecrated Mace", |
| "icon": "Weapons_Consecrated_Mace.png", | | "icon": "Weapons_Consecrated_Mace.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Melee",
| | "price": 107.1, |
| "Tier": 2,
| | "locked": true, |
| "Price": "107.1",
| | "tag_source": "ChangeToLaser", |
| "Availability": "Must be unlocked", | | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 15\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 15\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.33\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 460\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 3\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1\u003Cbr\u003E[[File:Stat_Stun.png|18px|link=]] '''Stun:''' 40%",
| | "Melee", |
| "Damage": "15", | | "Physical", |
| "Attack Speed": "1.33" | | "Hammer" |
| },
| | ], |
| "body": {
| | "stats": { |
| "Tags": [ | | "Damage": 15, |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Holy Damage": 15, |
| "[[Tag-Physical|Physical]]",
| | "Attack Speed": 1.33, |
| "[[Tag-Hammer|Hammer]]"
| | "Critical Chance": "0%", |
| ]
| | "Range": 460, |
| },
| | "Pierce": 1000, |
| "cross_refs": {} | | "Projectiles": 3, |
| | "Bounce": -1000, |
| | "Stagger": 1, |
| | "Stun": "40%" |
| | } |
| }, | | }, |
| { | | { |
| Line 473: |
Line 463: |
| "name": "Detonator", | | "name": "Detonator", |
| "icon": "Weapons_Detonator.png", | | "icon": "Weapons_Detonator.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 81.6, |
| "Tier": 2,
| | "locked": true, |
| "Price": "81.6",
| | "tag_source": "IncreaseCritOnKill", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 16\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 14\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.83\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 100%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 500\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1", | | "Grenade", |
| "Damage": "16", | | "Fire" |
| "Attack Speed": "0.83" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 16, |
| "Tags": [ | | "Fire Damage": 14, |
| "[[Tag-Grenade|Grenade]] – grenade launcher",
| | "Attack Speed": 0.83, |
| "[[Tag-Fire|Fire]]"
| | "Critical Chance": "0%", |
| ],
| | "Range": 800, |
| "Description": "Lore: ''see the [[Detonator-Codex|Detonator Codex entry]].''" | | "Pierce": -1000, |
| },
| | "Explosive Chance": "100%", |
| "cross_refs": {
| | "Explosive Radius": 500, |
| "Codex entry": [ | | "Stagger": 1 |
| {
| |
| "slug": "Detonator-Codex",
| |
| "name": "Detonator",
| |
| "icon": "Codex_Detonator.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 504: |
Line 488: |
| "name": "Devastator", | | "name": "Devastator", |
| "icon": "Weapons_Devastator.png", | | "icon": "Weapons_Devastator.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 2,
| | "locked": true, |
| "Price": "71.4",
| | "tag_source": "ReasourceOnCrit", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.23\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 100%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 450\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1", | | "Range", |
| "Damage": "14", | | "Physical" |
| "Attack Speed": "1.23" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 14, |
| "Tags": [ | | "Holy Damage": 18, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 1.23, |
| "[[Tag-Physical|Physical]]"
| | "Critical Chance": "0%", |
| ]
| | "Range": 800, |
| },
| | "Explosive Chance": "100%", |
| "cross_refs": {} | | "Explosive Radius": 450, |
| | "Stagger": 1 |
| | } |
| }, | | }, |
| { | | { |
| Line 526: |
Line 512: |
| "name": "Electrohammer", | | "name": "Electrohammer", |
| "icon": "Weapons_Electrohammer.png", | | "icon": "Weapons_Electrohammer.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Melee",
| | "price": 71.4, |
| "Tier": 2,
| | "locked": true, |
| "Price": "71.4",
| | "tags": [ |
| "Availability": "Must be unlocked",
| | "Melee", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 21\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.68\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 460\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 3",
| | "Electric", |
| "Damage": "14", | | "Hammer", |
| "Attack Speed": "1.68" | | "ExtraDmgToRange" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 14, |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Electric Damage": 21, |
| "[[Tag-Electric|Electric]]",
| | "Attack Speed": 1.68, |
| "[[Tag-Hammer|Hammer]]",
| | "Critical Chance": "0%", |
| "[[Tag-ExtraDmgToRange|ExtraDmgToRange]] – 150% Damage to range enemies."
| | "Range": 460, |
| ],
| | "Pierce": 1000, |
| "Description": "Lore: ''see the [[Electrohammer-Codex|Electrohammer Codex entry]].''" | | "Projectiles": 2, |
| },
| | "Bounce": -1000, |
| "cross_refs": {
| | "Stagger": 3 |
| "Codex entry": [ | |
| {
| |
| "slug": "Electrohammer-Codex",
| |
| "name": "Electrohammer",
| |
| "icon": "Codex_Electrohammer.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 559: |
Line 538: |
| "name": "Firestorm", | | "name": "Firestorm", |
| "icon": "Weapons_Igniteron.png", | | "icon": "Weapons_Igniteron.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 81.6, |
| "Tier": 2,
| | "locked": true, |
| "Price": "81.6",
| | "tag_source": "ReasourceOnKill", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 16\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 14\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.72\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 30%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 350",
| | "FromSky", |
| "Damage": "16", | | "Fire" |
| "Attack Speed": "0.72" | | ], |
| }, | | "stats": { |
| "body": { | | "Damage": 16, |
| "Tags": [ | | "Fire Damage": 14, |
| "[[Tag-FromSky|FromSky]] – air strike",
| | "Attack Speed": 0.72, |
| "[[Tag-Fire|Fire]]"
| | "Critical Chance": "0%", |
| ],
| | "Range": 600, |
| "Description": "Lore: ''see the [[Firestorm-Codex|Firestorm Codex entry]].''" | | "Pierce": -1000, |
| },
| | "Explosive Chance": "30%", |
| "cross_refs": {
| | "Explosive Radius": 350 |
| "Codex entry": [ | |
| {
| |
| "slug": "Firestorm-Codex",
| |
| "name": "Firestorm",
| |
| "icon": "Codex_Igniteron.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 590: |
Line 562: |
| "name": "Flamethrower", | | "name": "Flamethrower", |
| "icon": "Weapons_Flamethrower.png", | | "icon": "Weapons_Flamethrower.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 91.8, |
| "Tier": 2,
| | "locked": true, |
| "Price": "91.8",
| | "tag_source": "ExtraDmgToBig", |
| "Availability": "Must be unlocked", | | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 18\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 8\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.46\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 500\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2", | | "Range", |
| "Damage": "18", | | "Fire", |
| "Attack Speed": "0.46" | | "Flamethrower", |
| },
| | "ShootInLine" |
| "body": {
| | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Damage": 18, |
| "[[Tag-Fire|Fire]]",
| | "Fire Damage": 8, |
| "[[Tag-Flamethrower|Flamethrower]] – Ignites all enemies in a straight line within range.",
| | "Attack Speed": 0.46, |
| "[[Tag-ShootInLine|ShootInLine]] – Multiple projectiles fire in a straight line."
| | "Critical Chance": "0%", |
| ]
| | "Range": 500, |
| }, | | "Pierce": 1000, |
| "cross_refs": {}
| | "Projectiles": 2 |
| | } |
| }, | | }, |
| { | | { |
| Line 614: |
Line 587: |
| "name": "Flarefield", | | "name": "Flarefield", |
| "icon": "Weapons_Flarefield.png", | | "icon": "Weapons_Flarefield.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 81.6, |
| "Tier": 2,
| | "locked": true, |
| "Price": "81.6",
| | "tags": [ |
| "Availability": "Must be unlocked", | | "Aura", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 16\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.06\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 400\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 1\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 30%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 300",
| | "Fire" |
| "Damage": "16", | | ], |
| "Attack Speed": "1.06" | | "stats": { |
| },
| | "Damage": 16, |
| "body": {
| | "Fire Damage": 18, |
| "Tags": [ | | "Attack Speed": 1.06, |
| "[[Tag-Aura|Aura]] – aura emitter",
| | "Critical Chance": "0%", |
| "[[Tag-Fire|Fire]]"
| | "Range": 400, |
| ]
| | "Pierce": 1000, |
| }, | | "Projectiles": 1, |
| "cross_refs": {}
| | "Bounce": -1000, |
| | "Explosive Chance": "30%", |
| | "Explosive Radius": 300 |
| | } |
| }, | | }, |
| { | | { |
| Line 636: |
Line 612: |
| "name": "Freezing Blade", | | "name": "Freezing Blade", |
| "icon": "Weapons_Freezing_Blade.png", | | "icon": "Weapons_Freezing_Blade.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Melee",
| | "price": 71.4, |
| "Tier": 2,
| | "locked": true, |
| "Price": "71.4",
| | "tag_source": "ChangeToPhysical", |
| "Availability": "Must be unlocked", | | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.44\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 420\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1\u003Cbr\u003E[[File:Stat_Freeze.png|18px|link=]] '''Freeze:''' 50%",
| | "Melee", |
| "Damage": "14", | | "Electric", |
| "Attack Speed": "1.44" | | "Sword" |
| },
| | ], |
| "body": {
| | "stats": { |
| "Tags": [ | | "Damage": 14, |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Electric Damage": 18, |
| "[[Tag-Electric|Electric]]",
| | "Attack Speed": 1.44, |
| "[[Tag-Sword|Sword]]"
| | "Critical Chance": "0%", |
| ]
| | "Range": 420, |
| },
| | "Pierce": 1000, |
| "cross_refs": {} | | "Projectiles": 2, |
| | "Bounce": -1000, |
| | "Stagger": 1, |
| | "Freeze": "50%" |
| | } |
| }, | | }, |
| { | | { |
| Line 659: |
Line 639: |
| "name": "Infernoblade", | | "name": "Infernoblade", |
| "icon": "Weapons_Infernoblade.png", | | "icon": "Weapons_Infernoblade.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Melee",
| | "price": 76.5, |
| "Tier": 2,
| | "locked": true, |
| "Price": "76.5",
| | "tags": [ |
| "Availability": "Must be unlocked",
| | "Melee", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 15\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.31\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 400\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1",
| | "Fire", |
| "Damage": "15", | | "Sword", |
| "Attack Speed": "1.31" | | "ExtraDmgToBig" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 15, |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Fire Damage": 18, |
| "[[Tag-Fire|Fire]]",
| | "Attack Speed": 1.31, |
| "[[Tag-Sword|Sword]]",
| | "Critical Chance": "0%", |
| "[[Tag-ExtraDmgToBig|ExtraDmgToBig]] – 150% Damage to big enemies."
| | "Range": 400, |
| ],
| | "Pierce": 1000, |
| "Description": "Lore: ''see the [[Infernoblade-Codex|Infernoblade Codex entry]].''" | | "Projectiles": 2, |
| },
| | "Bounce": -1000, |
| "cross_refs": {
| | "Stagger": 1 |
| "Codex entry": [ | |
| {
| |
| "slug": "Infernoblade-Codex",
| |
| "name": "Infernoblade",
| |
| "icon": "Codex_Infernoblade.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 692: |
Line 665: |
| "name": "Lance", | | "name": "Lance", |
| "icon": "Weapons_Lance.png", | | "icon": "Weapons_Lance.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Melee",
| | "price": 81.6, |
| "Tier": 2,
| | "locked": true, |
| "Price": "81.6",
| | "tags": [ |
| "Availability": "Must be unlocked",
| | "Melee", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 16\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 21\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.4\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 20%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 560\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 2",
| | "Physical", |
| "Damage": "16", | | "Lance", |
| "Attack Speed": "1.4" | | "ExtraDmgToMelee" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 16, |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Holy Damage": 21, |
| "[[Tag-Physical|Physical]]",
| | "Attack Speed": 1.4, |
| "[[Tag-Lance|Lance]]",
| | "Critical Chance": "20%", |
| "[[Tag-ExtraDmgToMelee|ExtraDmgToMelee]] – 150% Damage to melee enemies."
| | "Range": 560, |
| ],
| | "Pierce": 1000, |
| "Description": "Lore: ''see the [[Lance-Codex|Lance Codex entry]].''" | | "Projectiles": 2, |
| },
| | "Bounce": -1000, |
| "cross_refs": {
| | "Stagger": 2 |
| "Codex entry": [ | |
| {
| |
| "slug": "Lance-Codex",
| |
| "name": "Lance",
| |
| "icon": "Codex_Lance.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 725: |
Line 691: |
| "name": "Laser Rifle", | | "name": "Laser Rifle", |
| "icon": "Weapons_Laser_Rifle.png", | | "icon": "Weapons_Laser_Rifle.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 2,
| | "locked": true, |
| "Price": "71.4",
| | "tag_source": "IncreaseDmgOnKill", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.03\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' Unlimited\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 2",
| | "Laser", |
| "Damage": "14", | | "Fire", |
| "Attack Speed": "1.03" | | "IncreaseDmgOnKill" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 14, |
| "[[Tag-Laser|Laser]] – laser weapon",
| | "Fire Damage": 18, |
| "[[Tag-Fire|Fire]]",
| | "Attack Speed": 1.03, |
| "[[Tag-IncreaseDmgOnKill|IncreaseDmgOnKill]] – Adds Damage permanently on kill (up to +50)."
| | "Critical Chance": "0%", |
| ],
| | "Range": 1200, |
| "Description": "Lore: ''see the [[Laser_Rifle-Codex|Laser Rifle Codex entry]].''" | | "Pierce": 1000, |
| },
| | "Stagger": 2 |
| "cross_refs": {
| |
| "Codex entry": [
| |
| {
| |
| "slug": "Laser_Rifle-Codex",
| |
| "name": "Laser Rifle",
| |
| "icon": "Codex_LaserRifle.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 757: |
Line 715: |
| "name": "Longshot", | | "name": "Longshot", |
| "icon": "Weapons_Sharpshooter.png", | | "icon": "Weapons_Sharpshooter.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 2,
| | "locked": true, |
| "Price": "71.4",
| | "tag_source": "BounceOnCrit", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.04\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 15%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' Unlimited\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 2",
| | "Range", |
| "Damage": "14", | | "Physical", |
| "Attack Speed": "1.04" | | "BounceOnCrit" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 14, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Holy Damage": 18, |
| "[[Tag-Physical|Physical]]",
| | "Attack Speed": 1.04, |
| "[[Tag-BounceOnCrit|BounceOnCrit]] – Bounces on a Critical hit (max 4 times)."
| | "Critical Chance": "15%", |
| ],
| | "Range": 1500, |
| "Description": "Lore: ''see the [[Longshot-Codex|Longshot Codex entry]].''" | | "Pierce": 2, |
| },
| | "Stagger": 2 |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Longshot-Codex",
| |
| "name": "Longshot",
| |
| "icon": "Codex_Sharpshooter.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 789: |
Line 739: |
| "name": "Megacharger", | | "name": "Megacharger", |
| "icon": "Weapons_Megacharger.png", | | "icon": "Weapons_Megacharger.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 81.6, |
| "Tier": 2,
| | "locked": true, |
| "Price": "81.6",
| | "tag_source": "Flamethrower", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 16\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 13\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.68\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 5%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_HPSteal.png|18px|link=]] '''HP Steal:''' 7%",
| | "Range", |
| "Damage": "16", | | "Electric" |
| "Attack Speed": "0.68" | | ], |
| }, | | "stats": { |
| "body": { | | "Damage": 16, |
| "Tags": [ | | "Electric Damage": 13, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 0.68, |
| "[[Tag-Electric|Electric]]"
| | "Critical Chance": "5%", |
| ],
| | "Range": 800, |
| "Description": "Lore: ''see the [[Megacharger-Codex|Megacharger Codex entry]].''" | | "Pierce": 1, |
| },
| | "HP Steal": "7%" |
| "cross_refs": {
| |
| "Codex entry": [
| |
| {
| |
| "slug": "Megacharger-Codex",
| |
| "name": "Megacharger",
| |
| "icon": "Codex_Megacharger.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 820: |
Line 762: |
| "name": "Proximity Spark", | | "name": "Proximity Spark", |
| "icon": "Weapons_Tesloader.png", | | "icon": "Weapons_Tesloader.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 2,
| | "locked": true, |
| "Price": "71.4",
| | "tags": [ |
| "Availability": "Must be unlocked", | | "Mine", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 14\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.45\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 100%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 450",
| | "Electric" |
| "Damage": "14", | | ], |
| "Attack Speed": "1.45" | | "stats": { |
| },
| | "Damage": 14, |
| "body": {
| | "Electric Damage": 14, |
| "Tags": [ | | "Attack Speed": 1.45, |
| "[[Tag-Mine|Mine]] – mine launcher",
| | "Critical Chance": "0%", |
| "[[Tag-Electric|Electric]]"
| | "Range": 800, |
| ]
| | "Pierce": -1000, |
| }, | | "Projectiles": 2, |
| "cross_refs": {}
| | "Explosive Chance": "100%", |
| | "Explosive Radius": 450 |
| | } |
| }, | | }, |
| { | | { |
| Line 842: |
Line 786: |
| "name": "Railgun", | | "name": "Railgun", |
| "icon": "Weapons_Railgun.png", | | "icon": "Weapons_Railgun.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 2,
| | "locked": true, |
| "Price": "71.4",
| | "tag_source": "ExtraAttackSpeedOverTime", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 20\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.14\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' Unlimited\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 2",
| | "Laser", |
| "Damage": "14", | | "Electric", |
| "Attack Speed": "1.14" | | "ExtraDmgToBig" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 14, |
| "[[Tag-Laser|Laser]] – laser weapon",
| | "Electric Damage": 20, |
| "[[Tag-Electric|Electric]]",
| | "Attack Speed": 1.14, |
| "[[Tag-ExtraDmgToBig|ExtraDmgToBig]] – 150% Damage to big enemies."
| | "Critical Chance": "0%", |
| ],
| | "Range": 1200, |
| "Description": "Lore: ''see the [[Railgun-Codex|Railgun Codex entry]].''" | | "Pierce": 1000, |
| },
| | "Stagger": 2 |
| "cross_refs": {
| |
| "Codex entry": [
| |
| {
| |
| "slug": "Railgun-Codex",
| |
| "name": "Railgun",
| |
| "icon": "Codex_Railgun.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 874: |
Line 810: |
| "name": "Shotgun", | | "name": "Shotgun", |
| "icon": "Weapons_Shotgun.png", | | "icon": "Weapons_Shotgun.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 91.8, |
| "Tier": 2,
| | "locked": true, |
| "Price": "91.8",
| | "tag_source": "Physical", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 18\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 14\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.93\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 10%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 3\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1",
| | "Range", |
| "Damage": "18", | | "Physical" |
| "Attack Speed": "0.93" | | ], |
| }, | | "stats": { |
| "body": { | | "Damage": 18, |
| "Tags": [ | | "Holy Damage": 14, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 0.93, |
| "[[Tag-Physical|Physical]]"
| | "Critical Chance": "10%", |
| ],
| | "Range": 600, |
| "Description": "Lore: ''see the [[Shotgun-Codex|Shotgun Codex entry]].''" | | "Projectiles": 3, |
| },
| | "Stagger": 1 |
| "cross_refs": {
| |
| "Codex entry": [
| |
| {
| |
| "slug": "Shotgun-Codex",
| |
| "name": "Shotgun",
| |
| "icon": "Codex_Shotgun.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 905: |
Line 833: |
| "name": "Skystrike", | | "name": "Skystrike", |
| "icon": "Weapons_Electrocuter.png", | | "icon": "Weapons_Electrocuter.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 2,
| | "locked": true, |
| "Price": "71.4",
| | "tag_source": "ExtraDmgOverTime", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 12\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.2\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 700\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 2",
| | "FromSky", |
| "Damage": "14", | | "Electric", |
| "Attack Speed": "1.2" | | "ReasourceOnKill" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 14, |
| "[[Tag-FromSky|FromSky]] – air strike",
| | "Electric Damage": 12, |
| "[[Tag-Electric|Electric]]",
| | "Attack Speed": 1.2, |
| "[[Tag-ReasourceOnKill|ReasourceOnKill]] – Adds 15% more Resources on kill."
| | "Critical Chance": "0%", |
| ],
| | "Range": 700, |
| "Description": "Lore: ''see the [[Skystrike-Codex|Skystrike Codex entry]].''" | | "Pierce": -1000, |
| },
| | "Bounce": 2 |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Skystrike-Codex",
| |
| "name": "Skystrike",
| |
| "icon": "Codex_Electrocuter.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 937: |
Line 857: |
| "name": "Spinshot", | | "name": "Spinshot", |
| "icon": "Weapons_Deflectotron.png", | | "icon": "Weapons_Deflectotron.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 71.4, |
| "Tier": 2,
| | "locked": true, |
| "Price": "71.4",
| | "tag_source": "ExplodeOnCrit", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 14\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 12\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.88\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 20%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 1",
| | "Vortex", |
| "Damage": "14", | | "Physical", |
| "Attack Speed": "0.88" | | "IncreaseDmgOnKill" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 14, |
| "[[Tag-Vortex|Vortex]] – vortex emitter",
| | "Holy Damage": 12, |
| "[[Tag-Physical|Physical]]",
| | "Attack Speed": 0.88, |
| "[[Tag-IncreaseDmgOnKill|IncreaseDmgOnKill]] – Adds Damage permanently on kill (up to +50)."
| | "Critical Chance": "20%", |
| ],
| | "Range": 600, |
| "Description": "Lore: ''see the [[Spinshot-Codex|Spinshot Codex entry]].''" | | "Pierce": 1, |
| },
| | "Bounce": 1 |
| "cross_refs": {
| |
| "Codex entry": [
| |
| {
| |
| "slug": "Spinshot-Codex",
| |
| "name": "Spinshot",
| |
| "icon": "Codex_Deflectotron.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 969: |
Line 881: |
| "name": "Thunder Crossbow", | | "name": "Thunder Crossbow", |
| "icon": "Weapons_Lightinger.png", | | "icon": "Weapons_Lightinger.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 76.5, |
| "Tier": 2,
| | "locked": true, |
| "Price": "76.5",
| | "tag_source": "ExtraDmgSameType", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 15\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 10\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.75\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 5%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_HPSteal.png|18px|link=]] '''HP Steal:''' 3%",
| | "Range", |
| "Damage": "15", | | "Electric" |
| "Attack Speed": "0.75" | | ], |
| }, | | "stats": { |
| "body": { | | "Damage": 15, |
| "Tags": [ | | "Electric Damage": 10, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 0.75, |
| "[[Tag-Electric|Electric]]"
| | "Critical Chance": "5%", |
| ],
| | "Range": 600, |
| "Description": "Lore: ''see the [[Thunder_Crossbow-Codex|Thunder Crossbow Codex entry]].''" | | "Pierce": 1, |
| },
| | "Projectiles": 2, |
| "cross_refs": {
| | "HP Steal": "3%" |
| "Codex entry": [ | |
| {
| |
| "slug": "Thunder_Crossbow-Codex",
| |
| "name": "Thunder Crossbow",
| |
| "icon": "Codex_Lightinger.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,000: |
Line 905: |
| "name": "TwinBlast", | | "name": "TwinBlast", |
| "icon": "Weapons_TwinBlast.png", | | "icon": "Weapons_TwinBlast.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 81.6, |
| "Tier": 2,
| | "locked": true, |
| "Price": "81.6",
| | "tag_source": "PierceOnCrit", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 16\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 14\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.94\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 15%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 700\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2",
| | "Range", |
| "Damage": "16", | | "Physical", |
| "Attack Speed": "0.94" | | "ReasourceOnCrit" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 16, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Holy Damage": 14, |
| "[[Tag-Physical|Physical]]",
| | "Attack Speed": 0.94, |
| "[[Tag-ReasourceOnCrit|ReasourceOnCrit]] – Adds 0.1 Resource on a Critical hit."
| | "Critical Chance": "15%", |
| ],
| | "Range": 700, |
| "Description": "Lore: ''see the [[Twin_Blast|TwinBlast Codex entry]].''" | | "Pierce": 1, |
| },
| | "Projectiles": 2 |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Twin_Blast",
| |
| "name": "Twin Blast",
| |
| "icon": "Codex_TwinBlast.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,032: |
Line 929: |
| "name": "Voltfield", | | "name": "Voltfield", |
| "icon": "Weapons_Voltfield.png", | | "icon": "Weapons_Voltfield.png", |
| "infobox": { | | "tier": 2, |
| "Class": "Ranged",
| | "price": 81.6, |
| "Tier": 2,
| | "locked": true, |
| "Price": "81.6",
| | "tag_source": "ChangeToVortex", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 16\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.44\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 400\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 3", | | "Aura", |
| "Damage": "16", | | "Electric" |
| "Attack Speed": "1.44" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 16, |
| "Tags": [ | | "Electric Damage": 18, |
| "[[Tag-Aura|Aura]] – aura emitter",
| | "Attack Speed": 1.44, |
| "[[Tag-Electric|Electric]]"
| | "Critical Chance": "0%", |
| ]
| | "Range": 400, |
| },
| | "Pierce": 1000, |
| "cross_refs": {} | | "Projectiles": 3, |
| | "Bounce": -1000 |
| | } |
| }, | | }, |
| { | | { |
| Line 1,054: |
Line 953: |
| "name": "Aegis Cycler", | | "name": "Aegis Cycler", |
| "icon": "Weapons_Aegis_Cycler.png", | | "icon": "Weapons_Aegis_Cycler.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 86.7, |
| "Tier": 3,
| | "locked": true, |
| "Price": "86.7",
| | "tag_source": "EveryXBulletDoCrit", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 17\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 15\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.86\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 20%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 1", | | "Vortex", |
| "Damage": "17", | | "Physical", |
| "Attack Speed": "0.86" | | "IncreaseDmgOnKill", |
| }, | | "Overkill" |
| "body": { | | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-Vortex|Vortex]] – vortex emitter",
| | "Damage": 17, |
| "[[Tag-Physical|Physical]]",
| | "Holy Damage": 15, |
| "[[Tag-IncreaseDmgOnKill|IncreaseDmgOnKill]] – Adds Damage permanently on kill (up to +50).",
| | "Attack Speed": 0.86, |
| "[[Tag-Overkill|Overkill]] – Overkill kills cause explosions."
| | "Critical Chance": "20%", |
| ],
| | "Range": 600, |
| "Description": "Lore: ''see the [[Aegis_Cycler-Codex|Aegis Cycler Codex entry]].''" | | "Pierce": 1, |
| },
| | "Bounce": 1 |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Aegis_Cycler-Codex",
| |
| "name": "Aegis Cycler",
| |
| "icon": "Codex_AegisCycler.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,087: |
Line 978: |
| "name": "Annihilator", | | "name": "Annihilator", |
| "icon": "Weapons_Annihilator.png", | | "icon": "Weapons_Annihilator.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 86.7, |
| "Tier": 3,
| | "locked": true, |
| "Price": "86.7",
| | "tag_source": "CriticalStagger", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 17\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 20\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.52\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 100%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 500\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1",
| | "Range", |
| "Damage": "17", | | "Physical", |
| "Attack Speed": "1.52" | | "EveryXBulletDoStun" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 17, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Holy Damage": 20, |
| "[[Tag-Physical|Physical]]",
| | "Attack Speed": 1.52, |
| "[[Tag-EveryXBulletDoStun|EveryXBulletDoStun]] – Every third attack stuns an enemy."
| | "Critical Chance": "0%", |
| ],
| | "Range": 800, |
| "Description": "Lore: ''see the [[Annihilator-Codex|Annihilator Codex entry]].''" | | "Projectiles": 2, |
| },
| | "Explosive Chance": "100%", |
| "cross_refs": {
| | "Explosive Radius": 500, |
| "Codex entry": [ | | "Stagger": 1 |
| {
| |
| "slug": "Annihilator-Codex",
| |
| "name": "Annihilator",
| |
| "icon": "Codex_Annihilator.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,119: |
Line 1,004: |
| "name": "Blazing Halberd", | | "name": "Blazing Halberd", |
| "icon": "Weapons_Blazing_Halberd.png", | | "icon": "Weapons_Blazing_Halberd.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Melee",
| | "price": 86.7, |
| "Tier": 3,
| | "locked": true, |
| "Price": "86.7",
| | "tag_source": "ChangeToFromSky", |
| "Availability": "Must be unlocked", | | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 17\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 22\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.1\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 520\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 50%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 400\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1", | | "Melee", |
| "Damage": "17", | | "Fire", |
| "Attack Speed": "1.1" | | "Lance", |
| },
| | "BurningGround" |
| "body": {
| | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Damage": 17, |
| "[[Tag-Fire|Fire]]",
| | "Fire Damage": 22, |
| "[[Tag-Lance|Lance]]",
| | "Attack Speed": 1.1, |
| "[[Tag-BurningGround|BurningGround]] – Leaves a burning trail."
| | "Critical Chance": "0%", |
| ]
| | "Range": 520, |
| }, | | "Pierce": 1000, |
| "cross_refs": {}
| | "Bounce": -1000, |
| | "Explosive Chance": "50%", |
| | "Explosive Radius": 400, |
| | "Stagger": 1 |
| | } |
| }, | | }, |
| { | | { |
| Line 1,143: |
Line 1,032: |
| "name": "Divine Crusher", | | "name": "Divine Crusher", |
| "icon": "Weapons_Divine_Crusher.png", | | "icon": "Weapons_Divine_Crusher.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Melee",
| | "price": 121.38, |
| "Tier": 3,
| | "locked": true, |
| "Price": "121.38",
| | "tag_source": "ChangeToLaser", |
| "Availability": "Must be unlocked", | | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 17\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 17\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.24\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 460\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 3\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 350\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1\u003Cbr\u003E[[File:Stat_Stun.png|18px|link=]] '''Stun:''' 40%", | | "Melee", |
| "Damage": "17", | | "Physical", |
| "Attack Speed": "1.24" | | "Hammer", |
| },
| | "ExplodeOnCrit" |
| "body": {
| | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Damage": 17, |
| "[[Tag-Physical|Physical]]",
| | "Holy Damage": 17, |
| "[[Tag-Hammer|Hammer]]",
| | "Attack Speed": 1.24, |
| "[[Tag-ExplodeOnCrit|ExplodeOnCrit]] – 100% Explosion Chance on a Critical hit."
| | "Critical Chance": "0%", |
| ]
| | "Range": 460, |
| },
| | "Pierce": 1000, |
| "cross_refs": {} | | "Projectiles": 3, |
| | "Bounce": -1000, |
| | "Explosive Radius": 350, |
| | "Stagger": 1, |
| | "Stun": "40%" |
| | } |
| }, | | }, |
| { | | { |
| Line 1,167: |
Line 1,061: |
| "name": "Frostreaver", | | "name": "Frostreaver", |
| "icon": "Weapons_Frostreaver.png", | | "icon": "Weapons_Frostreaver.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Melee",
| | "price": 81.6, |
| "Tier": 3,
| | "locked": true, |
| "Price": "81.6",
| | "tag_source": "ChangeToPhysical", |
| "Availability": "Must be unlocked", | | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 16\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.2\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 420\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1\u003Cbr\u003E[[File:Stat_Freeze.png|18px|link=]] '''Freeze:''' 50%", | | "Melee", |
| "Damage": "16", | | "Electric", |
| "Attack Speed": "1.2" | | "Sword", |
| },
| | "DecreeseSkillCooldown" |
| "body": {
| | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Damage": 16, |
| "[[Tag-Electric|Electric]]",
| | "Electric Damage": 18, |
| "[[Tag-Sword|Sword]]",
| | "Attack Speed": 1.2, |
| "[[Tag-DecreeseSkillCooldown|DecreeseSkillCooldown]] – Reduces character skill cooldown after each kill."
| | "Critical Chance": "0%", |
| ]
| | "Range": 420, |
| }, | | "Pierce": 1000, |
| "cross_refs": {}
| | "Projectiles": 2, |
| | "Bounce": -1000, |
| | "Stagger": 1, |
| | "Freeze": "50%" |
| | } |
| }, | | }, |
| { | | { |
| Line 1,191: |
Line 1,089: |
| "name": "Gatling", | | "name": "Gatling", |
| "icon": "Weapons_Minigun.png", | | "icon": "Weapons_Minigun.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 86.7, |
| "Tier": 3,
| | "locked": true, |
| "Price": "86.7",
| | "tag_source": "ConsumeSoul", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 17\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 9\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.65\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 10%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 3",
| | "Range", |
| "Damage": "17", | | "Physical", |
| "Attack Speed": "0.65" | | "ExtraAttackSpeedOverTime", |
| }, | | "ShootInLine" |
| "body": { | | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Damage": 17, |
| "[[Tag-Physical|Physical]]",
| | "Holy Damage": 9, |
| "[[Tag-ExtraAttackSpeedOverTime|ExtraAttackSpeedOverTime]] – Increase Attack Speed over time (up to +100%).",
| | "Attack Speed": 0.65, |
| "[[Tag-ShootInLine|ShootInLine]] – Multiple projectiles fire in a straight line."
| | "Critical Chance": "10%", |
| ],
| | "Range": 800, |
| "Description": "Lore: ''see the [[Gatling-Codex|Gatling Codex entry]].''" | | "Projectiles": 3 |
| },
| |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Gatling-Codex",
| |
| "name": "Gatling",
| |
| "icon": "Codex_Minigun.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,224: |
Line 1,113: |
| "name": "Heavenfall Incinerator", | | "name": "Heavenfall Incinerator", |
| "icon": "Weapons_Heavenfall_Incinerator.png", | | "icon": "Weapons_Heavenfall_Incinerator.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 107.1, |
| "Tier": 3,
| | "locked": true, |
| "Price": "107.1",
| | "tag_source": "SkillIncreaseSpeed", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 21\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 14\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.68\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 30%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 400",
| | "FromSky", |
| "Damage": "21", | | "Fire", |
| "Attack Speed": "0.68" | | "BurningGround" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 21, |
| "[[Tag-FromSky|FromSky]] – air strike",
| | "Fire Damage": 14, |
| "[[Tag-Fire|Fire]]",
| | "Attack Speed": 0.68, |
| "[[Tag-BurningGround|BurningGround]] – Leaves a burning trail."
| | "Critical Chance": "0%", |
| ],
| | "Range": 600, |
| "Description": "Lore: ''see the [[Heavenfall_Incinerator-Codex|Heavenfall Incinerator Codex entry]].''" | | "Pierce": -1000, |
| },
| | "Projectiles": 2, |
| "cross_refs": {
| | "Explosive Chance": "30%", |
| "Codex entry": [ | | "Explosive Radius": 400 |
| {
| |
| "slug": "Heavenfall_Incinerator-Codex",
| |
| "name": "Heavenfall Incinerator",
| |
| "icon": "Codex_HeavenfallIncinerator.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,256: |
Line 1,139: |
| "name": "Hellblade", | | "name": "Hellblade", |
| "icon": "Weapons_Hellblade.png", | | "icon": "Weapons_Hellblade.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Melee",
| | "price": 86.7, |
| "Tier": 3,
| | "locked": true, |
| "Price": "86.7",
| | "tag_source": "ChangeToFire", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 17\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 21\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.29\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 400\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1", | | "Melee", |
| "Damage": "17", | | "Fire", |
| "Attack Speed": "1.29" | | "Sword", |
| }, | | "DoubleAttack" |
| "body": { | | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Damage": 17, |
| "[[Tag-Fire|Fire]]",
| | "Fire Damage": 21, |
| "[[Tag-Sword|Sword]]",
| | "Attack Speed": 1.29, |
| "[[Tag-DoubleAttack|DoubleAttack]] – 50% chance to attack twice"
| | "Critical Chance": "0%", |
| ],
| | "Range": 400, |
| "Description": "Lore: ''see the [[Hellblade-Codex|Hellblade Codex entry]].''" | | "Pierce": 1000, |
| },
| | "Projectiles": 2, |
| "cross_refs": {
| | "Bounce": -1000, |
| "Codex entry": [ | | "Stagger": 1 |
| {
| |
| "slug": "Hellblade-Codex",
| |
| "name": "Hellblade",
| |
| "icon": "Codex_Hellblade.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,289: |
Line 1,166: |
| "name": "Infernal Crossbow", | | "name": "Infernal Crossbow", |
| "icon": "Weapons_Infernal_Crossbow.png", | | "icon": "Weapons_Infernal_Crossbow.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 102, |
| "Tier": 3,
| | "locked": true, |
| "Price": "102",
| | "tag_source": "BurningGround", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 20\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 20\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.25\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 15%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 900\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 2\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 1", | | "Vortex", |
| "Damage": "20", | | "Fire", |
| "Attack Speed": "1.25" | | "ReasourceOnKill" |
| },
| | ], |
| "body": {
| | "stats": { |
| "Tags": [ | | "Damage": 20, |
| "[[Tag-Vortex|Vortex]] – vortex emitter",
| | "Fire Damage": 20, |
| "[[Tag-Fire|Fire]]",
| | "Attack Speed": 1.25, |
| "[[Tag-ReasourceOnKill|ReasourceOnKill]] – Adds 15% more Resources on kill."
| | "Critical Chance": "15%", |
| ],
| | "Range": 900, |
| "Description": "Lore: ''see the [[Infernal_Crossbow-Codex|Infernal Crossbow Codex entry]].''" | | "Pierce": 2, |
| },
| | "Projectiles": 2, |
| "cross_refs": {
| | "Bounce": 1 |
| "Codex entry": [ | |
| {
| |
| "slug": "Infernal_Crossbow-Codex",
| |
| "name": "Infernal Crossbow",
| |
| "icon": "Codex_InfernalCrossbow.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,321: |
Line 1,191: |
| "name": "Infernothrower", | | "name": "Infernothrower", |
| "icon": "Weapons_Infernothrower.png", | | "icon": "Weapons_Infernothrower.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 112.2, |
| "Tier": 3,
| | "locked": true, |
| "Price": "112.2",
| | "tag_source": "Crux", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 22\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 8\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.46\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 4", | | "Range", |
| "Damage": "22", | | "Fire", |
| "Attack Speed": "0.46" | | "Flamethrower", |
| }, | | "ShootInLine" |
| "body": { | | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Damage": 22, |
| "[[Tag-Fire|Fire]]",
| | "Fire Damage": 8, |
| "[[Tag-Flamethrower|Flamethrower]] – Ignites all enemies in a straight line within range.",
| | "Attack Speed": 0.46, |
| "[[Tag-ShootInLine|ShootInLine]] – Multiple projectiles fire in a straight line."
| | "Critical Chance": "0%", |
| ],
| | "Range": 600, |
| "Description": "Lore: ''see the [[Infernothrower-Codex|Infernothrower Codex entry]].''" | | "Pierce": 1000, |
| },
| | "Projectiles": 4 |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Infernothrower-Codex",
| |
| "name": "Infernothrower",
| |
| "icon": "Codex_Infernothrower.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,354: |
Line 1,216: |
| "name": "Ion Rail", | | "name": "Ion Rail", |
| "icon": "Weapons_Ion_Rail.png", | | "icon": "Weapons_Ion_Rail.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 91.8, |
| "Tier": 3,
| | "locked": true, |
| "Price": "91.8",
| | "tags": [ |
| "Availability": "Must be unlocked",
| | "Laser", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 18\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 24\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.07\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' Unlimited\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 3",
| | "Electric", |
| "Damage": "18", | | "Overkill", |
| "Attack Speed": "1.07" | | "ExtraDmgToBig" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 18, |
| "[[Tag-Laser|Laser]] – laser weapon",
| | "Electric Damage": 24, |
| "[[Tag-Electric|Electric]]",
| | "Attack Speed": 1.07, |
| "[[Tag-Overkill|Overkill]] – Overkill kills cause explosions.",
| | "Critical Chance": "0%", |
| "[[Tag-ExtraDmgToBig|ExtraDmgToBig]] – 150% Damage to big enemies."
| | "Range": 1200, |
| ],
| | "Pierce": 1000, |
| "Description": "Lore: ''see the [[Ion_Rail-Codex|Ion Rail Codex entry]].''" | | "Stagger": 3 |
| },
| |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Ion_Rail-Codex",
| |
| "name": "Ion Rail",
| |
| "icon": "Codex_IonRail.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,387: |
Line 1,240: |
| "name": "Light Beam", | | "name": "Light Beam", |
| "icon": "Weapons_Light_Beam.png", | | "icon": "Weapons_Light_Beam.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 86.7, |
| "Tier": 3,
| | "locked": true, |
| "Price": "86.7",
| | "tag_source": "EveryXBulletDoStun", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 17\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 20\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.94\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 15%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' Unlimited\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 3",
| | "Laser", |
| "Damage": "17", | | "Physical", |
| "Attack Speed": "0.94" | | "BounceOnCrit" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 17, |
| "[[Tag-Laser|Laser]] – laser weapon",
| | "Holy Damage": 20, |
| "[[Tag-Physical|Physical]]",
| | "Attack Speed": 0.94, |
| "[[Tag-BounceOnCrit|BounceOnCrit]] – Bounces on a Critical hit (max 4 times)."
| | "Critical Chance": "15%", |
| ],
| | "Range": 1600, |
| "Description": "Lore: ''see the [[Light_Beam-Codex|Light Beam Codex entry]].''" | | "Pierce": 1000, |
| },
| | "Stagger": 3 |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Light_Beam-Codex",
| |
| "name": "Light Beam",
| |
| "icon": "Codex_LightBeam.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,419: |
Line 1,264: |
| "name": "Overdetonator", | | "name": "Overdetonator", |
| "icon": "Weapons_Overdetonator.png", | | "icon": "Weapons_Overdetonator.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 96.9, |
| "Tier": 3,
| | "locked": true, |
| "Price": "96.9",
| | "tag_source": "SkillIncreaseCrit", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 19\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 16\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.81\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 130%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 500\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1",
| | "Grenade", |
| "Damage": "19", | | "Fire", |
| "Attack Speed": "0.81" | | "BurningGround" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 19, |
| "[[Tag-Grenade|Grenade]] – grenade launcher",
| | "Fire Damage": 16, |
| "[[Tag-Fire|Fire]]",
| | "Attack Speed": 0.81, |
| "[[Tag-BurningGround|BurningGround]] – Leaves a burning trail."
| | "Critical Chance": "0%", |
| ],
| | "Range": 800, |
| "Description": "Lore: ''see the [[Overdetonator-Codex|Overdetonator Codex entry]].''" | | "Pierce": -1000, |
| },
| | "Explosive Chance": "130%", |
| "cross_refs": {
| | "Explosive Radius": 500, |
| "Codex entry": [ | | "Stagger": 1 |
| {
| |
| "slug": "Overdetonator-Codex",
| |
| "name": "Overdetonator",
| |
| "icon": "Codex_Overdetonator.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,451: |
Line 1,290: |
| "name": "Pyrefield", | | "name": "Pyrefield", |
| "icon": "Weapons_Pyrefield.png", | | "icon": "Weapons_Pyrefield.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 91.8, |
| "Tier": 3,
| | "locked": true, |
| "Price": "91.8",
| | "tags": [ |
| "Availability": "Must be unlocked", | | "Aura", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 18\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.94\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 400\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 1\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 35%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 350",
| | "Fire", |
| "Damage": "18", | | "BurningGround" |
| "Attack Speed": "0.94" | | ], |
| },
| | "stats": { |
| "body": {
| | "Damage": 18, |
| "Tags": [ | | "Fire Damage": 18, |
| "[[Tag-Aura|Aura]] – aura emitter",
| | "Attack Speed": 0.94, |
| "[[Tag-Fire|Fire]]",
| | "Critical Chance": "0%", |
| "[[Tag-BurningGround|BurningGround]] – Leaves a burning trail."
| | "Range": 400, |
| ] | | "Pierce": 1000, |
| },
| | "Projectiles": 1, |
| "cross_refs": {}
| | "Bounce": -1000, |
| | "Explosive Chance": "35%", |
| | "Explosive Radius": 350 |
| | } |
| }, | | }, |
| { | | { |
| Line 1,474: |
Line 1,316: |
| "name": "Sanctum Pike", | | "name": "Sanctum Pike", |
| "icon": "Weapons_Sanctum_Pike.png", | | "icon": "Weapons_Sanctum_Pike.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Melee",
| | "price": 91.8, |
| "Tier": 3,
| | "locked": true, |
| "Price": "91.8",
| | "tag_source": "ChangeToElectric", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 18\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 24\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.37\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 20%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 560\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 2", | | "Melee", |
| "Damage": "18", | | "Physical", |
| "Attack Speed": "1.37" | | "Lance", |
| }, | | "DoubleAttack" |
| "body": { | | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Damage": 18, |
| "[[Tag-Physical|Physical]]",
| | "Holy Damage": 24, |
| "[[Tag-Lance|Lance]]",
| | "Attack Speed": 1.37, |
| "[[Tag-DoubleAttack|DoubleAttack]] – 50% chance to attack twice"
| | "Critical Chance": "20%", |
| ],
| | "Range": 560, |
| "Description": "Lore: ''see the [[Sanctum_Pike-Codex|Sanctum Pike Codex entry]].''" | | "Pierce": 1000, |
| },
| | "Projectiles": 2, |
| "cross_refs": {
| | "Bounce": -1000, |
| "Codex entry": [ | | "Stagger": 2 |
| {
| |
| "slug": "Sanctum_Pike-Codex",
| |
| "name": "Sanctum Pike",
| |
| "icon": "Codex_SanctumPike.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,507: |
Line 1,343: |
| "name": "Shockstring", | | "name": "Shockstring", |
| "icon": "Weapons_Shockstring.png", | | "icon": "Weapons_Shockstring.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 91.8, |
| "Tier": 3,
| | "locked": true, |
| "Price": "91.8",
| | "tags": [ |
| "Availability": "Must be unlocked",
| | "Range", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 18\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 12\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.3\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 5%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 2\u003Cbr\u003E[[File:Stat_HPSteal.png|18px|link=]] '''HP Steal:''' 5%",
| | "Electric", |
| "Damage": "18", | | "ExtraDmgOverTime" |
| "Attack Speed": "1.3" | | ], |
| }, | | "stats": { |
| "body": { | | "Damage": 18, |
| "Tags": [ | | "Electric Damage": 12, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 1.3, |
| "[[Tag-Electric|Electric]]",
| | "Critical Chance": "5%", |
| "[[Tag-ExtraDmgOverTime|ExtraDmgOverTime]] – Increase Damage over time (up to +100%)"
| | "Range": 600, |
| ],
| | "Pierce": 1, |
| "Description": "Lore: ''see the [[Shockstring-Codex|Shockstring Codex entry]].''" | | "Projectiles": 2, |
| },
| | "Bounce": 2, |
| "cross_refs": {
| | "HP Steal": "5%" |
| "Codex entry": [ | |
| {
| |
| "slug": "Shockstring-Codex",
| |
| "name": "Shockstring",
| |
| "icon": "Codex_Shockstring.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,539: |
Line 1,368: |
| "name": "Solar Rifle", | | "name": "Solar Rifle", |
| "icon": "Weapons_Solar_Rifle.png", | | "icon": "Weapons_Solar_Rifle.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 86.7, |
| "Tier": 3,
| | "locked": true, |
| "Price": "86.7",
| | "tag_source": "SkillIncreaseDmg", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 17\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 20\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.94\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' Unlimited\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 3", | | "Laser", |
| "Damage": "17", | | "Fire", |
| "Attack Speed": "0.94" | | "IncreaseDmgOnKill", |
| }, | | "Overkill" |
| "body": { | | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-Laser|Laser]] – laser weapon",
| | "Damage": 17, |
| "[[Tag-Fire|Fire]]",
| | "Fire Damage": 20, |
| "[[Tag-IncreaseDmgOnKill|IncreaseDmgOnKill]] – Adds Damage permanently on kill (up to +50).",
| | "Attack Speed": 0.94, |
| "[[Tag-Overkill|Overkill]] – Overkill kills cause explosions."
| | "Critical Chance": "0%", |
| ],
| | "Range": 1200, |
| "Description": "Lore: ''see the [[Solar_Rifle-Codex|Solar Rifle Codex entry]].''" | | "Pierce": 1000, |
| },
| | "Stagger": 3 |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Solar_Rifle-Codex",
| |
| "name": "Solar Rifle",
| |
| "icon": "Codex_SolarRifle.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,572: |
Line 1,393: |
| "name": "Stormbreaker", | | "name": "Stormbreaker", |
| "icon": "Weapons_Stormbreaker.png", | | "icon": "Weapons_Stormbreaker.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Melee",
| | "price": 81.6, |
| "Tier": 3,
| | "locked": true, |
| "Price": "81.6",
| | "tags": [ |
| "Availability": "Must be unlocked",
| | "Melee", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 16\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 24\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.6\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 460\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 3",
| | "Electric", |
| "Damage": "16", | | "Hammer", |
| "Attack Speed": "1.6" | | "DoubleAttack" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 16, |
| "[[Tag-Melee|Melee]] – melee weapon",
| | "Electric Damage": 24, |
| "[[Tag-Electric|Electric]]",
| | "Attack Speed": 1.6, |
| "[[Tag-Hammer|Hammer]]",
| | "Critical Chance": "0%", |
| "[[Tag-DoubleAttack|DoubleAttack]] – 50% chance to attack twice"
| | "Range": 460, |
| ],
| | "Pierce": 1000, |
| "Description": "Lore: ''see the [[Stormbreaker-Codex|Stormbreaker Codex entry]].''" | | "Projectiles": 2, |
| },
| | "Bounce": -1000, |
| "cross_refs": {
| | "Stagger": 3 |
| "Codex entry": [ | |
| {
| |
| "slug": "Stormbreaker-Codex",
| |
| "name": "Stormbreaker",
| |
| "icon": "Codex_Stormbreaker.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,605: |
Line 1,419: |
| "name": "Stormbringer", | | "name": "Stormbringer", |
| "icon": "Weapons_Stormbringer.png", | | "icon": "Weapons_Stormbringer.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 76.5, |
| "Tier": 3,
| | "locked": true, |
| "Price": "76.5",
| | "tag_source": "Overkill", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 15\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 14\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.96\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 20%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 3\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 1\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 350\u003Cbr\u003E[[File:Stat_Freeze.png|18px|link=]] '''Freeze:''' 40%",
| | "Vortex", |
| "Damage": "15", | | "Electric", |
| "Attack Speed": "0.96" | | "ExplodeOnCrit" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 15, |
| "[[Tag-Vortex|Vortex]] – vortex emitter",
| | "Electric Damage": 14, |
| "[[Tag-Electric|Electric]]",
| | "Attack Speed": 0.96, |
| "[[Tag-ExplodeOnCrit|ExplodeOnCrit]] – 100% Explosion Chance on a Critical hit."
| | "Critical Chance": "20%", |
| ],
| | "Range": 600, |
| "Description": "Lore: ''see the [[Stormbringer-Codex|Stormbringer Codex entry]].''" | | "Pierce": 3, |
| },
| | "Bounce": 1, |
| "cross_refs": {
| | "Explosive Radius": 350, |
| "Codex entry": [ | | "Freeze": "40%" |
| {
| |
| "slug": "Stormbringer-Codex",
| |
| "name": "Stormbringer",
| |
| "icon": "Codex_Stormbringer.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,637: |
Line 1,445: |
| "name": "Stormfall", | | "name": "Stormfall", |
| "icon": "Weapons_Stormfall.png", | | "icon": "Weapons_Stormfall.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 86.7, |
| "Tier": 3,
| | "locked": true, |
| "Price": "86.7",
| | "tag_source": "DoubleAttack", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 17\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 14\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.02\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 700\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 2", | | "FromSky", |
| "Damage": "17", | | "Electric", |
| "Attack Speed": "1.02" | | "ReasourceOnKill", |
| }, | | "DoubleAttack" |
| "body": { | | ], |
| "Tags": [ | | "stats": { |
| "[[Tag-FromSky|FromSky]] – air strike",
| | "Damage": 17, |
| "[[Tag-Electric|Electric]]",
| | "Electric Damage": 14, |
| "[[Tag-ReasourceOnKill|ReasourceOnKill]] – Adds 15% more Resources on kill.",
| | "Attack Speed": 1.02, |
| "[[Tag-DoubleAttack|DoubleAttack]] – 50% chance to attack twice"
| | "Critical Chance": "0%", |
| ],
| | "Range": 700, |
| "Description": "Lore: ''see the [[Stormfall-Codex|Stormfall Codex entry]].''" | | "Pierce": -1000, |
| },
| | "Bounce": 2 |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Stormfall-Codex",
| |
| "name": "Stormfall",
| |
| "icon": "Codex_Stormfall.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,670: |
Line 1,470: |
| "name": "Stormfield", | | "name": "Stormfield", |
| "icon": "Weapons_Stormfield.png", | | "icon": "Weapons_Stormfield.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 91.8, |
| "Tier": 3,
| | "locked": true, |
| "Price": "91.8",
| | "tag_source": "ChangeToVortex", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 18\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 1.2\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 400\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' Unlimited\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 3", | | "Aura", |
| "Damage": "18", | | "Electric", |
| "Attack Speed": "1.2" | | "ReasourceOnKill" |
| },
| | ], |
| "body": {
| | "stats": { |
| "Tags": [ | | "Damage": 18, |
| "[[Tag-Aura|Aura]] – aura emitter",
| | "Electric Damage": 18, |
| "[[Tag-Electric|Electric]]",
| | "Attack Speed": 1.2, |
| "[[Tag-ReasourceOnKill|ReasourceOnKill]] – Adds 15% more Resources on kill."
| | "Critical Chance": "0%", |
| ]
| | "Range": 400, |
| }, | | "Pierce": 1000, |
| "cross_refs": {}
| | "Projectiles": 3, |
| | "Bounce": -1000 |
| | } |
| }, | | }, |
| { | | { |
| Line 1,693: |
Line 1,495: |
| "name": "Super Blaster", | | "name": "Super Blaster", |
| "icon": "Weapons_Super_Blaster.png", | | "icon": "Weapons_Super_Blaster.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 117.3, |
| "Tier": 3,
| | "locked": true, |
| "Price": "117.3",
| | "tag_source": "ShootInLine", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 23\u003Cbr\u003E[[File:Stat_Fire.png|18px|link=]] \u003Cspan class=\"wm-dmg-fire\" style=\"color:var(--dmg-fire, #ff6b35);\"\u003E'''Fire Damage:''' 18\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.77\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 4\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2",
| | "Range", |
| "Damage": "23", | | "Fire", |
| "Attack Speed": "0.77" | | "DoubleAttack" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 23, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Fire Damage": 18, |
| "[[Tag-Fire|Fire]]",
| | "Attack Speed": 0.77, |
| "[[Tag-DoubleAttack|DoubleAttack]] – 50% chance to attack twice"
| | "Critical Chance": "0%", |
| ],
| | "Range": 800, |
| "Description": "Lore: ''see the [[Super_Blaster-Codex|Super Blaster Codex entry]].''" | | "Pierce": 4, |
| },
| | "Projectiles": 2 |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Super_Blaster-Codex",
| |
| "name": "Super Blaster",
| |
| "icon": "Codex_SuperBlaster.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,725: |
Line 1,519: |
| "name": "Super Shotgun", | | "name": "Super Shotgun", |
| "icon": "Weapons_Super_Shotgun.png", | | "icon": "Weapons_Super_Shotgun.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 102, |
| "Tier": 3,
| | "locked": true, |
| "Price": "102",
| | "tag_source": "DecreeseSkillCooldown", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 20\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 16\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.91\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 20%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 600\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 3\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 350\u003Cbr\u003E[[File:Stat_Stagger.png|18px|link=]] '''Stagger:''' 1", | | "Range", |
| "Damage": "20", | | "Physical", |
| "Attack Speed": "0.91" | | "ExplodeOnCrit" |
| },
| | ], |
| "body": {
| | "stats": { |
| "Tags": [ | | "Damage": 20, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Holy Damage": 16, |
| "[[Tag-Physical|Physical]]",
| | "Attack Speed": 0.91, |
| "[[Tag-ExplodeOnCrit|ExplodeOnCrit]] – 100% Explosion Chance on a Critical hit."
| | "Critical Chance": "20%", |
| ],
| | "Range": 600, |
| "Description": "Lore: ''see the [[Super_Shotgun-Codex|Super Shotgun Codex entry]].''" | | "Projectiles": 3, |
| },
| | "Explosive Radius": 350, |
| "cross_refs": {
| | "Stagger": 1 |
| "Codex entry": [ | |
| {
| |
| "slug": "Super_Shotgun-Codex",
| |
| "name": "Super Shotgun",
| |
| "icon": "Codex_SuperShotgun.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,757: |
Line 1,544: |
| "name": "Teslabringer", | | "name": "Teslabringer", |
| "icon": "Weapons_Teslabringer.png", | | "icon": "Weapons_Teslabringer.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 86.7, |
| "Tier": 3,
| | "locked": true, |
| "Price": "86.7",
| | "tags": [ |
| "Availability": "Must be unlocked", | | "Mine", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 17\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 16\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 2.84\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 0%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 2\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 2\u003Cbr\u003E[[File:Stat_ExplosiveChance.png|18px|link=]] '''Explosive Chance:''' 100%\u003Cbr\u003E[[File:Stat_ExplosiveRadius.png|18px|link=]] '''Explosive Radius:''' 500",
| | "Electric" |
| "Damage": "17", | | ], |
| "Attack Speed": "2.84" | | "stats": { |
| },
| | "Damage": 17, |
| "body": {
| | "Electric Damage": 16, |
| "Tags": [ | | "Attack Speed": 2.84, |
| "[[Tag-Mine|Mine]] – mine launcher",
| | "Critical Chance": "0%", |
| "[[Tag-Electric|Electric]]"
| | "Range": 800, |
| ],
| | "Pierce": -1000, |
| "Description": "Lore: ''see the [[Teslabringer-Codex|Teslabringer Codex entry]].''" | | "Projectiles": 2, |
| },
| | "Bounce": 2, |
| "cross_refs": {
| | "Explosive Chance": "100%", |
| "Codex entry": [ | | "Explosive Radius": 500 |
| {
| |
| "slug": "Teslabringer-Codex",
| |
| "name": "Teslabringer",
| |
| "icon": "Codex_Teslabringer.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,788: |
Line 1,569: |
| "name": "Trinity Blast", | | "name": "Trinity Blast", |
| "icon": "Weapons_Trinity_Blast.png", | | "icon": "Weapons_Trinity_Blast.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 96.9, |
| "Tier": 3,
| | "locked": true, |
| "Price": "96.9",
| | "tag_source": "EveryXBulletDoFrost", |
| "Availability": "Must be unlocked",
| | "tags": [ |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 19\u003Cbr\u003E[[File:Stat_Physical.png|18px|link=]] \u003Cspan class=\"wm-dmg-holy\" style=\"color:var(--dmg-holy, #e8c34a);\"\u003E'''Holy Damage:''' 16\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.99\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 15%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 700\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 1\u003Cbr\u003E[[File:Stat_Projectiles.png|18px|link=]] '''Projectiles:''' 3\u003Cbr\u003E[[File:Stat_Stun.png|18px|link=]] '''Stun:''' 40%",
| | "Range", |
| "Damage": "19", | | "Physical", |
| "Attack Speed": "0.99" | | "ReasourceOnCrit" |
| }, | | ], |
| "body": { | | "stats": { |
| "Tags": [ | | "Damage": 19, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Holy Damage": 16, |
| "[[Tag-Physical|Physical]]",
| | "Attack Speed": 0.99, |
| "[[Tag-ReasourceOnCrit|ReasourceOnCrit]] – Adds 0.1 Resource on a Critical hit."
| | "Critical Chance": "15%", |
| ],
| | "Range": 700, |
| "Description": "Lore: ''see the [[Trinity_Blast-Codex|Trinity Blast Codex entry]].''" | | "Pierce": 1, |
| },
| | "Projectiles": 3, |
| "cross_refs": {
| | "Stun": "40%" |
| "Codex entry": [ | |
| {
| |
| "slug": "Trinity_Blast-Codex",
| |
| "name": "Trinity Blast",
| |
| "icon": "Codex_TrinityBlast.png"
| |
| }
| |
| ]
| |
| } | | } |
| }, | | }, |
| Line 1,820: |
Line 1,594: |
| "name": "Ubercharger", | | "name": "Ubercharger", |
| "icon": "Weapons_Ubercharger.png", | | "icon": "Weapons_Ubercharger.png", |
| "infobox": { | | "tier": 3, |
| "Class": "Ranged",
| | "price": 96.9, |
| "Tier": 3,
| | "locked": true, |
| "Price": "96.9",
| | "tags": [ |
| "Availability": "Must be unlocked",
| | "Range", |
| "Stats": "[[File:Stat_Damage.png|18px|link=]] '''Damage:''' 19\u003Cbr\u003E[[File:Stat_Electric.png|18px|link=]] \u003Cspan class=\"wm-dmg-electric\" style=\"color:var(--dmg-electric, #4ea3ff);\"\u003E'''Electric Damage:''' 15\u003C/span\u003E\u003Cbr\u003E[[File:Stat_AttackSpeed.png|18px|link=]] '''Attack Speed:''' 0.81\u003Cbr\u003E[[File:Stat_Critical.png|18px|link=]] '''Critical Chance:''' 5%\u003Cbr\u003E[[File:Stat_Range.png|18px|link=]] '''Range:''' 800\u003Cbr\u003E[[File:Stat_Pierce.png|18px|link=]] '''Pierce:''' 2\u003Cbr\u003E[[File:Stat_Bounce.png|18px|link=]] '''Bounce:''' 1\u003Cbr\u003E[[File:Stat_HPSteal.png|18px|link=]] '''HP Steal:''' 10%",
| | "Electric", |
| "Damage": "19", | | "EveryXBulletDoFrost" |
| "Attack Speed": "0.81" | | ], |
| }, | | "stats": { |
| "body": { | | "Damage": 19, |
| "Tags": [ | | "Electric Damage": 15, |
| "[[Tag-Range|Range]] – ranged weapon",
| | "Attack Speed": 0.81, |
| "[[Tag-Electric|Electric]]",
| | "Critical Chance": "5%", |
| "[[Tag-EveryXBulletDoFrost|EveryXBulletDoFrost]] – Every third attack freeze an enemy."
| | "Range": 800, |
| ],
| | "Pierce": 2, |
| "Description": "Lore: ''see the [[Ubercharger-Codex|Ubercharger Codex entry]].''" | | "Bounce": 1, |
| },
| | "HP Steal": "10%" |
| "cross_refs": {
| |
| "Codex entry": [ | |
| {
| |
| "slug": "Ubercharger-Codex",
| |
| "name": "Ubercharger",
| |
| "icon": "Codex_Ubercharger.png"
| |
| }
| |
| ]
| |
| } | | } |
| } | | } |
| ] | | ] |
| } | | } |