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.
156 lines
3.4 KiB
156 lines
3.4 KiB
Player
|
|
{
|
|
BaseMana = 100
|
|
MoveSpd = 100
|
|
|
|
# Starting base crit rate.
|
|
Crit Rate = 0%
|
|
|
|
# Starting base crit dmg.
|
|
Crit Dmg = 50%
|
|
|
|
Starting Money = 100
|
|
|
|
# Amount of spd to increase/decrease vertically as you climb staircases
|
|
StaircaseClimbSpd = 45
|
|
|
|
# How much speed the player loses while no momentum is being added.
|
|
Friction = 400
|
|
|
|
# How many of any one type of item we can bring to the battlefield max per slot.
|
|
Item Loadout Limit = 10
|
|
|
|
# How many seconds must pass before the player is considered out of combat (meaning they can exit a level)
|
|
Out of Combat Time = 5.0
|
|
|
|
# How long the player must stand in the end zone before leaving the level.
|
|
End Zone Wait Time = 5.0
|
|
|
|
# How long between each footstep.
|
|
Footstep Timer = 0.4
|
|
|
|
# Distance the aiming cursor may be aimed at in controller aiming mode.
|
|
Aiming Cursor Max Distance = 600
|
|
|
|
# How long the rumble lasts when getting hit by a monster.
|
|
Hurt Rumble Time = 0.1s
|
|
|
|
# Each attack will have _N,_E,_S,_W appended to them once read in-game.
|
|
PLAYER_ANIMATION[0] = WARRIOR_WALK
|
|
PLAYER_ANIMATION[1] = WARRIOR_IDLE
|
|
PLAYER_ANIMATION[2] = WARRIOR_SWINGSWORD
|
|
PLAYER_ANIMATION[3] = WARRIOR_SWINGSONICSWORD
|
|
PLAYER_ANIMATION[4] = RANGER_WALK
|
|
PLAYER_ANIMATION[5] = RANGER_IDLE
|
|
PLAYER_ANIMATION[6] = RANGER_SHOOT
|
|
PLAYER_ANIMATION[7] = WIZARD_WALK
|
|
PLAYER_ANIMATION[8] = WIZARD_IDLE_ATTACK
|
|
PLAYER_ANIMATION[9] = WIZARD_ATTACK
|
|
PLAYER_ANIMATION[10] = WIZARD_CAST
|
|
PLAYER_ANIMATION[11] = WIZARD_IDLE
|
|
|
|
}
|
|
|
|
PlayerXP
|
|
{
|
|
LEVEL[1] = 100xp
|
|
LEVEL[2] = 200xp
|
|
LEVEL[3] = 300xp
|
|
LEVEL[4] = 400xp
|
|
LEVEL[5] = 500xp
|
|
LEVEL[6] = 600xp
|
|
LEVEL[7] = 700xp
|
|
LEVEL[8] = 800xp
|
|
LEVEL[9] = 900xp
|
|
LEVEL[10] = 1000xp
|
|
LEVEL[11] = 1100xp
|
|
LEVEL[12] = 1200xp
|
|
LEVEL[13] = 1300xp
|
|
LEVEL[14] = 1400xp
|
|
LEVEL[15] = 1500xp
|
|
LEVEL[16] = 1600xp
|
|
LEVEL[17] = 1700xp
|
|
LEVEL[18] = 1800xp
|
|
LEVEL[19] = 1900xp
|
|
LEVEL[20] = 2000xp
|
|
LEVEL[21] = 2100xp
|
|
LEVEL[22] = 2200xp
|
|
LEVEL[23] = 2300xp
|
|
LEVEL[24] = 2400xp
|
|
LEVEL[25] = 2500xp
|
|
LEVEL[26] = 2600xp
|
|
LEVEL[27] = 2700xp
|
|
LEVEL[28] = 2800xp
|
|
LEVEL[29] = 2900xp
|
|
LEVEL[30] = 3000xp
|
|
LEVEL[31] = 3100xp
|
|
LEVEL[32] = 3200xp
|
|
LEVEL[33] = 3300xp
|
|
LEVEL[34] = 3400xp
|
|
LEVEL[35] = 3500xp
|
|
LEVEL[36] = 3600xp
|
|
LEVEL[37] = 3700xp
|
|
LEVEL[38] = 3800xp
|
|
LEVEL[39] = 3900xp
|
|
LEVEL[40] = 4000xp
|
|
LEVEL[41] = 4100xp
|
|
LEVEL[42] = 4200xp
|
|
LEVEL[43] = 4300xp
|
|
LEVEL[44] = 4400xp
|
|
LEVEL[45] = 4500xp
|
|
LEVEL[46] = 4600xp
|
|
LEVEL[47] = 4700xp
|
|
LEVEL[48] = 4800xp
|
|
LEVEL[49] = 4900xp
|
|
LEVEL[50] = 5000xp
|
|
LEVEL[51] = 5100xp
|
|
LEVEL[52] = 5200xp
|
|
LEVEL[53] = 5300xp
|
|
LEVEL[54] = 5400xp
|
|
LEVEL[55] = 5500xp
|
|
LEVEL[56] = 5600xp
|
|
LEVEL[57] = 5700xp
|
|
LEVEL[58] = 5800xp
|
|
LEVEL[59] = 5900xp
|
|
LEVEL[60] = 6000xp
|
|
LEVEL[61] = 6100xp
|
|
LEVEL[62] = 6200xp
|
|
LEVEL[63] = 6300xp
|
|
LEVEL[64] = 6400xp
|
|
LEVEL[65] = 6500xp
|
|
LEVEL[66] = 6600xp
|
|
LEVEL[67] = 6700xp
|
|
LEVEL[68] = 6800xp
|
|
LEVEL[69] = 6900xp
|
|
LEVEL[70] = 7000xp
|
|
LEVEL[71] = 7100xp
|
|
LEVEL[72] = 7200xp
|
|
LEVEL[73] = 7300xp
|
|
LEVEL[74] = 7400xp
|
|
LEVEL[75] = 7500xp
|
|
LEVEL[76] = 7600xp
|
|
LEVEL[77] = 7700xp
|
|
LEVEL[78] = 7800xp
|
|
LEVEL[79] = 7900xp
|
|
LEVEL[80] = 8000xp
|
|
LEVEL[81] = 8100xp
|
|
LEVEL[82] = 8200xp
|
|
LEVEL[83] = 8300xp
|
|
LEVEL[84] = 8400xp
|
|
LEVEL[85] = 8500xp
|
|
LEVEL[86] = 8600xp
|
|
LEVEL[87] = 8700xp
|
|
LEVEL[88] = 8800xp
|
|
LEVEL[89] = 8900xp
|
|
LEVEL[90] = 9000xp
|
|
LEVEL[91] = 9100xp
|
|
LEVEL[92] = 9200xp
|
|
LEVEL[93] = 9300xp
|
|
LEVEL[94] = 9400xp
|
|
LEVEL[95] = 9500xp
|
|
LEVEL[96] = 9600xp
|
|
LEVEL[97] = 9700xp
|
|
LEVEL[98] = 9800xp
|
|
LEVEL[99] = 9900xp
|
|
LEVEL[100] = 10000xp
|
|
}
|
|
|