Wdym crashed spaceship has quality bonuses 🥀

Post all other topics which do not belong to any other category.
leosangue
Manual Inserter
Manual Inserter
Posts: 3
Joined: Sat Mar 14, 2026 11:55 pm
Contact:

Wdym crashed spaceship has quality bonuses 🥀

Post by leosangue »

Image
leosangue
Manual Inserter
Manual Inserter
Posts: 3
Joined: Sat Mar 14, 2026 11:55 pm
Contact:

Re: Wdym crashed spaceship has quality bonuses 🥀

Post by leosangue »

Image
Alendo
Burner Inserter
Burner Inserter
Posts: 9
Joined: Wed Dec 11, 2024 11:09 am
Contact:

Re: Wdym crashed spaceship has quality bonuses 🥀

Post by Alendo »

Takes a special one to crash a legendary ship. Nice work leo...
eugenekay
Smart Inserter
Smart Inserter
Posts: 1259
Joined: Tue May 15, 2018 2:14 am
Contact:

Re: Wdym crashed spaceship has quality bonuses 🥀

Post 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.
Post Reply

Return to “General discussion”