graphics and balance changes
This commit is contained in:
parent
20879f7d46
commit
8aa10ffd83
43 changed files with 237 additions and 228 deletions
|
@ -32,6 +32,7 @@ data:extend({
|
|||
width = 512*2,
|
||||
height = 512*2,
|
||||
scale = 0.4,
|
||||
shift = {0,0.5}
|
||||
},
|
||||
inventory_size = 80,
|
||||
flags = {"player-creation","placeable-neutral","not-rotatable"},
|
||||
|
@ -68,7 +69,8 @@ data:extend({
|
|||
scale = 0.4,
|
||||
line_length = 4,
|
||||
frame_count = 4,
|
||||
animation_speed = 0.5
|
||||
animation_speed = 0.5,
|
||||
shift = {0,0.5}
|
||||
},
|
||||
continuous_animation = true
|
||||
}
|
||||
|
|
|
@ -310,7 +310,7 @@ data:extend({
|
|||
{
|
||||
type = "projectile",
|
||||
ammo_category = "electric",
|
||||
damage_modifier = 100,
|
||||
damage_modifier = 1000,
|
||||
cooldown = 100,
|
||||
projectile_center = {0, 0},
|
||||
projectile_creation_distance = 0.6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue