2023-08-06 19:00:09 -05:00
|
|
|
Monsters
|
|
|
|
{
|
2023-12-19 00:15:47 -06:00
|
|
|
Green Slime
|
2023-08-06 19:00:09 -05:00
|
|
|
{
|
|
|
|
Health = 10
|
|
|
|
Attack = 5
|
|
|
|
|
|
|
|
CollisionDmg = 5
|
|
|
|
|
|
|
|
MoveSpd = 110
|
|
|
|
Size = 80
|
|
|
|
|
2023-12-24 22:50:25 -06:00
|
|
|
XP = 5
|
|
|
|
|
2023-08-13 02:12:19 -05:00
|
|
|
Strategy = Run Towards
|
2023-09-19 03:38:09 -05:00
|
|
|
BumpStopChance = 2
|
2023-08-13 02:12:19 -05:00
|
|
|
|
|
|
|
#Size of each animation frame
|
|
|
|
SheetFrameSize = 24,24
|
|
|
|
|
|
|
|
# Frame Count, Frame Speed (s), Frame Cycling (Repeat,OneShot,PingPong,Reverse)
|
|
|
|
IdleAnimation = 10, 0.1, Repeat
|
|
|
|
JumpAnimation = 10, 0.06, Repeat
|
|
|
|
ShootAnimation = 10, 0.1, OneShot
|
|
|
|
DeathAnimation = 10, 0.1, OneShot
|
2023-08-06 19:00:09 -05:00
|
|
|
|
2023-11-21 22:03:48 -06:00
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
|
|
|
DROP[0] = Green Slime Remains,65%,1,2
|
2023-12-17 20:49:22 -06:00
|
|
|
DROP[1] = Minor Health Potion,5%,1,1
|
2023-12-28 21:48:12 -06:00
|
|
|
DROP[2] = Berries,5%,1,1
|
2023-11-21 22:03:48 -06:00
|
|
|
|
2023-08-19 11:57:02 -05:00
|
|
|
#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
|
2023-08-06 19:00:09 -05:00
|
|
|
}
|
2023-12-19 00:15:47 -06:00
|
|
|
Blue Slime
|
2023-08-06 19:00:09 -05:00
|
|
|
{
|
|
|
|
Health = 30
|
|
|
|
Attack = 10
|
|
|
|
|
|
|
|
CollisionDmg = 0
|
|
|
|
|
|
|
|
MoveSpd = 80
|
|
|
|
Size = 100
|
|
|
|
|
2023-12-24 22:50:25 -06:00
|
|
|
XP = 7
|
|
|
|
|
2023-08-13 02:12:19 -05:00
|
|
|
Strategy = Shoot Afar
|
|
|
|
|
|
|
|
#Size of each animation frame
|
|
|
|
SheetFrameSize = 24,24
|
|
|
|
|
|
|
|
# Frame Count, Frame Speed (s), Frame Cycling (Repeat,OneShot,PingPong,Reverse)
|
|
|
|
IdleAnimation = 10, 0.1, Repeat
|
|
|
|
JumpAnimation = 10, 0.06, Repeat
|
2023-08-13 20:53:39 -05:00
|
|
|
ShootAnimation = 10, 0.1, Repeat
|
2023-08-13 02:12:19 -05:00
|
|
|
DeathAnimation = 10, 0.1, OneShot
|
2023-08-06 19:00:09 -05:00
|
|
|
|
2023-11-21 22:03:48 -06:00
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
2023-11-22 15:49:41 -06:00
|
|
|
DROP[0] = Blue Slime Remains,65%,1,2
|
2023-12-17 20:49:22 -06:00
|
|
|
DROP[1] = Minor Health Potion,5%,1,1
|
2023-12-28 21:48:12 -06:00
|
|
|
DROP[2] = Berries,5%,1,1
|
2023-11-21 22:03:48 -06:00
|
|
|
|
2023-08-06 19:00:09 -05:00
|
|
|
#Additional custom animations go down below. Start with ANIMATION[0]
|
|
|
|
#ANIMATION[0] = MY_NEW_ANIMATION
|
|
|
|
}
|
2023-12-19 00:15:47 -06:00
|
|
|
Red Slime
|
2023-08-06 19:00:09 -05:00
|
|
|
{
|
|
|
|
Health = 25
|
|
|
|
Attack = 10
|
|
|
|
|
|
|
|
CollisionDmg = 10
|
|
|
|
|
|
|
|
MoveSpd = 95
|
|
|
|
Size = 120
|
|
|
|
|
2023-12-24 22:50:25 -06:00
|
|
|
XP = 7
|
|
|
|
|
2023-08-13 02:12:19 -05:00
|
|
|
Strategy = Run Towards
|
|
|
|
|
|
|
|
#Size of each animation frame
|
|
|
|
SheetFrameSize = 24,24
|
|
|
|
|
|
|
|
# Frame Count, Frame Speed (s), Frame Cycling (Repeat,OneShot,PingPong,Reverse)
|
|
|
|
IdleAnimation = 10, 0.1, Repeat
|
|
|
|
JumpAnimation = 10, 0.06, Repeat
|
|
|
|
ShootAnimation = 10, 0.1, OneShot
|
|
|
|
DeathAnimation = 10, 0.1, OneShot
|
2023-08-06 19:00:09 -05:00
|
|
|
|
2023-11-21 22:03:48 -06:00
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
2023-11-22 15:49:41 -06:00
|
|
|
DROP[0] = Red Slime Remains,65%,1,2
|
2023-12-17 20:49:22 -06:00
|
|
|
DROP[1] = Minor Health Potion,5%,1,1
|
2023-12-28 21:48:12 -06:00
|
|
|
DROP[2] = Berries,5%,1,1
|
2023-11-21 22:03:48 -06:00
|
|
|
|
2023-08-06 19:00:09 -05:00
|
|
|
#Additional custom animations go down below. Start with ANIMATION[0]
|
|
|
|
#ANIMATION[0] = MY_NEW_ANIMATION
|
|
|
|
}
|
2023-12-19 00:15:47 -06:00
|
|
|
Yellow Slime
|
2023-08-06 19:00:09 -05:00
|
|
|
{
|
|
|
|
Health = 175
|
|
|
|
Attack = 10
|
|
|
|
|
|
|
|
CollisionDmg = 15
|
|
|
|
|
|
|
|
MoveSpd = 40
|
|
|
|
Size = 160
|
|
|
|
|
2023-12-24 22:50:25 -06:00
|
|
|
XP = 20
|
|
|
|
|
2023-08-13 02:12:19 -05:00
|
|
|
Strategy = Run Towards
|
|
|
|
|
|
|
|
#Size of each animation frame
|
|
|
|
SheetFrameSize = 24,24
|
|
|
|
|
|
|
|
# Frame Count, Frame Speed (s), Frame Cycling (Repeat,OneShot,PingPong,Reverse)
|
|
|
|
IdleAnimation = 10, 0.1, Repeat
|
|
|
|
JumpAnimation = 10, 0.06, Repeat
|
|
|
|
ShootAnimation = 10, 0.1, OneShot
|
|
|
|
DeathAnimation = 10, 0.1, OneShot
|
2023-08-06 19:00:09 -05:00
|
|
|
|
2023-11-21 22:03:48 -06:00
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
2023-12-28 21:48:12 -06:00
|
|
|
DROP[0] = Berries,5%,1,1
|
2023-11-21 22:03:48 -06:00
|
|
|
|
2023-08-06 19:00:09 -05:00
|
|
|
#Additional custom animations go down below. Start with ANIMATION[0]
|
|
|
|
#ANIMATION[0] = MY_NEW_ANIMATION
|
|
|
|
}
|
2023-12-19 00:15:47 -06:00
|
|
|
Flower Turret
|
2023-08-06 19:00:09 -05:00
|
|
|
{
|
|
|
|
Health = 40
|
|
|
|
Attack = 10
|
|
|
|
|
|
|
|
CollisionDmg = 0
|
|
|
|
|
|
|
|
MoveSpd = 0
|
|
|
|
Size = 100
|
|
|
|
|
2023-12-24 22:50:25 -06:00
|
|
|
XP = 8
|
|
|
|
|
2023-08-13 02:12:19 -05:00
|
|
|
Strategy = Turret
|
|
|
|
|
|
|
|
#Size of each animation frame
|
|
|
|
SheetFrameSize = 24,24
|
|
|
|
|
|
|
|
# Frame Count, Frame Speed (s), Frame Cycling (Repeat,OneShot,PingPong,Reverse)
|
|
|
|
IdleAnimation = 7, 0.1, PingPong
|
|
|
|
JumpAnimation = 1, 0.1, OneShot
|
|
|
|
ShootAnimation = 5, 0.1, OneShot
|
|
|
|
DeathAnimation = 5, 0.2, OneShot
|
2023-08-06 19:00:09 -05:00
|
|
|
|
2023-11-21 22:03:48 -06:00
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
|
|
|
DROP[0] = Bandages,30%,1,1
|
2023-12-28 21:48:12 -06:00
|
|
|
DROP[1] = Berries,5%,1,1
|
2023-12-29 02:43:59 -06:00
|
|
|
DROP[2] = Flower Petals,10%,1,1
|
2023-11-21 22:03:48 -06:00
|
|
|
|
2023-09-06 23:57:14 -05:00
|
|
|
#Additional custom animations go down below. Start with ANIMATION[0]
|
|
|
|
#ANIMATION[0] = MY_NEW_ANIMATION
|
|
|
|
}
|
2023-12-19 00:15:47 -06:00
|
|
|
Slime King
|
2023-09-06 23:57:14 -05:00
|
|
|
{
|
|
|
|
Health = 1200
|
|
|
|
Attack = 10
|
|
|
|
|
|
|
|
CollisionDmg = 0
|
|
|
|
|
2023-09-23 15:10:59 -05:00
|
|
|
MoveSpd = 100
|
2023-09-06 23:57:14 -05:00
|
|
|
Size = 800
|
|
|
|
|
2023-12-24 22:50:25 -06:00
|
|
|
XP = 250
|
|
|
|
|
2023-09-06 23:57:14 -05:00
|
|
|
Strategy = Slime King
|
2023-09-23 15:10:59 -05:00
|
|
|
StartPhase = 1
|
2023-09-06 23:57:14 -05:00
|
|
|
|
|
|
|
#Size of each animation frame
|
|
|
|
SheetFrameSize = 24,24
|
|
|
|
|
|
|
|
# Frame Count, Frame Speed (s), Frame Cycling (Repeat,OneShot,PingPong,Reverse)
|
|
|
|
IdleAnimation = 10, 0.1, Repeat
|
|
|
|
JumpAnimation = 10, 0.06, Repeat
|
|
|
|
ShootAnimation = 10, 0.1, OneShot
|
|
|
|
DeathAnimation = 10, 0.1, OneShot
|
|
|
|
|
2023-11-21 22:03:48 -06:00
|
|
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
2023-12-28 21:48:12 -06:00
|
|
|
DROP[0] = Berries,5%,1,1
|
2023-11-21 22:03:48 -06:00
|
|
|
|
2023-08-06 19:00:09 -05:00
|
|
|
#Additional custom animations go down below. Start with ANIMATION[0]
|
2023-09-19 05:58:55 -05:00
|
|
|
ANIMATION[0] = monsters/Slime King - Cast.png
|
2023-08-06 19:00:09 -05:00
|
|
|
}
|
|
|
|
}
|