balancing

This commit is contained in:
Victor Turgeon
2023-10-11 11:34:37 -04:00
parent 36844903ad
commit c442ccda6f
7 changed files with 29 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ attackSpeed = 50.0
speed = 4000.0
damage = 1
priority = 1
expReward = 15
expReward = 5
BludGen = 0.5
cost = 20
minSpawnRange = 10.0

View File

@@ -237,12 +237,12 @@ fill = 1
fill_from = Vector2(0.5, 0.5)
[node name="NecromancerSpawnable" instance=ExtResource("1_scjiu")]
maxHp = 25
maxHp = 50
speed = 2000.0
priority = 10
expReward = 150
BludGen = 7.0
cost = 200
expReward = 300
BludGen = 10.0
cost = 175
canAttack = false
monsterName = "Necromancer"
monsterIcon = SubResource("AtlasTexture_ac0gw")

View File

@@ -402,12 +402,12 @@ height = 56.0
polygon = PackedVector2Array(3, -25, 3, -25, -7, -18, -8, -7, -7, 11, 0, 16, 7, 15, 12, 7, 10, -5, 8, -16)
[node name="PitFiendSpawnable" instance=ExtResource("1_u8yit")]
maxHp = 300
attackSpeed = 20.0
maxHp = 200
attackSpeed = 15.0
speed = 3000.0
damage = 20
priority = 5
expReward = 1250
expReward = 2500
BludGen = 5.0
cost = 500
monsterName = "Pit Fiend"

View File

@@ -341,12 +341,12 @@ height = 46.0
polygon = PackedVector2Array(-11, -5, 10, -5, 12, 1, 4, 5, -13, 5, -18, 0)
[node name="WolfSpawnable" instance=ExtResource("1_t7ryl")]
maxHp = 14
maxHp = 21
attackSpeed = 70.0
speed = 10000.0
damage = 3
damage = 5
priority = 3
expReward = 75
expReward = 100
BludGen = 0.25
cost = 50
monsterName = "Wolf"