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.
AdventuresInLestoria/Adventures in Lestoria/assets/config/NPCs.txt

73 lines
1.9 KiB

NPCs
{
Greg
{
Strategy = NPC
Camp Notification Unlock Condition = STORY_1_2
#Size of each animation frame
SheetFrameSize = 24,24
Animations
{
# Frame Count, Frame Speed (s), Frame Cycling (Repeat,OneShot,PingPong,Reverse)
# Animations must be defined in the same order as they are in their sprite sheets
# The First Four animations must represent a standing, walking, attack, and death animation. Their names are up to the creator.
DOWN = 1, 0.1, OneShot
UP = 1, 0.1, OneShot
LEFT = 1, 0.1, OneShot
RIGHT = 1, 0.1, OneShot
}
Hurt Sound = Monster Hurt
Death Sound = Slime Dead
Walk Sound = Slime Walk
}
Sherman
{
Strategy = NPC
Potion Crafting Unlock Condition = BOSS_1_B
#Size of each animation frame
SheetFrameSize = 24,24
Animations
{
# Frame Count, Frame Speed (s), Frame Cycling (Repeat,OneShot,PingPong,Reverse)
# Animations must be defined in the same order as they are in their sprite sheets
# The First Four animations must represent a standing, walking, attack, and death animation. Their names are up to the creator.
DOWN = 1, 0.1, OneShot
UP = 1, 0.1, OneShot
LEFT = 1, 0.1, OneShot
RIGHT = 1, 0.1, OneShot
}
Hurt Sound = Monster Hurt
Death Sound = Slime Dead
Walk Sound = Slime Walk
}
Traveling Merchant
{
Strategy = NPC
#Size of each animation frame
SheetFrameSize = 24,24
Animations
{
# Frame Count, Frame Speed (s), Frame Cycling (Repeat,OneShot,PingPong,Reverse)
# Animations must be defined in the same order as they are in their sprite sheets
# The First Four animations must represent a standing, walking, attack, and death animation. Their names are up to the creator.
DOWN = 1, 0.1, OneShot
UP = 1, 0.1, OneShot
LEFT = 1, 0.1, OneShot
RIGHT = 1, 0.1, OneShot
}
Hurt Sound = Monster Hurt
Death Sound = Slime Dead
Walk Sound = Slime Walk
}
}