The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
188 lines
4.1 KiB
188 lines
4.1 KiB
1 year ago
|
Monsters
|
||
|
{
|
||
11 months ago
|
Green Slime
|
||
1 year ago
|
{
|
||
|
Health = 10
|
||
|
Attack = 5
|
||
|
|
||
|
CollisionDmg = 5
|
||
|
|
||
|
MoveSpd = 110
|
||
|
Size = 80
|
||
|
|
||
11 months ago
|
XP = 5
|
||
|
|
||
1 year ago
|
Strategy = Run Towards
|
||
1 year ago
|
BumpStopChance = 2
|
||
1 year ago
|
|
||
|
#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
|
||
1 year ago
|
|
||
1 year ago
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
||
|
DROP[0] = Green Slime Remains,65%,1,2
|
||
12 months ago
|
DROP[1] = Minor Health Potion,5%,1,1
|
||
11 months ago
|
DROP[2] = Berries,5%,1,1
|
||
1 year ago
|
|
||
1 year ago
|
#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
|
||
1 year ago
|
}
|
||
11 months ago
|
Blue Slime
|
||
1 year ago
|
{
|
||
|
Health = 30
|
||
|
Attack = 10
|
||
|
|
||
|
CollisionDmg = 0
|
||
|
|
||
|
MoveSpd = 80
|
||
|
Size = 100
|
||
|
|
||
11 months ago
|
XP = 7
|
||
|
|
||
1 year ago
|
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
|
||
1 year ago
|
ShootAnimation = 10, 0.1, Repeat
|
||
1 year ago
|
DeathAnimation = 10, 0.1, OneShot
|
||
1 year ago
|
|
||
1 year ago
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
||
1 year ago
|
DROP[0] = Blue Slime Remains,65%,1,2
|
||
12 months ago
|
DROP[1] = Minor Health Potion,5%,1,1
|
||
11 months ago
|
DROP[2] = Berries,5%,1,1
|
||
1 year ago
|
|
||
1 year ago
|
#Additional custom animations go down below. Start with ANIMATION[0]
|
||
|
#ANIMATION[0] = MY_NEW_ANIMATION
|
||
|
}
|
||
11 months ago
|
Red Slime
|
||
1 year ago
|
{
|
||
|
Health = 25
|
||
|
Attack = 10
|
||
|
|
||
|
CollisionDmg = 10
|
||
|
|
||
|
MoveSpd = 95
|
||
|
Size = 120
|
||
|
|
||
11 months ago
|
XP = 7
|
||
|
|
||
1 year ago
|
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
|
||
1 year ago
|
|
||
1 year ago
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
||
1 year ago
|
DROP[0] = Red Slime Remains,65%,1,2
|
||
12 months ago
|
DROP[1] = Minor Health Potion,5%,1,1
|
||
11 months ago
|
DROP[2] = Berries,5%,1,1
|
||
1 year ago
|
|
||
1 year ago
|
#Additional custom animations go down below. Start with ANIMATION[0]
|
||
|
#ANIMATION[0] = MY_NEW_ANIMATION
|
||
|
}
|
||
11 months ago
|
Yellow Slime
|
||
1 year ago
|
{
|
||
|
Health = 175
|
||
|
Attack = 10
|
||
|
|
||
|
CollisionDmg = 15
|
||
|
|
||
|
MoveSpd = 40
|
||
|
Size = 160
|
||
|
|
||
11 months ago
|
XP = 20
|
||
|
|
||
1 year ago
|
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
|
||
1 year ago
|
|
||
1 year ago
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
||
11 months ago
|
DROP[0] = Berries,5%,1,1
|
||
1 year ago
|
|
||
1 year ago
|
#Additional custom animations go down below. Start with ANIMATION[0]
|
||
|
#ANIMATION[0] = MY_NEW_ANIMATION
|
||
|
}
|
||
11 months ago
|
Flower Turret
|
||
1 year ago
|
{
|
||
|
Health = 40
|
||
|
Attack = 10
|
||
|
|
||
|
CollisionDmg = 0
|
||
|
|
||
|
MoveSpd = 0
|
||
|
Size = 100
|
||
|
|
||
11 months ago
|
XP = 8
|
||
|
|
||
1 year ago
|
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
|
||
1 year ago
|
|
||
1 year ago
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
||
|
DROP[0] = Bandages,30%,1,1
|
||
11 months ago
|
DROP[1] = Berries,5%,1,1
|
||
11 months ago
|
DROP[2] = Flower Petals,10%,1,1
|
||
1 year ago
|
|
||
1 year ago
|
#Additional custom animations go down below. Start with ANIMATION[0]
|
||
|
#ANIMATION[0] = MY_NEW_ANIMATION
|
||
|
}
|
||
11 months ago
|
Slime King
|
||
1 year ago
|
{
|
||
|
Health = 1200
|
||
|
Attack = 10
|
||
|
|
||
|
CollisionDmg = 0
|
||
|
|
||
1 year ago
|
MoveSpd = 100
|
||
1 year ago
|
Size = 800
|
||
|
|
||
11 months ago
|
XP = 250
|
||
|
|
||
1 year ago
|
Strategy = Slime King
|
||
1 year ago
|
StartPhase = 1
|
||
1 year ago
|
|
||
|
#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
|
||
|
|
||
1 year ago
|
# Drop Item Name, Drop Percentage(0-100%), Drop Min Quantity, Drop Max Quantity
|
||
11 months ago
|
DROP[0] = Berries,5%,1,1
|
||
1 year ago
|
|
||
1 year ago
|
#Additional custom animations go down below. Start with ANIMATION[0]
|
||
1 year ago
|
ANIMATION[0] = monsters/Slime King - Cast.png
|
||
1 year ago
|
}
|
||
|
}
|