|
|
|
@ -23,6 +23,10 @@ Monsters |
|
|
|
|
ShootAnimation = 10, 0.1, OneShot |
|
|
|
|
DeathAnimation = 10, 0.1, OneShot |
|
|
|
|
|
|
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity |
|
|
|
|
DROP[0] = Green Slime Remains,65%,1,2 |
|
|
|
|
DROP[1] = Small Health Potion,5%,1,1 |
|
|
|
|
|
|
|
|
|
#Additional custom animations go down below. Start with ANIMATION[0]. Order is: |
|
|
|
|
# Frame Count, Frame Speed (s), Frame Cycling (Repeat,OneShot,PingPong,Reverse) |
|
|
|
|
#ANIMATION[0] = 6, 0.1, Repeat |
|
|
|
@ -49,6 +53,10 @@ Monsters |
|
|
|
|
ShootAnimation = 10, 0.1, Repeat |
|
|
|
|
DeathAnimation = 10, 0.1, OneShot |
|
|
|
|
|
|
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity |
|
|
|
|
DROP[0] = Green Slime Remains,65%,1,2 |
|
|
|
|
DROP[1] = Small Health Potion,5%,1,1 |
|
|
|
|
|
|
|
|
|
#Additional custom animations go down below. Start with ANIMATION[0] |
|
|
|
|
#ANIMATION[0] = MY_NEW_ANIMATION |
|
|
|
|
} |
|
|
|
@ -74,6 +82,10 @@ Monsters |
|
|
|
|
ShootAnimation = 10, 0.1, OneShot |
|
|
|
|
DeathAnimation = 10, 0.1, OneShot |
|
|
|
|
|
|
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity |
|
|
|
|
DROP[0] = Green Slime Remains,65%,1,2 |
|
|
|
|
DROP[1] = Small Health Potion,5%,1,1 |
|
|
|
|
|
|
|
|
|
#Additional custom animations go down below. Start with ANIMATION[0] |
|
|
|
|
#ANIMATION[0] = MY_NEW_ANIMATION |
|
|
|
|
} |
|
|
|
@ -99,6 +111,9 @@ Monsters |
|
|
|
|
ShootAnimation = 10, 0.1, OneShot |
|
|
|
|
DeathAnimation = 10, 0.1, OneShot |
|
|
|
|
|
|
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity |
|
|
|
|
#DROP[0] = Bandages,30%,1,1 |
|
|
|
|
|
|
|
|
|
#Additional custom animations go down below. Start with ANIMATION[0] |
|
|
|
|
#ANIMATION[0] = MY_NEW_ANIMATION |
|
|
|
|
} |
|
|
|
@ -124,6 +139,9 @@ Monsters |
|
|
|
|
ShootAnimation = 5, 0.1, OneShot |
|
|
|
|
DeathAnimation = 5, 0.2, OneShot |
|
|
|
|
|
|
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity |
|
|
|
|
DROP[0] = Bandages,30%,1,1 |
|
|
|
|
|
|
|
|
|
#Additional custom animations go down below. Start with ANIMATION[0] |
|
|
|
|
#ANIMATION[0] = MY_NEW_ANIMATION |
|
|
|
|
} |
|
|
|
@ -150,6 +168,9 @@ Monsters |
|
|
|
|
ShootAnimation = 10, 0.1, OneShot |
|
|
|
|
DeathAnimation = 10, 0.1, OneShot |
|
|
|
|
|
|
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity |
|
|
|
|
#DROP[0] = Bandages,30%,1,1 |
|
|
|
|
|
|
|
|
|
#Additional custom animations go down below. Start with ANIMATION[0] |
|
|
|
|
ANIMATION[0] = monsters/Slime King - Cast.png |
|
|
|
|
} |
|
|
|
|