Compare commits

...

2 commits

Author SHA1 Message Date
Simon Brodtmann
aaea504cef More item weights 2025-09-17 23:21:28 +02:00
Simon Brodtmann
2336ad4d44 Buff Lignumis enemies 2025-09-17 23:21:16 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -435,7 +435,7 @@ make_wriggler("lignumis-small-", 0.2, 10, 0.1,
space_age_sounds.wriggler_pentapod.small
)
make_wriggler("lignumis-medium-", 0.4, 20, 0.2,
make_wriggler("lignumis-medium-", 0.5, 50, 1,
{
mask = fade(lerp_color(gleba_small_mask_tint, { 255, 200, 0, 255 }, 0.4), 0.2),
body = grey_overlay(lerp_color(gleba_small_body_tint, { 255, 0, 0, 255 }, 0.4), 0.2)

View file

@ -76,7 +76,8 @@ data:extend({
pick_sound = item_sounds.wood_inventory_pickup,
drop_sound = item_sounds.wood_inventory_move,
stack_size = 100,
weight = 10 * kg
weight = 5 * kg,
default_import_location = "lignumis"
},
{
type = "recipe",