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/Crawler/assets/config/items/items.txt

29 lines
581 B

ItemConfiguration
{
Item Database = "ItemDatabase.txt"
Item Scripts = "ItemScript.txt"
Item Categories = "ItemCategory.txt
}
ItemDrop
{
# Item drops horizontal random speed range
Item Drop Horizontal Speed = -30,30
# Item drops vertical random speed range
Item Drop Vertical Speed = -15,15
# Item drop suction range
Item Drop Suction Range = 48
# Item drop suction strength
Item Drop Suction Strength = 350
# Item drop initial rise speed
Item Drop Initial Rise Speed = 10
# Item drop gravity
Item Drop Gravity = -9.8
# Item drop scale
Item Drop Scale = 0.4
}