Fix up missing Ranger item descriptions
This commit is contained in:
parent
0f012faf36
commit
7308a7e37b
@ -153,7 +153,7 @@ Ranger
|
||||
DamageMult = 1.0
|
||||
# Number of arrows in the shot spread.
|
||||
ArrowCount = 6
|
||||
# How far the shot spread in one angle is. For example, if the value here is set to 18.375, then Multi shot divides the arrows evenly from a span of -18.375 degrees to the left to 18.375 degrees to the right of the player.
|
||||
# How far the shot spread in one angle is. For example, if the value here is set to 18.375, then Multishot divides the arrows evenly from a span of -18.375 degrees to the left to 18.375 degrees to the right of the player.
|
||||
MultiShotSpread = 18.375
|
||||
# Speed of arrows that Rapid Fire shoots out.
|
||||
ArrowSpd = 300
|
||||
|
@ -93,6 +93,17 @@ Item Enchants
|
||||
|
||||
# Stat, Lowest, Highest Value
|
||||
# Stat Modifier[0] = ..., 0, 0
|
||||
|
||||
Ability Settings
|
||||
{
|
||||
# Add variables here to modify what the ability's original description might state.
|
||||
# Use "Pre-Description" and "Post-Description" keys to add to the front or back of a current description string.
|
||||
# Use "Description" key to completely overwrite the default description (be careful of conflicts with another modification!)
|
||||
# Use "Pre-Name" and "Post-Name" keys to add to the front or back of a current ability name.
|
||||
# Use "Name" to completely overwrite the default ability name (be careful of conflicts with another modification!)
|
||||
Pre-Name = Stealthy
|
||||
Post-Description = "Invulnerability time increased by {INVULNERABILITY INCREASE} seconds"
|
||||
}
|
||||
}
|
||||
Poisonous Arrow
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user