Page 1 of 1

Wdym crashed spaceship has quality bonuses 🥀

Posted: Wed Aug 19, 2026 1:05 am
by leosangue
Image

Re: Wdym crashed spaceship has quality bonuses 🥀

Posted: Wed Aug 19, 2026 1:09 am
by leosangue
Image

Re: Wdym crashed spaceship has quality bonuses 🥀

Posted: Wed Aug 19, 2026 7:56 am
by Alendo
Takes a special one to crash a legendary ship. Nice work leo...

Re: Wdym crashed spaceship has quality bonuses 🥀

Posted: Wed Aug 19, 2026 1:50 pm
by eugenekay
The Crashed spaceship is really just a Chest wearing a hat:

Code: Select all

    type = "container",
    name = "crash-site-spaceship",
    icon = "__base__/graphics/icons/crash-site-spaceship.png",
    flags = wreck_flags,
    hidden = true,
    map_color = {r = 0, g = 0.365, b = 0.58, a = 1},
    max_health = 600,
    alert_when_damaged = false,
    allow_copy_paste = false,
    default_status = "broken",
    open_sound = sounds.metal_large_open,
    close_sound = sounds.metal_large_close,
    resistances =
    {
      {type = "fire", percent = 100}
    },
    inventory_size = 5,
    inventory_type = "normal",
    minable =
    {
      mining_time = 2.3
    },
    collision_box = {{-8.7, -3.3}, {6.9, 4.5}},
    selection_box = {{-8.7, -3.3}, {6.9, 4.5}},
    dying_explosion = "nuke-explosion",
    integration_patch_render_layer = "decals",
    integration_patch =
    {
      filename = "__base__/graphics/entity/crash-site-spaceship/spaceship-ground.png",
      priority = "very-low",
      width = 1330,
      height = 786,
      shift = util.by_pixel(-50, 61),
      dice_x = 4,
      dice_y = 3,
      scale = 0.5
    },
Which means that: Yes, the inventory size bonus gained by Chests also works on the spaceship. Of course, Editor mode or a Mod is required to create the entity as there is no associated Recipe.