-
Notifications
You must be signed in to change notification settings - Fork 57
feat: Lightning Warriors with a small extra #1300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
5287320
b71bad3
5932168
e832ca5
7562812
1800b20
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1705,7 +1705,7 @@ | |
| }, | ||
| "option": { | ||
| "wep2": [ | ||
| [["Combiplasma", "Plasma Gun", "Meltagun"], 1] | ||
| [["Hand Flamer", "Grav-Pistol", "Infernus Pistol", "Plasma Pistol", "Volkite Serpenta"], 1] | ||
| ] | ||
| } | ||
| } | ||
|
|
@@ -1722,7 +1722,7 @@ | |
| }, | ||
| "option": { | ||
| "wep2": [ | ||
| [["Flamer", "Grav-Gun", "Meltagun", "Plasma Gun", "Plasma Pistol"], 2] | ||
| [["Hand Flamer", "Grav-Pistol", "Infernus Pistol", "Plasma Pistol"], 2] | ||
| ] | ||
| } | ||
| } | ||
|
|
@@ -1771,6 +1771,7 @@ | |
| "role": "Ravenwing Ancient", | ||
| "loadout": { | ||
| "required": { | ||
| "wep2": ["Power Axe",1], | ||
| "mobi": ["Bike", 1] | ||
| } | ||
| } | ||
|
|
@@ -1781,6 +1782,7 @@ | |
| "role": "Librarian", | ||
| "loadout": { | ||
| "required": { | ||
| "wep2": ["", 0], | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. CRITICAL: Librarian wep2 slot permanently cleared on squad equipment sort Adding Reply with |
||
| "mobi": ["Bike", 1] | ||
|
CptMacTavish2224 marked this conversation as resolved.
|
||
| } | ||
| } | ||
|
|
@@ -1802,7 +1804,7 @@ | |
| "loadout": { | ||
| "required": { | ||
| "wep1": ["Relic Blade", 1], | ||
| "wep2": ["Plasma Pistol", 1], | ||
| "wep2": ["", 0], | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. CRITICAL: Huntsmaster wep2 sidearm permanently cleared on squad equipment sort Changing Reply with |
||
| "gear": ["Iron Halo", 1], | ||
| "armour": ["Artificer Armour", 1], | ||
| "mobi": ["Bike", 1] | ||
|
|
@@ -1815,13 +1817,13 @@ | |
| "role": "Black Knight", | ||
| "loadout": { | ||
| "required": { | ||
| "wep1": ["Chainsword", 4], | ||
| "wep1": ["Power Sword", 4], | ||
| "wep2": ["Bolt Pistol", 2], | ||
| "mobi": ["Bike", 4] | ||
| }, | ||
| "option": { | ||
| "wep2": [ | ||
| [["Flamer", "Grav-Gun", "Meltagun", "Plasma Gun", "Plasma Pistol"], 2] | ||
| [["Hand Flamer", "Grav-Pistol", "Infernus Pistol", "Plasma Pistol", "Volkite Serpenta"], 2] | ||
| ] | ||
| } | ||
| } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.