Skip to content

Commit

Permalink
Merge pull request flareteam#274 from dorkster/fixes
Browse files Browse the repository at this point in the history
Update loot tables for unique alpha_demo enemies
  • Loading branch information
clintbellanger committed Mar 29, 2013
2 parents 90d6d6a + 91b84b6 commit a905834
Show file tree
Hide file tree
Showing 12 changed files with 144 additions and 16 deletions.
17 changes: 16 additions & 1 deletion mods/alpha_demo/enemies/grisbon.txt
Expand Up @@ -39,5 +39,20 @@ vulnerable_ice=75
cooldown=20

# loot
loot=currency,75
loot=currency,33,8,32

# long sword, plate armor, crest shield, health pot
loot=34,5
loot=96,5
loot=96,5
loot=98,5
loot=99,5
loot=100,5
loot=58,5

# turtle figurine, ring of regen, great sword, tower shield, emerald
loot=112,1
loot=107,1
loot=35,1
loot=59,1
loot=4,1
9 changes: 8 additions & 1 deletion mods/alpha_demo/enemies/krakatoa.txt
Expand Up @@ -34,4 +34,11 @@ vulnerable_ice=200
cooldown=25

# loot
loot=currency,75
loot=currency,15,8,32

# healing pot, mana pot, ring of fire, ruby
loot=1,3
loot=2,3

loot=109,1
loot=5,1
10 changes: 9 additions & 1 deletion mods/alpha_demo/enemies/necromancer_apprentice.txt
Expand Up @@ -37,5 +37,13 @@ vulnerable_ice=50
cooldown=30

# loot
loot=currency,75
loot=currency,33,5,20

# health pot
loot=1,5

# blood gear, ring of regen
loot=116,1
loot=117,1
loot=107,1

13 changes: 12 additions & 1 deletion mods/alpha_demo/enemies/professor_langlier.txt
Expand Up @@ -39,5 +39,16 @@ vulnerable_ice=50
cooldown=30

# loot
loot=currency,75
loot=currency,33,4,16

# rod, mana pot
loot=41,5
loot=2,5

# mage set
loot=72,1
loot=73,1
loot=74,1
loot=75,1
loot=76,1

10 changes: 9 additions & 1 deletion mods/alpha_demo/enemies/rilrak.txt
Expand Up @@ -36,6 +36,14 @@ cooldown=25
cooldown_ranged_phys=90

# loot
loot=currency,75
loot=currency,33,4,16

# wand, mana potion
loot=40,5
loot=2,5

# rod, mage gloves, mage boots
loot=41,1
loot=74,1
loot=76,1

17 changes: 16 additions & 1 deletion mods/alpha_demo/enemies/scathelocke.txt
Expand Up @@ -40,5 +40,20 @@ vulnerable_ice=0
cooldown=30

# loot
loot=currency,75
loot=currency,33,8,32

# long sword, plate armor, crest shield, health pot
loot=34,5
loot=96,5
loot=96,5
loot=98,5
loot=99,5
loot=100,5
loot=58,5

# turtle figurine, ring of regen, great sword, tower shield, emerald
loot=112,1
loot=107,1
loot=35,1
loot=59,1
loot=4,1
20 changes: 17 additions & 3 deletions mods/alpha_demo/enemies/sir_evan_maddox.txt
Expand Up @@ -36,7 +36,21 @@ vulnerable_ice=75
cooldown=25

# loot
loot=currency,75


loot=currency,33,8,32

# long sword, plate armor, crest shield, health pot
loot=34,5
loot=96,5
loot=96,5
loot=98,5
loot=99,5
loot=100,5
loot=58,5

# turtle figurine, ring of regen, great sword, tower shield, emerald
loot=112,1
loot=107,1
loot=35,1
loot=59,1
loot=4,1

13 changes: 12 additions & 1 deletion mods/alpha_demo/enemies/skeletal_prophet.txt
Expand Up @@ -37,5 +37,16 @@ vulnerable_ice=50
cooldown=15

# loot
loot=currency,75
loot=currency,33,7,28

# staff, mana pot
loot=42,5
loot=2,5

# ring of concentration, owl figurine, sapphire, sage mantle, sage frock
loot=108,1
loot=120,1
loot=3,1
loot=123,1
loot=124,1

19 changes: 17 additions & 2 deletions mods/alpha_demo/enemies/skeletal_thundersword.txt
Expand Up @@ -44,5 +44,20 @@ vulnerable_ice=75
cooldown=10

# loot
loot=currency,75

loot=currency,33,8,32

# long sword, plate armor, crest shield, health pot
loot=34,5
loot=96,5
loot=96,5
loot=98,5
loot=99,5
loot=100,5
loot=58,5

# turtle figurine, ring of regen, great sword, tower shield, emerald
loot=112,1
loot=107,1
loot=35,1
loot=59,1
loot=4,1
6 changes: 5 additions & 1 deletion mods/alpha_demo/enemies/the_warden.txt
Expand Up @@ -35,6 +35,10 @@ dmg_ment_max=55
cooldown=25

# loot
loot=currency,75
loot=currency,33,3,12

# leather chest, pants, healing pot
loot=81,5
loot=83,5
loot=1,5

7 changes: 6 additions & 1 deletion mods/alpha_demo/enemies/ukkonen.txt
Expand Up @@ -27,6 +27,11 @@ dmg_melee_max=30
cooldown=4

# loot
loot=currency,75
loot=currency,33,2,8
# dagger, leather gloves, leather boots, healing pot
loot=32,5
loot=82,5
loot=84,5
loot=1,5


19 changes: 17 additions & 2 deletions mods/alpha_demo/enemies/vesuvvio.txt
Expand Up @@ -40,5 +40,20 @@ vulnerable_ice=100
cooldown=30

# loot
loot=currency,75

loot=currency,33,8,32

# long sword, plate armor, crest shield, health pot
loot=34,5
loot=96,5
loot=96,5
loot=98,5
loot=99,5
loot=100,5
loot=58,5

# turtle figurine, ring of regen, great sword, tower shield, emerald
loot=112,1
loot=107,1
loot=35,1
loot=59,1
loot=4,1

0 comments on commit a905834

Please sign in to comment.