some exp balancing

This commit is contained in:
Victor Turgeon
2023-10-11 05:23:48 -04:00
parent fce86322c7
commit 5e85af9d00
6 changed files with 156 additions and 6 deletions

View File

@@ -10,12 +10,12 @@ region = Rect2(0, 0, 64, 64)
[node name="BatSpawnable" instance=ExtResource("1_verf7")]
maxHp = 10
attackSpeed = 20.0
attackSpeed = 50.0
speed = 4000.0
damage = 1
priority = 1
expReward = 50
cost = 50
expReward = 25
cost = 20
minSpawnRange = 10.0
monsterName = "Bat"
monsterIcon = SubResource("AtlasTexture_bnd0j")