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.
13 lines
649 B
13 lines
649 B
# Provide any stat name followed by its increase amount to add it to the set. Valid stat names and value examples are below:
|
|
#
|
|
# Defense = 5 # Adds 5 defense
|
|
# Health = 3 # Adds 3 Health
|
|
# Attack = 7 # Adds 7 attack
|
|
# Move Spd = 10% # Grants 10% more movement speed.
|
|
# CDR = 14% # Grants 14% cooldown reduction.
|
|
# Crit Rate = 5% # Grants 5% crit rate.
|
|
# Crit Dmg = 25% # Grants 25% bonus crit damage.
|
|
# Health % = 30% # Grants 30% Max health
|
|
# HP6 Recovery % = 4% # Grants 4% HP recovery every 6 seconds.
|
|
# HP4 Recovery % = 2% # Grants 2% HP recovery every 4 seconds.
|
|
# Damage Reduction = 2% # Grants 2% direct damage reduction |