AppSynergy / shadow-war-armageddon-roster

Roster builder for Shadow War: Armageddon.
MIT License
9 stars 2 forks source link

Add Orks Kill Team #6

Closed ebruning closed 7 years ago

ebruning commented 7 years ago

Added the stats for Orks

AppSynergy commented 7 years ago

Thanks again for this addition!

Spanner boy, lol. Is that really what they are called?

AppSynergy commented 7 years ago

I'm assuming:

[weapons.basic.shoota]
name = "Boltgun"
cost = 35

[weapons.special.flamer]
name = "Shoota"
cost = 25

is supposed to be:

[weapons.basic.shoota]
name = "Shoota"
cost = 25
AppSynergy commented 7 years ago

Can a nob use special weapons? It looks like they should be able to.

Is there not more than one type of kombi-weapon?

ebruning commented 7 years ago

No Thanks for making this!

You are correct about the shoota.

I doubled checked and only the Spanner Bou can take special weapons.

There are only Kombi-Shoota and Kombi-Weapons

AppSynergy commented 7 years ago

This can't be right then:

[weapons.special.kombi-shoota]
name = "Kombi-shoota"
cost = 40
only_fighter = ["boss_nob"]

[weapons.special.kombi-weapon]
name = "Kombi-weapon"
cost = 50
only_fighter = ["boss_nob"]

If they are special, only the spanner boy can take them, but only the boss nob can take them, so no-one can take them!

ebruning commented 7 years ago

ok, I see what I did. Kombi-shoota and kombi-weapon aren't special they are basic. Apparently, I need to finish my coffee before coding. I'll fix this now