Rename firerate > attacks per second
This commit is contained in:
parent
ce6205cf2c
commit
fc4d2adfe6
6 changed files with 12 additions and 9 deletions
|
|
@ -25,7 +25,7 @@ MonoBehaviour:
|
|||
GroundedOnly: 0
|
||||
Damage: 10
|
||||
Range: 20
|
||||
FireRate: 5
|
||||
AttacksPerSecond: 5
|
||||
SplashRadius: 0
|
||||
ChainCount: 0
|
||||
ChainRange: 0
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ MonoBehaviour:
|
|||
GroundedOnly: 1
|
||||
Damage: 25
|
||||
Range: 16
|
||||
FireRate: 0.8
|
||||
AttacksPerSecond: 0.8
|
||||
SplashRadius: 3
|
||||
ChainCount: 0
|
||||
ChainRange: 0
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ MonoBehaviour:
|
|||
GroundedOnly: 0
|
||||
Damage: 5
|
||||
Range: 10
|
||||
FireRate: 2
|
||||
AttacksPerSecond: 2
|
||||
SplashRadius: 0
|
||||
ChainCount: 0
|
||||
ChainRange: 0
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ MonoBehaviour:
|
|||
GroundedOnly: 0
|
||||
Damage: 0
|
||||
Range: 0
|
||||
FireRate: 0
|
||||
AttacksPerSecond: 0
|
||||
SplashRadius: 0
|
||||
ChainCount: 0
|
||||
ChainRange: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue