RECIPE { type = 'recipe', name = 'space-platform', category = 'crafting-with-fluid', enabled = false, ingredients = { {type = 'fluid', name = 'vacuum', amount = 100} }, results = { {'space-platform', 1} }, requester_paste_multiplier = 4 }:add_unlock('space-program-mk01') ITEM { type = 'item', name = 'space-platform', icon = '__pystellarexpeditiongraphics__/graphics/icons/space-platform.png', icon_size = 64, flags = {}, localised_name = {'tile-name.space-platform'}, subgroup = 'pystellarexpedition-tiles', stack_size = 1000, place_as_tile = {result = 'space-platform', condition = {}, condition_size = 1} } ENTITY { type = 'tile', name = 'space-platform', needs_correction = false, minable = {mining_time = 0.1, result = 'space-platform'}, mined_sound = {filename = '__base__/sound/deconstruct-bricks.ogg'}, collision_mask = {'ground-tile'}, walking_speed_modifier = 1.5, decorative_removal_probability = 1, layer = 61, variants = { main = { { count = 1, picture = '__pystellarexpeditiongraphics__/graphics/tile/space-platform/concrete-dummy.png', size = 1 }, { count = 1, picture = '__pystellarexpeditiongraphics__/graphics/tile/space-platform/concrete-dummy.png', probability = 1, size = 2 }, { count = 1, picture = '__pystellarexpeditiongraphics__/graphics/tile/space-platform/concrete-dummy.png', probability = 1, size = 4 }, { count = 1, picture = '__pystellarexpeditiongraphics__/graphics/tile/space-platform/concrete-dummy.png', probability = 1, size = 8 }, { count = 1, picture = '__pystellarexpeditiongraphics__/graphics/tile/space-platform/concrete-dummy.png', probability = 1, size = 16 }, { count = 1, picture = '__pystellarexpeditiongraphics__/graphics/tile/space-platform/concrete-dummy.png', probability = 1, size = 32 }, }, material_background = { picture = '__pystellarexpeditiongraphics__/graphics/tile/space-platform/space-platform.png', count = 1, hr_version = { picture = '__pystellarexpeditiongraphics__/graphics/tile/space-platform/hr-space-platform.png', scale = 0.5, count = 1 } }, inner_corner = { picture = '__pyindustry__/graphics/tiles/py-asphalt/concrete-inner-corner.png', count = 8 }, outer_corner = { picture = '__pyindustry__/graphics/tiles/py-asphalt/concrete-outer-corner.png', count = 8 }, side = { picture = '__pyindustry__/graphics/tiles/py-asphalt/concrete-side.png', count = 8 }, u_transition = { picture = '__pyindustry__/graphics/tiles/py-asphalt/concrete-u.png', count = 8 }, o_transition = { picture = '__pyindustry__/graphics/tiles/py-asphalt/concrete-o.png', count = 1 } }, walking_sound = { { filename = '__pyindustry__/sounds/iron1-01.ogg', volume = 0.6 }, { filename = '__pyindustry__/sounds/iron1-02.ogg', volume = 0.6 }, { filename = '__pyindustry__/sounds/iron1-04.ogg', volume = 0.6 }, { filename = '__pyindustry__/sounds/iron1-03.ogg', volume = 0.6 } }, map_color = defines.color.darkgrey, pollution_absorption_per_second = 0, vehicle_friction_modifier = _G.stone_path_vehicle_speed_modifier }