├── .gitignore ├── mods └── mod-settings.dat ├── data └── server-adminlist.json ├── saves └── PreferredSpace.zip ├── dlc ├── space-age │ ├── prototypes │ │ ├── entity │ │ │ └── gleba-ai-settings.lua │ │ └── categories │ │ │ └── resource-category.lua │ └── graphics │ │ ├── entity │ │ ├── beam │ │ │ ├── tesla-head.lua │ │ │ ├── tesla-tail.lua │ │ │ ├── chain-beam-END.lua │ │ │ ├── chain-body-0.lua │ │ │ ├── chain-body-1.lua │ │ │ ├── chain-body-2.lua │ │ │ ├── chain-body-3.lua │ │ │ ├── chain-body-4.lua │ │ │ ├── chain-body-5.lua │ │ │ ├── chain-body-6.lua │ │ │ ├── tesla-body-1.lua │ │ │ ├── tesla-body-2.lua │ │ │ ├── tesla-body-3.lua │ │ │ ├── tesla-body-4.lua │ │ │ ├── tesla-body-5.lua │ │ │ ├── tesla-body-6.lua │ │ │ ├── chain-beam-START.lua │ │ │ ├── lightning-loop-1.lua │ │ │ ├── lightning-loop-2.lua │ │ │ ├── lightning-loop-3.lua │ │ │ ├── lightning-loop-4.lua │ │ │ ├── lightning-loop-5.lua │ │ │ ├── lightning-loop-6.lua │ │ │ ├── tesla-beam-END.lua │ │ │ └── tesla-beam-START.lua │ │ ├── biolab │ │ │ ├── biolab-anim.lua │ │ │ ├── biolab-lights.lua │ │ │ ├── biolab-remnants.lua │ │ │ └── biolab-shadow.lua │ │ ├── biochamber │ │ │ ├── biochamber.lua │ │ │ ├── biochamber-glow-2.lua │ │ │ ├── biochamber-shadow.lua │ │ │ ├── biochamber-animation.lua │ │ │ ├── biochamber-frozen.lua │ │ │ ├── biochamber-glow.lua │ │ │ ├── biochamber-pipes-east-2.lua │ │ │ ├── biochamber-remnants.lua │ │ │ ├── biochamber-status-lamp.lua │ │ │ ├── biochamber-animation-dome.lua │ │ │ ├── biochamber-pipes-east-1.lua │ │ │ ├── biochamber-pipes-east-shadow.lua │ │ │ ├── biochamber-pipes-north-1.lua │ │ │ ├── biochamber-pipes-north-2.lua │ │ │ ├── biochamber-pipes-south-1.lua │ │ │ ├── biochamber-pipes-south-2.lua │ │ │ ├── biochamber-pipes-west-1.lua │ │ │ ├── biochamber-pipes-west-2.lua │ │ │ ├── biochamber-pipes-east-1-frozen.lua │ │ │ ├── biochamber-pipes-east-2-frozen.lua │ │ │ ├── biochamber-pipes-north-1-frozen.lua │ │ │ ├── biochamber-pipes-north-2-frozen.lua │ │ │ ├── biochamber-pipes-north-shadow.lua │ │ │ ├── biochamber-pipes-south-1-frozen.lua │ │ │ ├── biochamber-pipes-south-2-frozen.lua │ │ │ ├── biochamber-pipes-south-shadow.lua │ │ │ ├── biochamber-pipes-west-1-frozen.lua │ │ │ └── biochamber-pipes-west-2-frozen.lua │ │ ├── foundry │ │ │ ├── foundry-frozen.lua │ │ │ ├── foundry-reflection.lua │ │ │ ├── foundry-status-lamp.lua │ │ │ ├── foundry-pipe-connections-east.lua │ │ │ ├── foundry-pipe-connections-north.lua │ │ │ ├── foundry-pipe-connections-south.lua │ │ │ ├── foundry-pipe-connections-west.lua │ │ │ ├── foundry-pipe-connections-east-frozen.lua │ │ │ ├── foundry-pipe-connections-north-frozen.lua │ │ │ ├── foundry-pipe-connections-south-frozen.lua │ │ │ └── foundry-pipe-connections-west-frozen.lua │ │ ├── lithium-brine │ │ │ ├── smoke-1.lua │ │ │ ├── smoke-2.lua │ │ │ └── lithium-brine.lua │ │ ├── mech-armor │ │ │ ├── mech-corpse.lua │ │ │ ├── mech-idle.lua │ │ │ ├── mech-corpse-mask.lua │ │ │ ├── mech-descend.lua │ │ │ ├── mech-idle-air.lua │ │ │ ├── mech-idle-mask.lua │ │ │ ├── mech-idle-shadow.lua │ │ │ ├── mech-uplift.lua │ │ │ ├── mech-corpse-shadow.lua │ │ │ ├── mech-descend-light.lua │ │ │ ├── mech-descend-mask.lua │ │ │ ├── mech-descend-shadow.lua │ │ │ ├── mech-idle-air-light.lua │ │ │ ├── mech-idle-air-mask.lua │ │ │ ├── mech-idle-air-shadow.lua │ │ │ ├── mech-mining-shadow.lua │ │ │ ├── mech-uplift-light.lua │ │ │ ├── mech-uplift-mask.lua │ │ │ └── mech-uplift-shadow.lua │ │ ├── stomper │ │ │ ├── legs │ │ │ │ ├── leg-foot.lua │ │ │ │ ├── leg-knee.lua │ │ │ │ ├── leg-shin.lua │ │ │ │ ├── leg-thigh.lua │ │ │ │ ├── leg-foot-mask.lua │ │ │ │ ├── leg-foot-shadow.lua │ │ │ │ ├── leg-knee-mask.lua │ │ │ │ ├── leg-shin-foot.lua │ │ │ │ ├── leg-shin-mask.lua │ │ │ │ ├── leg-shin-shadow.lua │ │ │ │ ├── leg-thigh-mask.lua │ │ │ │ ├── leg-knee-shadow.lua │ │ │ │ ├── leg-shin-foot-mask.lua │ │ │ │ ├── leg-shin-knee.lua │ │ │ │ ├── leg-thigh-body.lua │ │ │ │ ├── leg-thigh-knee.lua │ │ │ │ ├── leg-thigh-shadow.lua │ │ │ │ ├── leg-shin-foot-shadow.lua │ │ │ │ ├── leg-thigh-body-mask.lua │ │ │ │ └── leg-thigh-body-shadow.lua │ │ │ ├── smash-effect.lua │ │ │ ├── stomper-corpse-head.lua │ │ │ ├── stomper-corpse.lua │ │ │ ├── torso │ │ │ │ ├── head-main.lua │ │ │ │ ├── head-mask.lua │ │ │ │ ├── head-shadow.lua │ │ │ │ └── Stomper_head_new_shadow.lua │ │ │ ├── stomper-corpse-1.lua │ │ │ ├── stomper-corpse-2.lua │ │ │ ├── stomper-corpse-3.lua │ │ │ ├── stomper-corpse-head-mask.lua │ │ │ ├── stomper-corpse-1-mask.lua │ │ │ ├── stomper-corpse-2-mask.lua │ │ │ └── stomper-corpse-3-mask.lua │ │ ├── strafer │ │ │ ├── legs │ │ │ │ ├── leg-knee.lua │ │ │ │ ├── leg-shin.lua │ │ │ │ ├── leg-thigh.lua │ │ │ │ ├── leg-knee-mask.lua │ │ │ │ ├── leg-shin-mask.lua │ │ │ │ ├── leg-shin-shadow.lua │ │ │ │ ├── leg-thigh-mask.lua │ │ │ │ └── leg-thigh-shadow.lua │ │ │ ├── strafer-corpse.lua │ │ │ ├── torso │ │ │ │ ├── head-main.lua │ │ │ │ ├── head-main-mask.lua │ │ │ │ └── torso-main.lua │ │ │ └── strafer-corpse-mask.lua │ │ ├── thruster │ │ │ └── thruster-bckg.lua │ │ ├── cargo-pod │ │ │ ├── pod-static-attached.lua │ │ │ ├── rocket-backblast-back.lua │ │ │ ├── rocket-opening-back.lua │ │ │ ├── rocket-opening-base.lua │ │ │ ├── rocket-opening-front.lua │ │ │ └── rocket-backblast-front.lua │ │ ├── crusher │ │ │ ├── crusher-horizontal.lua │ │ │ ├── crusher-vertical.lua │ │ │ ├── crusher-horizontal-light.lua │ │ │ ├── crusher-horizontal-shadow.lua │ │ │ ├── crusher-vertical-light.lua │ │ │ ├── crusher-vertical-shadow.lua │ │ │ ├── crusher-horizontal-integration.lua │ │ │ └── crusher-vertical-integration.lua │ │ ├── fluorine-vent │ │ │ └── fluorine-vent.lua │ │ ├── lightning │ │ │ ├── lightning-cloud.lua │ │ │ ├── lightning-explosion-2.lua │ │ │ ├── lightning-explosion.lua │ │ │ ├── lightning-streamer-1.lua │ │ │ ├── lightning-streamer-2.lua │ │ │ ├── lightning-streamer-3.lua │ │ │ ├── lightning-streamer-4.lua │ │ │ ├── lightning-streamer-5.lua │ │ │ ├── lightning-streamer-6.lua │ │ │ ├── lightning-streamer-7.lua │ │ │ ├── lightning-streamer-8.lua │ │ │ └── lightning-attractor-hit-anim.lua │ │ ├── wriggler │ │ │ ├── wriggler-projectile.lua │ │ │ └── wriggler-projectile-tint.lua │ │ ├── captive-spawner │ │ │ ├── captive-anim.lua │ │ │ ├── captive-fluids.lua │ │ │ ├── captive-shadow.lua │ │ │ ├── captive-explosion-1.lua │ │ │ └── captive-explosion-2.lua │ │ ├── cargo-hubs │ │ │ ├── hubs │ │ │ │ ├── platform-hub-0-D.lua │ │ │ │ ├── platform-hub-1-C.lua │ │ │ │ ├── platform-hub-2.lua │ │ │ │ ├── platform-hub-3.lua │ │ │ │ ├── platform-hub-0-A.lua │ │ │ │ ├── platform-hub-0-B.lua │ │ │ │ ├── platform-hub-0-C.lua │ │ │ │ ├── platform-hub-1-A.lua │ │ │ │ ├── platform-hub-1-B.lua │ │ │ │ ├── platform-hub-shadow.lua │ │ │ │ ├── platform-hub-emission-A.lua │ │ │ │ ├── platform-hub-emission-B.lua │ │ │ │ └── platform-hub-emission-C.lua │ │ │ ├── bays │ │ │ │ ├── planet-bay-remnants.lua │ │ │ │ ├── planet-cargo-bay-3.lua │ │ │ │ ├── platform-cargo-bay-3.lua │ │ │ │ ├── shared-cargo-bay-0.lua │ │ │ │ ├── shared-cargo-bay-emission.lua │ │ │ │ └── shared-cargo-bay-shadow.lua │ │ │ ├── hatches │ │ │ │ ├── shared-bay-hatch.lua │ │ │ │ ├── shared-bay-hatch-emission.lua │ │ │ │ ├── planet-cargo-bay-occluder.lua │ │ │ │ ├── platform-cargo-bay-occluder.lua │ │ │ │ ├── platform-lower-hatch-back.lua │ │ │ │ ├── platform-lower-hatch-emission.lua │ │ │ │ ├── platform-lower-hatch-front.lua │ │ │ │ ├── platform-upper-hatch-back.lua │ │ │ │ ├── platform-upper-hatch-front.lua │ │ │ │ └── shared-bay-hatch-shadow.lua │ │ │ └── connections │ │ │ │ ├── platform-connections-0.lua │ │ │ │ ├── platform-connections-1.lua │ │ │ │ ├── platform-connections-2.lua │ │ │ │ └── platform-connections-3.lua │ │ ├── gleba-spawner │ │ │ ├── spawner-patch-1.lua │ │ │ ├── spawner-patch-3.lua │ │ │ ├── spawner-patch-4.lua │ │ │ ├── spawner-shadow-1.lua │ │ │ ├── spawner-shadow-3.lua │ │ │ ├── spawner-shadow-4.lua │ │ │ ├── spawner-upper-1.lua │ │ │ ├── spawner-upper-3.lua │ │ │ ├── spawner-upper-4.lua │ │ │ ├── spawner-effect-map-1.lua │ │ │ ├── spawner-effect-map-3.lua │ │ │ ├── spawner-effect-map-4.lua │ │ │ └── small │ │ │ │ ├── spawner-patch-small-1.lua │ │ │ │ ├── spawner-patch-small-2.lua │ │ │ │ ├── spawner-shadow-small-1.lua │ │ │ │ ├── spawner-shadow-small-2.lua │ │ │ │ ├── spawner-upper-small-1.lua │ │ │ │ ├── spawner-upper-small-2.lua │ │ │ │ ├── spawner-effect-map-small-1.lua │ │ │ │ └── spawner-effect-map-small-2.lua │ │ ├── heating-tower │ │ │ ├── heating-tower-pipes.lua │ │ │ ├── heating-tower-glow.lua │ │ │ ├── heating-tower-main.lua │ │ │ ├── heating-tower-pipes-heat.lua │ │ │ ├── heating-tower-remnants.lua │ │ │ ├── heating-tower-shadow.lua │ │ │ ├── heating-tower-pipes-disconnected.lua │ │ │ ├── heating-tower-working-fire.lua │ │ │ └── heating-tower-working-light.lua │ │ ├── lightning-rod │ │ │ ├── lightning-rod.lua │ │ │ ├── lightning-rod-charge.lua │ │ │ ├── lightning-rod-discharge.lua │ │ │ ├── lightning-rod-remnants.lua │ │ │ └── lightning-rod-shadow.lua │ │ ├── rocket-turret │ │ │ ├── rocket-turret-base.lua │ │ │ ├── rocket-turret-base-mask.lua │ │ │ ├── rocket-turret-rising.lua │ │ │ ├── rocket-turret-base-shadow.lua │ │ │ ├── rocket-turret-rising-glow.lua │ │ │ ├── rocket-turret-rising-mask.lua │ │ │ └── rocket-turret-rising-shadow.lua │ │ ├── space-platform-build-anim │ │ │ ├── back-L.lua │ │ │ ├── back-R.lua │ │ │ ├── front-R.lua │ │ │ ├── back-L-shadow.lua │ │ │ ├── back-L-top.lua │ │ │ ├── back-R-shadow.lua │ │ │ ├── back-R-top.lua │ │ │ ├── front-L-top.lua │ │ │ ├── front-L.lua │ │ │ ├── front-R-top.lua │ │ │ ├── front-L-shadow.lua │ │ │ └── front-R-shadow.lua │ │ ├── tesla-turret │ │ │ ├── tesla-turret-LED.lua │ │ │ ├── tesla-turret-base.lua │ │ │ ├── tesla-turret-base-emit.lua │ │ │ ├── tesla-turret-base-mask.lua │ │ │ ├── tesla-turret-sfx-active.lua │ │ │ ├── tesla-turret-sfx-idle-1.lua │ │ │ ├── tesla-turret-sfx-idle-2.lua │ │ │ ├── tesla-turret-sfx-passive.lua │ │ │ ├── remnant │ │ │ │ └── tesla-turret-remnants.lua │ │ │ ├── tesla-turret-base-shadow.lua │ │ │ ├── tesla-turret-head-attacking.lua │ │ │ ├── tesla-turret-head-rising-mask.lua │ │ │ └── tesla-turret-head-rising.lua │ │ ├── turbo-splitter │ │ │ ├── turbo-splitter-east.lua │ │ │ ├── turbo-splitter-north.lua │ │ │ ├── turbo-splitter-south.lua │ │ │ ├── turbo-splitter-west.lua │ │ │ └── turbo-splitter-west-top_patch.lua │ │ ├── capture-robot-rocket │ │ │ ├── capture-robot.lua │ │ │ ├── capture-robot-mask.lua │ │ │ └── capture-robot-shadow.lua │ │ ├── cryogenic-plant │ │ │ ├── cryogenic-plant-frozen.lua │ │ │ ├── cryogenic-plant-glass.lua │ │ │ ├── cryogenic-plant-main.lua │ │ │ ├── cryogenic-plant-shadow.lua │ │ │ ├── cryogenic-plant-anim1-base.lua │ │ │ ├── cryogenic-plant-anim2-mask1.lua │ │ │ ├── cryogenic-plant-anim2-mask2.lua │ │ │ ├── cryogenic-plant-anim4-base.lua │ │ │ ├── cryogenic-plant-anim4-mask1.lua │ │ │ ├── cryogenic-plant-anim4-mask2.lua │ │ │ ├── cryogenic-plant-anim6-base.lua │ │ │ ├── cryogenic-plant-anim6-mask1.lua │ │ │ ├── cryogenic-plant-shadow-h.lua │ │ │ ├── cryogenic-plant-shadow-v.lua │ │ │ ├── cryogenic-plant-status-lamp.lua │ │ │ ├── cryogenic-plant-anim1-mask1.lua │ │ │ ├── cryogenic-plant-anim1-mask2.lua │ │ │ ├── cryogenic-plant-anim1-working.lua │ │ │ ├── cryogenic-plant-anim2-base.lua │ │ │ ├── cryogenic-plant-anim3-mask1.lua │ │ │ ├── cryogenic-plant-anim3-mask2.lua │ │ │ ├── cryogenic-plant-anim3-working.lua │ │ │ ├── cryogenic-plant-anim5-base.lua │ │ │ ├── cryogenic-plant-smoke-mask-1.lua │ │ │ ├── cryogenic-plant-smoke-mask-2.lua │ │ │ └── cryogenic-plant-working-lights.lua │ │ ├── fusion-reactor │ │ │ ├── fusion-reactor-glow.lua │ │ │ ├── fusion-reactor-main.lua │ │ │ ├── fusion-reactor-remnants.lua │ │ │ ├── fusion-reactor-shadow.lua │ │ │ ├── fusion-reactor-connection-3.lua │ │ │ ├── fusion-reactor-connection-4.lua │ │ │ ├── fusion-reactor-connection-5.lua │ │ │ ├── fusion-reactor-connection-1.lua │ │ │ ├── fusion-reactor-connection-2-glow.lua │ │ │ ├── fusion-reactor-connection-2.lua │ │ │ ├── fusion-reactor-connection-3-glow.lua │ │ │ ├── fusion-reactor-connection-4-glow.lua │ │ │ ├── fusion-reactor-connection-5-glow.lua │ │ │ ├── fusion-reactor-connection-6.lua │ │ │ ├── fusion-reactor-connection-7-glow.lua │ │ │ ├── fusion-reactor-connection-7.lua │ │ │ └── fusion-reactor-connection-8.lua │ │ ├── plant │ │ │ └── ashland-trees │ │ │ │ ├── ashland-tree_00.lua │ │ │ │ ├── ashland-tree_01.lua │ │ │ │ ├── ashland-tree_02.lua │ │ │ │ ├── ashland-tree_03.lua │ │ │ │ ├── ashland-tree_04.lua │ │ │ │ ├── ashland-tree_05.lua │ │ │ │ ├── ashland-tree_06.lua │ │ │ │ ├── ashland-tree_07.lua │ │ │ │ ├── ashland-tree_08.lua │ │ │ │ ├── ashland-tree_09.lua │ │ │ │ ├── ashland-tree_10.lua │ │ │ │ ├── ashland-tree_11.lua │ │ │ │ ├── ashland-tree-shadow_02.lua │ │ │ │ ├── ashland-tree-shadow_03.lua │ │ │ │ ├── ashland-tree-shadow_04.lua │ │ │ │ ├── ashland-tree-shadow_05.lua │ │ │ │ ├── ashland-tree-shadow_06.lua │ │ │ │ ├── ashland-tree-shadow_07.lua │ │ │ │ ├── ashland-tree-shadow_08.lua │ │ │ │ ├── ashland-tree-shadow_09.lua │ │ │ │ ├── ashland-tree-shadow_11.lua │ │ │ │ ├── ashland-tree-stump_00.lua │ │ │ │ ├── ashland-tree-stump_01.lua │ │ │ │ ├── ashland-tree-stump_02.lua │ │ │ │ ├── ashland-tree-stump_03.lua │ │ │ │ ├── ashland-tree-stump_04.lua │ │ │ │ ├── ashland-tree-stump_05.lua │ │ │ │ ├── ashland-tree-stump_06.lua │ │ │ │ ├── ashland-tree-stump_07.lua │ │ │ │ ├── ashland-tree-stump_08.lua │ │ │ │ ├── ashland-tree-stump_09.lua │ │ │ │ ├── ashland-tree-stump_10.lua │ │ │ │ ├── ashland-tree-stump_11.lua │ │ │ │ ├── ashland-tree-shadow_00.lua │ │ │ │ ├── ashland-tree-shadow_01.lua │ │ │ │ └── ashland-tree-shadow_10.lua │ │ ├── railgun-turret │ │ │ ├── railgun-turret-ammo-E.lua │ │ │ ├── railgun-turret-ammo-N.lua │ │ │ ├── railgun-turret-ammo-NE.lua │ │ │ ├── railgun-turret-ammo-NW.lua │ │ │ ├── railgun-turret-ammo-S.lua │ │ │ ├── railgun-turret-ammo-SE.lua │ │ │ ├── railgun-turret-ammo-SW.lua │ │ │ ├── railgun-turret-ammo-W.lua │ │ │ ├── railgun-turret-base.lua │ │ │ ├── railgun-turret-rising-S.lua │ │ │ ├── railgun-turret-base-mask.lua │ │ │ ├── railgun-turret-base-shadow.lua │ │ │ ├── railgun-turret-rising-E.lua │ │ │ ├── railgun-turret-rising-N.lua │ │ │ ├── railgun-turret-rising-NE.lua │ │ │ ├── railgun-turret-rising-NW.lua │ │ │ ├── railgun-turret-rising-S-mask.lua │ │ │ ├── railgun-turret-rising-SE.lua │ │ │ ├── railgun-turret-rising-SW.lua │ │ │ ├── railgun-turret-rising-W.lua │ │ │ ├── railgun-turret-shooting-E.lua │ │ │ ├── railgun-turret-shooting-N.lua │ │ │ ├── railgun-turret-shooting-NE.lua │ │ │ ├── railgun-turret-shooting-S-EMIT.lua │ │ │ ├── railgun-turret-shooting-S.lua │ │ │ ├── railgun-turret-shooting-SE.lua │ │ │ ├── railgun-turret-shooting-SW.lua │ │ │ ├── railgun-turret-shooting-W.lua │ │ │ ├── railgun-turret-rising-E-mask.lua │ │ │ ├── railgun-turret-rising-E-shadow.lua │ │ │ ├── railgun-turret-rising-N-mask.lua │ │ │ ├── railgun-turret-rising-N-shadow.lua │ │ │ ├── railgun-turret-rising-NE-mask.lua │ │ │ ├── railgun-turret-rising-NE-shadow.lua │ │ │ ├── railgun-turret-rising-NW-mask.lua │ │ │ ├── railgun-turret-rising-NW-shadow.lua │ │ │ ├── railgun-turret-rising-S-shadow.lua │ │ │ ├── railgun-turret-rising-SE-mask.lua │ │ │ ├── railgun-turret-rising-SE-shadow.lua │ │ │ ├── railgun-turret-rising-SW-mask.lua │ │ │ ├── railgun-turret-rising-SW-shadow.lua │ │ │ ├── railgun-turret-rising-W-mask.lua │ │ │ ├── railgun-turret-rising-W-shadow.lua │ │ │ ├── railgun-turret-shooting-E-EMIT.lua │ │ │ ├── railgun-turret-shooting-E-LED.lua │ │ │ ├── railgun-turret-shooting-E-mask.lua │ │ │ ├── railgun-turret-shooting-E-shadow.lua │ │ │ ├── railgun-turret-shooting-N-EMIT.lua │ │ │ ├── railgun-turret-shooting-N-LED.lua │ │ │ ├── railgun-turret-shooting-N-mask.lua │ │ │ ├── railgun-turret-shooting-NE-EMIT.lua │ │ │ ├── railgun-turret-shooting-NE-LED.lua │ │ │ ├── railgun-turret-shooting-NE-mask.lua │ │ │ ├── railgun-turret-shooting-NW-LED.lua │ │ │ ├── railgun-turret-shooting-NW.lua │ │ │ ├── railgun-turret-shooting-S-LED.lua │ │ │ ├── railgun-turret-shooting-S-mask.lua │ │ │ ├── railgun-turret-shooting-S-shadow.lua │ │ │ ├── railgun-turret-shooting-SE-EMIT.lua │ │ │ ├── railgun-turret-shooting-SE-LED.lua │ │ │ ├── railgun-turret-shooting-SE-mask.lua │ │ │ ├── railgun-turret-shooting-SE-shadow.lua │ │ │ ├── railgun-turret-shooting-SW-LED.lua │ │ │ ├── railgun-turret-shooting-SW-shadow.lua │ │ │ ├── railgun-turret-shooting-W-EMIT.lua │ │ │ ├── railgun-turret-shooting-W-LED.lua │ │ │ ├── railgun-turret-shooting-W-mask.lua │ │ │ ├── railgun-turret-shooting-W-shadow.lua │ │ │ └── remnants │ │ │ │ └── railgun-turret-remnants.lua │ │ ├── agricultural-tower │ │ │ ├── agricultural-tower-base.lua │ │ │ ├── agricultural-tower-crane-8.lua │ │ │ ├── agricultural-tower-crane-9.lua │ │ │ ├── agricultural-tower-crane-10.lua │ │ │ ├── agricultural-tower-crane-3.lua │ │ │ ├── agricultural-tower-crane-4.lua │ │ │ └── agricultural-tower-crane-6.lua │ │ ├── asteroid-collector │ │ │ ├── asteroid-collector-head.lua │ │ │ ├── asteroid-collector-link.lua │ │ │ ├── asteroid-collector-bottom.lua │ │ │ ├── asteroid-collector-head-top.lua │ │ │ ├── asteroid-collector-middle.lua │ │ │ ├── asteroid-collector-shadow.lua │ │ │ ├── asteroid-collector-top-east.lua │ │ │ ├── asteroid-collector-top-north.lua │ │ │ ├── asteroid-collector-top-south.lua │ │ │ └── asteroid-collector-top-west.lua │ │ ├── big-mining-drill │ │ │ ├── big-mining-drill-drill.lua │ │ │ ├── East │ │ │ │ ├── big-mining-drill-E-lamp.lua │ │ │ │ ├── big-mining-drill-E-output.lua │ │ │ │ ├── big-mining-drill-E-still.lua │ │ │ │ ├── big-mining-drill-E-top.lua │ │ │ │ └── big-mining-drill-E-wheels.lua │ │ │ ├── North │ │ │ │ ├── big-mining-drill-N-lamp.lua │ │ │ │ ├── big-mining-drill-N-still.lua │ │ │ │ └── big-mining-drill-N-top.lua │ │ │ ├── South │ │ │ │ ├── big-mining-drill-S-lamp.lua │ │ │ │ ├── big-mining-drill-S-output.lua │ │ │ │ ├── big-mining-drill-S-still.lua │ │ │ │ ├── big-mining-drill-S-top.lua │ │ │ │ └── big-mining-drill-S-wheels.lua │ │ │ ├── West │ │ │ │ ├── big-mining-drill-W-lamp.lua │ │ │ │ ├── big-mining-drill-W-output.lua │ │ │ │ ├── big-mining-drill-W-still.lua │ │ │ │ └── big-mining-drill-W-top.lua │ │ │ ├── big-mining-drill-drill-dust.lua │ │ │ └── big-mining-drill-drill-shadow.lua │ │ ├── demolisher │ │ │ └── fissure │ │ │ │ ├── demolisher-crack-effect.lua │ │ │ │ └── demolisher-fissure-hot-fade.lua │ │ ├── fusion-generator │ │ │ ├── east │ │ │ │ ├── fusion-generator-east.lua │ │ │ │ ├── fusion-generator-east-glow.lua │ │ │ │ └── fusion-generator-east-uv.lua │ │ │ ├── fusion-generator-remnants.lua │ │ │ ├── north │ │ │ │ ├── fusion-generator-north-uv.lua │ │ │ │ └── fusion-generator-north.lua │ │ │ ├── south │ │ │ │ ├── fusion-generator-south-uv.lua │ │ │ │ └── fusion-generator-south.lua │ │ │ └── west │ │ │ │ ├── fusion-generator-west-glow.lua │ │ │ │ ├── fusion-generator-west-uv.lua │ │ │ │ └── fusion-generator-west.lua │ │ ├── lightning-collector │ │ │ ├── lightning-collector.lua │ │ │ ├── lightning-collector-charge.lua │ │ │ ├── lightning-collector-remnants.lua │ │ │ └── lightning-collector-shadow.lua │ │ ├── sulfuric-acid-geyser │ │ │ └── sulfuric-acid-geyser.lua │ │ └── electromagnetic-plant │ │ │ └── electromagnetic-plant-base.lua │ │ ├── decorative │ │ ├── bramble │ │ │ └── bramble.lua │ │ ├── coral │ │ │ └── coral.lua │ │ ├── veins │ │ │ └── veins.lua │ │ ├── green-cup │ │ │ └── green-cup.lua │ │ ├── blood-grape │ │ │ └── blood-grape.lua │ │ ├── coral-water │ │ │ └── coral-water.lua │ │ ├── fulgurite │ │ │ ├── fulgurite.lua │ │ │ └── fulgurite-small.lua │ │ ├── urchin-cactus │ │ │ └── urchin-cactus.lua │ │ ├── veins-small │ │ │ └── veins-small.lua │ │ ├── black-sceptre │ │ │ └── black-sceptre.lua │ │ ├── fulgoran-ruin │ │ │ ├── fulgoran-ruin-tiny.lua │ │ │ ├── fulgoran-ruin-big.lua │ │ │ ├── fulgoran-ruin-huge.lua │ │ │ ├── fulgoran-ruin-small.lua │ │ │ ├── fulgoran-ruin-vault.lua │ │ │ ├── fulgoran-ruin-attractor.lua │ │ │ ├── fulgoran-ruin-colossal.lua │ │ │ ├── fulgoran-ruin-huge-tall.lua │ │ │ ├── fulgoran-ruin-medium-tall.lua │ │ │ ├── fulgoran-ruin-medium.lua │ │ │ ├── fulgoran-ruin-small-tall.lua │ │ │ └── fulgoran-ruin-stonehenge.lua │ │ ├── split-gill │ │ │ ├── split-gill-1x1-01.lua │ │ │ ├── split-gill-1x1-02.lua │ │ │ ├── split-gill-1x1-03.lua │ │ │ ├── split-gill-1x1-04.lua │ │ │ ├── split-gill-1x1-05.lua │ │ │ ├── split-gill-1x1-06.lua │ │ │ ├── split-gill-1x1-07.lua │ │ │ ├── split-gill-1x1-08.lua │ │ │ ├── split-gill-1x1-09.lua │ │ │ ├── split-gill-1x1-10.lua │ │ │ ├── split-gill-1x1-11.lua │ │ │ ├── split-gill-1x1-12.lua │ │ │ ├── split-gill-2x2-01.lua │ │ │ ├── split-gill-2x2-02.lua │ │ │ ├── split-gill-2x2-03.lua │ │ │ ├── split-gill-2x2-04.lua │ │ │ ├── split-gill-2x2-05.lua │ │ │ ├── split-gill-2x2-06.lua │ │ │ ├── split-gill-2x2-07.lua │ │ │ ├── split-gill-2x2-08.lua │ │ │ ├── split-gill-2x2-09.lua │ │ │ ├── split-gill-2x2-10.lua │ │ │ ├── split-gill-2x2-11.lua │ │ │ └── split-gill-2x2-12.lua │ │ ├── aquilo-iceberg │ │ │ ├── floating-iceberg-1.lua │ │ │ ├── floating-iceberg-2.lua │ │ │ ├── floating-iceberg-3.lua │ │ │ ├── floating-iceberg-4.lua │ │ │ ├── floating-iceberg-5.lua │ │ │ ├── floating-iceberg-6.lua │ │ │ ├── floating-iceberg-7.lua │ │ │ ├── floating-iceberg-small-3.lua │ │ │ ├── floating-iceberg-small-4.lua │ │ │ ├── floating-iceberg-small-5.lua │ │ │ └── floating-iceberg-small-2.lua │ │ ├── fulgoran-gravewort │ │ │ └── fulgoran-gravewort.lua │ │ ├── gleba-cliff-roots │ │ │ └── gleba-cliff-roots.lua │ │ ├── pink-phalanges │ │ │ └── pink-phalanges.lua │ │ ├── polycephalum │ │ │ ├── polycephalum-balloon.lua │ │ │ └── polycephalum-slime.lua │ │ ├── split-gill-red │ │ │ ├── split-gill-red-1x1-01.lua │ │ │ ├── split-gill-red-1x1-02.lua │ │ │ ├── split-gill-red-1x1-03.lua │ │ │ ├── split-gill-red-1x1-05.lua │ │ │ ├── split-gill-red-1x1-06.lua │ │ │ ├── split-gill-red-1x1-07.lua │ │ │ ├── split-gill-red-1x1-08.lua │ │ │ ├── split-gill-red-1x1-09.lua │ │ │ ├── split-gill-red-1x1-10.lua │ │ │ ├── split-gill-red-1x1-11.lua │ │ │ ├── split-gill-red-2x2-03.lua │ │ │ ├── split-gill-red-2x2-09.lua │ │ │ ├── split-gill-red-1x1-04.lua │ │ │ ├── split-gill-red-1x1-12.lua │ │ │ ├── split-gill-red-2x2-01.lua │ │ │ ├── split-gill-red-2x2-02.lua │ │ │ ├── split-gill-red-2x2-04.lua │ │ │ ├── split-gill-red-2x2-05.lua │ │ │ ├── split-gill-red-2x2-06.lua │ │ │ ├── split-gill-red-2x2-07.lua │ │ │ ├── split-gill-red-2x2-08.lua │ │ │ ├── split-gill-red-2x2-10.lua │ │ │ ├── split-gill-red-2x2-11.lua │ │ │ └── split-gill-red-2x2-12.lua │ │ ├── honeycomb-fungus │ │ │ ├── honeycomb-fungus-01.lua │ │ │ ├── honeycomb-fungus-02.lua │ │ │ ├── honeycomb-fungus-03.lua │ │ │ ├── honeycomb-fungus-04.lua │ │ │ ├── honeycomb-fungus-05.lua │ │ │ ├── honeycomb-fungus-06.lua │ │ │ ├── honeycomb-fungus-07.lua │ │ │ ├── honeycomb-fungus-08.lua │ │ │ ├── honeycomb-fungus-09.lua │ │ │ ├── honeycomb-fungus-10.lua │ │ │ ├── honeycomb-fungus-11.lua │ │ │ └── honeycomb-fungus-12.lua │ │ ├── split-gill-dying │ │ │ ├── split-gill-dying-1x1-01.lua │ │ │ ├── split-gill-dying-1x1-02.lua │ │ │ ├── split-gill-dying-1x1-03.lua │ │ │ ├── split-gill-dying-1x1-04.lua │ │ │ ├── split-gill-dying-1x1-05.lua │ │ │ ├── split-gill-dying-1x1-06.lua │ │ │ ├── split-gill-dying-1x1-07.lua │ │ │ ├── split-gill-dying-1x1-08.lua │ │ │ ├── split-gill-dying-1x1-09.lua │ │ │ ├── split-gill-dying-1x1-10.lua │ │ │ ├── split-gill-dying-1x1-11.lua │ │ │ ├── split-gill-dying-2x2-01.lua │ │ │ ├── split-gill-dying-2x2-03.lua │ │ │ ├── split-gill-dying-2x2-05.lua │ │ │ ├── split-gill-dying-2x2-09.lua │ │ │ ├── split-gill-dying-2x2-10.lua │ │ │ ├── split-gill-dying-2x2-11.lua │ │ │ ├── split-gill-dying-1x1-12.lua │ │ │ ├── split-gill-dying-2x2-02.lua │ │ │ ├── split-gill-dying-2x2-04.lua │ │ │ ├── split-gill-dying-2x2-06.lua │ │ │ ├── split-gill-dying-2x2-07.lua │ │ │ ├── split-gill-dying-2x2-08.lua │ │ │ └── split-gill-dying-2x2-12.lua │ │ ├── blood-grape-vibrant │ │ │ └── blood-grape-vibrant.lua │ │ ├── gleba-cliff-roots-orange │ │ │ └── gleba-cliff-roots-orange.lua │ │ ├── honeycomb-fungus-1x1 │ │ │ ├── honeycomb-fungus-1x1-03.lua │ │ │ ├── honeycomb-fungus-1x1-04.lua │ │ │ ├── honeycomb-fungus-1x1-05.lua │ │ │ ├── honeycomb-fungus-1x1-06.lua │ │ │ ├── honeycomb-fungus-1x1-07.lua │ │ │ ├── honeycomb-fungus-1x1-08.lua │ │ │ ├── honeycomb-fungus-1x1-09.lua │ │ │ ├── honeycomb-fungus-1x1-10.lua │ │ │ ├── honeycomb-fungus-1x1-11.lua │ │ │ └── honeycomb-fungus-1x1-12.lua │ │ └── pale-lettuce-lichen │ │ │ └── pale-lettuce-lichen-1x1-07.lua │ │ ├── sticker │ │ ├── yumako-regen │ │ │ ├── regen.lua │ │ │ ├── regen-front.lua │ │ │ └── regen-ground.lua │ │ └── jellynut-speed │ │ │ ├── whirl_back.lua │ │ │ └── whirl_front.lua │ │ └── terrain │ │ └── space-platform │ │ └── tile-animations │ │ ├── east.lua │ │ ├── north.lua │ │ ├── south.lua │ │ ├── west.lua │ │ ├── east-top.lua │ │ ├── north-top.lua │ │ ├── south-top.lua │ │ └── west-top.lua ├── quality │ ├── prototypes │ │ └── module-category.lua │ └── graphics │ │ └── entity │ │ └── recycler │ │ ├── recycler-E-frozen.lua │ │ ├── recycler-N-frozen.lua │ │ ├── recycler-W-frozen.lua │ │ ├── recycler-flipped-S-frozen.lua │ │ ├── recycler-flipped-E-frozen.lua │ │ ├── recycler-flipped-N-frozen.lua │ │ ├── recycler-flipped-W-frozen.lua │ │ ├── recycler-E.lua │ │ ├── recycler-N.lua │ │ ├── recycler-S.lua │ │ ├── recycler-W.lua │ │ ├── recycler-E-lights.lua │ │ ├── recycler-E-shadow.lua │ │ ├── recycler-N-lights.lua │ │ ├── recycler-N-shadow.lua │ │ ├── recycler-S-frozen.lua │ │ ├── recycler-S-lights.lua │ │ ├── recycler-S-shadow.lua │ │ ├── recycler-W-lights.lua │ │ ├── recycler-W-shadow.lua │ │ ├── recycler-flipped-E.lua │ │ ├── recycler-flipped-N.lua │ │ ├── recycler-flipped-S.lua │ │ ├── recycler-flipped-W.lua │ │ ├── recycler-flipped-E-lights.lua │ │ ├── recycler-flipped-E-shadow.lua │ │ ├── recycler-flipped-N-shadow.lua │ │ ├── recycler-flipped-S-lights.lua │ │ ├── recycler-flipped-S-shadow.lua │ │ ├── recycler-flipped-W-lights.lua │ │ ├── recycler-flipped-W-shadow.lua │ │ └── recycler-flipped-N-lights.lua └── elevated-rails │ └── graphics │ └── entity │ ├── elevated-rail │ ├── elevated-rail-ending.lua │ └── elevated-rail-ending-shadow.lua │ ├── elevated-rail-pylon │ └── elevated-rail-pylon.lua │ ├── elevated-rail-ramp │ └── elevated-rail-ramp.lua │ └── elevated-rail-signal │ └── elevated-rail-signal.lua └── cookie /.gitignore: -------------------------------------------------------------------------------- 1 | mods/*.zip 2 | -------------------------------------------------------------------------------- /mods/mod-settings.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imos/factorio-server/main/mods/mod-settings.dat -------------------------------------------------------------------------------- /data/server-adminlist.json: -------------------------------------------------------------------------------- 1 | [ 2 | "imos", 3 | "mattya", 4 | "okuta", 5 | "okuat" 6 | ] 7 | -------------------------------------------------------------------------------- /saves/PreferredSpace.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/imos/factorio-server/main/saves/PreferredSpace.zip -------------------------------------------------------------------------------- /dlc/space-age/prototypes/entity/gleba-ai-settings.lua: -------------------------------------------------------------------------------- 1 | return { destroy_when_commands_fail = true, allow_try_return_to_spawner = true } 2 | -------------------------------------------------------------------------------- /cookie: -------------------------------------------------------------------------------- 1 | # Netscape HTTP Cookie File 2 | # https://curl.se/docs/http-cookies.html 3 | # This file was generated by libcurl! Edit at your own risk. 4 | 5 | -------------------------------------------------------------------------------- /dlc/quality/prototypes/module-category.lua: -------------------------------------------------------------------------------- 1 | data:extend( 2 | { 3 | { 4 | type = "module-category", 5 | name = "quality" 6 | } 7 | } 8 | ) 9 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-E-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 280, 4 | height = 184, 5 | shift = util.by_pixel( 2.0, -11.0) 6 | } 7 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-N-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 142, 4 | height = 308, 5 | shift = util.by_pixel( 0.5, -11.5) 6 | } 7 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-W-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 260, 4 | height = 172, 5 | shift = util.by_pixel( -1.0, -8.0) 6 | } 7 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-S-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 140, 4 | height = 276, 5 | shift = util.by_pixel( 0.5, -3.0) 6 | } 7 | -------------------------------------------------------------------------------- /dlc/space-age/prototypes/categories/resource-category.lua: -------------------------------------------------------------------------------- 1 | data:extend( 2 | { 3 | { 4 | type = "resource-category", 5 | name = "hard-solid" 6 | } 7 | }) 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-E-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 260, 4 | height = 172, 5 | shift = util.by_pixel( 10.0, -8.0) 6 | } 7 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-N-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 142, 4 | height = 308, 5 | shift = util.by_pixel( -0.5, -11.5) 6 | } 7 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-W-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 280, 4 | height = 184, 5 | shift = util.by_pixel( 2.0, -11.0) 6 | } 7 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/tesla-head.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 64, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/tesla-tail.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 64, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-E.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 280, 4 | height = 184, 5 | shift = util.by_pixel( 2.0, -11.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-N.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 142, 4 | height = 308, 5 | shift = util.by_pixel( 0.5, -11.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-S.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 142, 4 | height = 276, 5 | shift = util.by_pixel( -0.5, -3.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-W.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 260, 4 | height = 172, 5 | shift = util.by_pixel( -1.0, -8.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/bramble/bramble.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 208, 4 | height = 130, 5 | shift = util.by_pixel( 4.5, 2.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/coral/coral.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 166, 4 | height = 118, 5 | shift = util.by_pixel( 11.0, -6.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/veins/veins.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 512, 4 | height = 372, 5 | shift = util.by_pixel( 0.0, 24.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/chain-beam-END.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 70, 4 | height = 74, 5 | shift = util.by_pixel( 2.0, 2.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/chain-body-0.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 4, 5 | shift = util.by_pixel( 0.0, 0.25), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/chain-body-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 104, 4 | height = 80, 5 | shift = util.by_pixel( 1.0, 1.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/chain-body-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 112, 4 | height = 86, 5 | shift = util.by_pixel( -2.0, 1.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/chain-body-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 108, 4 | height = 88, 5 | shift = util.by_pixel( -1.5, 4.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/chain-body-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 102, 4 | height = 90, 5 | shift = util.by_pixel( -2.0, 5.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/chain-body-5.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 106, 4 | height = 82, 5 | shift = util.by_pixel( -2.5, 4.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/chain-body-6.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 114, 4 | height = 92, 5 | shift = util.by_pixel( -1.5, 6.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/tesla-body-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 64, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/tesla-body-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 80, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/tesla-body-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 80, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/tesla-body-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 80, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/tesla-body-5.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 80, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/tesla-body-6.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 80, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biolab/biolab-anim.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 366, 4 | height = 404, 5 | shift = util.by_pixel( 2.0, -5.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/green-cup/green-cup.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 220, 4 | height = 188, 5 | shift = util.by_pixel( 1.0, 13.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/chain-beam-START.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 92, 4 | height = 96, 5 | shift = util.by_pixel( -21.0, 1.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/lightning-loop-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 132, 5 | shift = util.by_pixel( 0.0, 2.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/lightning-loop-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 126, 5 | shift = util.by_pixel( 0.0, -4.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/lightning-loop-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 116, 5 | shift = util.by_pixel( 0.0, -1.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/lightning-loop-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 94, 5 | shift = util.by_pixel( 0.0, 5.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/lightning-loop-5.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 120, 5 | shift = util.by_pixel( 0.0, 7.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/lightning-loop-6.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 96, 5 | shift = util.by_pixel( 0.0, 0.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/tesla-beam-END.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 110, 4 | height = 116, 5 | shift = util.by_pixel( -1.5, 1.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/beam/tesla-beam-START.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 160, 4 | height = 112, 5 | shift = util.by_pixel( 7.5, 0.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 238, 4 | height = 268, 5 | shift = util.by_pixel( -0.5, -7.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biolab/biolab-lights.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 326, 4 | height = 362, 5 | shift = util.by_pixel( 1.0, -6.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biolab/biolab-remnants.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 480, 4 | height = 330, 5 | shift = util.by_pixel( -5.5, 5.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biolab/biolab-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 476, 4 | height = 262, 5 | shift = util.by_pixel( 39.5, 21.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/foundry/foundry-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 376, 4 | height = 398, 5 | shift = util.by_pixel( 0.0, -6.0), 6 | line_length = 1 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lithium-brine/smoke-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 102, 4 | height = 226, 5 | shift = util.by_pixel( 0.5, -54.0), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lithium-brine/smoke-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 102, 4 | height = 226, 5 | shift = util.by_pixel( 0.5, -54.0), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-corpse.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 220, 4 | height = 154, 5 | shift = util.by_pixel( 8.5, -1.5), 6 | line_length = 2, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-idle.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 142, 4 | height = 176, 5 | shift = util.by_pixel( 1.0, -25.5), 6 | line_length = 11, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-foot.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 154, 4 | height = 116, 5 | shift = util.by_pixel( 0.0, 9.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-knee.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 148, 4 | height = 156, 5 | shift = util.by_pixel( -2.0, -4.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-shin.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 278, 5 | shift = util.by_pixel( 0.0, 6.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-thigh.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 182, 4 | height = 400, 5 | shift = util.by_pixel( 0.0, 3.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/smash-effect.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 256, 4 | height = 256, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 21, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/stomper-corpse-head.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 398, 4 | height = 332, 5 | shift = util.by_pixel(0,0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/stomper-corpse.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 768, 4 | height = 530, 5 | shift = util.by_pixel( 0.0, -47.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/torso/head-main.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 412, 4 | height = 368, 5 | shift = util.by_pixel( 6.0, -1.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/torso/head-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 412, 4 | height = 368, 5 | shift = util.by_pixel( 6.0, -0.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/torso/head-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 510, 4 | height = 312, 5 | shift = util.by_pixel( 40, 0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/legs/leg-knee.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 54, 4 | height = 70, 5 | shift = util.by_pixel( 0.0, -2.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/legs/leg-shin.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 56, 4 | height = 316, 5 | shift = util.by_pixel( 1.0, 83.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/legs/leg-thigh.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 140, 4 | height = 302, 5 | shift = util.by_pixel( 0.0, 24.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/strafer-corpse.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 510, 4 | height = 510, 5 | shift = util.by_pixel( -1.0, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/torso/head-main.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 400, 4 | height = 306, 5 | shift = util.by_pixel( 0.0, -0.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/thruster/thruster-bckg.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 302, 4 | height = 452, 5 | shift = util.by_pixel( 2.0, -72.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/sticker/yumako-regen/regen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 124, 5 | shift = util.by_pixel( 0.5, -0.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-E-lights.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 250, 4 | height = 128, 5 | shift = util.by_pixel( 0.0, -11.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-E-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 374, 4 | height = 112, 5 | shift = util.by_pixel( 26.5, 8.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-N-lights.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 120, 4 | height = 288, 5 | shift = util.by_pixel( 2.5, -15.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-N-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 240, 4 | height = 252, 5 | shift = util.by_pixel( 29.0, 2.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-S-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 142, 4 | height = 276, 5 | shift = util.by_pixel( -0.5, -3.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-S-lights.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 120, 4 | height = 258, 5 | shift = util.by_pixel( 1.5, -2.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-S-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 246, 4 | height = 252, 5 | shift = util.by_pixel( 26.5, 7.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-W-lights.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 244, 4 | height = 158, 5 | shift = util.by_pixel( -1.0, -10.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-W-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 314, 4 | height = 116, 5 | shift = util.by_pixel( 16.5, 9.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-E.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 260, 4 | height = 172, 5 | shift = util.by_pixel( 10.0, -8.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-N.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 142, 4 | height = 308, 5 | shift = util.by_pixel( -0.5, -11.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-S.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 140, 4 | height = 276, 5 | shift = util.by_pixel( 0.5, -3.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-W.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 280, 4 | height = 184, 5 | shift = util.by_pixel( 2.0, -11.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/blood-grape/blood-grape.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 162, 4 | height = 130, 5 | shift = util.by_pixel( 10.5, 12.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/coral-water/coral-water.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 166, 4 | height = 130, 5 | shift = util.by_pixel( 11.0, -3.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgurite/fulgurite.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 284, 4 | height = 298, 5 | shift = util.by_pixel( -6.0, -13.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/urchin-cactus/urchin-cactus.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 128, 5 | shift = util.by_pixel( 0, -8), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/veins-small/veins-small.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 256, 4 | height = 186, 5 | shift = util.by_pixel( 0.0, 12.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-glow-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 20, 4 | height = 40, 5 | shift = util.by_pixel( 38.0, -2.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 268, 4 | height = 190, 5 | shift = util.by_pixel( 18.0, 1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-pod/pod-static-attached.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 78, 4 | height = 172, 5 | shift = util.by_pixel( 1.0, 3.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/crusher/crusher-horizontal.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 200, 4 | height = 162, 5 | shift = util.by_pixel( 2.5, -5.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/crusher/crusher-vertical.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 140, 4 | height = 194, 5 | shift = util.by_pixel( 2.0, -15.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fluorine-vent/fluorine-vent.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 194, 4 | height = 136, 5 | shift = util.by_pixel( -0.5, -3.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/foundry/foundry-reflection.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 38, 4 | height = 46, 5 | shift = util.by_pixel( -0.5, 6.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-cloud.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 868, 4 | height = 748, 5 | shift = util.by_pixel( -2.5, 0.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lithium-brine/lithium-brine.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 166, 4 | height = 120, 5 | shift = util.by_pixel( 1.5, 4.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-corpse-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 126, 4 | height = 134, 5 | shift = util.by_pixel( 3.5, -6.5), 6 | line_length = 2, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-descend.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 192, 4 | height = 212, 5 | shift = util.by_pixel( 0.0, -25.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-idle-air.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 160, 4 | height = 168, 5 | shift = util.by_pixel( 0.0, -31.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-idle-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 134, 4 | height = 150, 5 | shift = util.by_pixel( 0.5, -32.0), 6 | line_length = 11, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-idle-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 226, 4 | height = 94, 5 | shift = util.by_pixel( 39.5, 1.0), 6 | line_length = 11, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-uplift.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 182, 4 | height = 206, 5 | shift = util.by_pixel( 0.0, -29.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-foot-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 154, 4 | height = 116, 5 | shift = util.by_pixel( 0.0, 9.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-foot-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 154, 4 | height = 116, 5 | shift = util.by_pixel( 0.0, 9.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-knee-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 148, 4 | height = 156, 5 | shift = util.by_pixel( -2.0, -4.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-shin-foot.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 120, 4 | height = 126, 5 | shift = util.by_pixel( 3.0, 107.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-shin-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 278, 5 | shift = util.by_pixel( 0.0, 6.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-shin-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 278, 5 | shift = util.by_pixel( 0.0, 6.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-thigh-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 182, 4 | height = 400, 5 | shift = util.by_pixel( 0.0, 3.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/stomper-corpse-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 982, 4 | height = 760, 5 | shift = util.by_pixel( -10.5, 5.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/stomper-corpse-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 1024, 4 | height = 706, 5 | shift = util.by_pixel( 0.0, -31.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/stomper-corpse-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 994, 4 | height = 708, 5 | shift = util.by_pixel( -7.5, -4.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/stomper-corpse-head-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 398, 4 | height = 332, 5 | shift = util.by_pixel(0,0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/legs/leg-knee-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 54, 4 | height = 70, 5 | shift = util.by_pixel( 1.0, -2.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/legs/leg-shin-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 56, 4 | height = 316, 5 | shift = util.by_pixel( 1.0, 83.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/legs/leg-shin-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 56, 4 | height = 316, 5 | shift = util.by_pixel( 1.0, 83.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/legs/leg-thigh-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 140, 4 | height = 302, 5 | shift = util.by_pixel( 0.0, 24.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/strafer-corpse-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 510, 4 | height = 510, 5 | shift = util.by_pixel( -1.0, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/torso/head-main-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 400, 4 | height = 306, 5 | shift = util.by_pixel( 0.0, -0.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/torso/torso-main.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 168, 4 | height = 154, 5 | shift = util.by_pixel( 0.0, -0.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/wriggler/wriggler-projectile.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 238, 4 | height = 164, 5 | shift = util.by_pixel( 0.0, 21.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/sticker/jellynut-speed/whirl_back.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 126, 4 | height = 56, 5 | shift = util.by_pixel( 0.5, -8.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/sticker/jellynut-speed/whirl_front.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 126, 4 | height = 68, 5 | shift = util.by_pixel( 0.5, 6.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/sticker/yumako-regen/regen-front.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 122, 5 | shift = util.by_pixel( 0.5, -0.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/sticker/yumako-regen/regen-ground.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 126, 4 | height = 92, 5 | shift = util.by_pixel( 0.0, 19.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-E-lights.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 244, 4 | height = 160, 5 | shift = util.by_pixel( 9.5, -10.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-E-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 352, 4 | height = 118, 5 | shift = util.by_pixel( 34.0, 9.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-N-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 244, 4 | height = 252, 5 | shift = util.by_pixel( 27.5, 2.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-S-lights.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 120, 4 | height = 244, 5 | shift = util.by_pixel( -1.0, -6.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-S-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 232, 4 | height = 252, 5 | shift = util.by_pixel( 28.5, 7.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-W-lights.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 238, 4 | height = 134, 5 | shift = util.by_pixel( 6.5, -12.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-W-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 342, 4 | height = 114, 5 | shift = util.by_pixel( 21.5, 8.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/black-sceptre/black-sceptre.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 210, 4 | height = 146, 5 | shift = util.by_pixel( 29.5, -6.5), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-tiny.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 128, 5 | line_length = 20, 6 | shift = util.by_pixel( 0, 0), 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgurite/fulgurite-small.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 150, 4 | height = 152, 5 | shift = util.by_pixel( -2.0, 0.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-01.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 104, 4 | height = 66, 5 | shift = util.by_pixel( 5.0, 5.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-02.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 80, 4 | height = 60, 5 | shift = util.by_pixel( 3.0, 2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-03.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 74, 4 | height = 66, 5 | shift = util.by_pixel( -0.5, 3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-04.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 120, 4 | height = 64, 5 | shift = util.by_pixel( -4.5, 2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-05.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 82, 4 | height = 82, 5 | shift = util.by_pixel( 2.5, -4.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-06.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 62, 4 | height = 46, 5 | shift = util.by_pixel( 2.0, 2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 88, 4 | height = 54, 5 | shift = util.by_pixel( 5.5, -5.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-08.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 90, 4 | height = 82, 5 | shift = util.by_pixel( 4.0, -2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-09.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 54, 4 | height = 44, 5 | shift = util.by_pixel( 1.5, 2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 108, 4 | height = 76, 5 | shift = util.by_pixel( 3.0, 2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-11.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 84, 4 | height = 62, 5 | shift = util.by_pixel( 3.5, 2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-1x1-12.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 114, 4 | height = 110, 5 | shift = util.by_pixel( -2.5, 1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-01.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 180, 4 | height = 172, 5 | shift = util.by_pixel( 2.5, 9.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-02.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 144, 4 | height = 116, 5 | shift = util.by_pixel( -2.5, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-03.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 98, 4 | height = 78, 5 | shift = util.by_pixel( 8.0, -2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-04.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 162, 4 | height = 122, 5 | shift = util.by_pixel( -1.5, -2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-05.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 118, 4 | height = 96, 5 | shift = util.by_pixel( 4.5, -1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-06.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 252, 4 | height = 170, 5 | shift = util.by_pixel( -5.5, -5.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 136, 4 | height = 132, 5 | shift = util.by_pixel( -2.5, 3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-08.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 198, 4 | height = 142, 5 | shift = util.by_pixel( 10.5, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-09.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 138, 4 | height = 88, 5 | shift = util.by_pixel( 5.0, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 266, 4 | height = 178, 5 | shift = util.by_pixel( 5.0, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-11.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 110, 4 | height = 104, 5 | shift = util.by_pixel( 3.5, 3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill/split-gill-2x2-12.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 242, 4 | height = 180, 5 | shift = util.by_pixel( -10.0, 6.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-animation.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 92, 4 | height = 144, 5 | shift = util.by_pixel( 23.5, -9.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 238, 4 | height = 268, 5 | shift = util.by_pixel( -0.5, -7.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-glow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 112, 4 | height = 180, 5 | shift = util.by_pixel( -19.0, -18.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-east-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 12, 4 | height = 52, 5 | shift = util.by_pixel( 46.5, 31.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-remnants.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 324, 4 | height = 280, 5 | shift = util.by_pixel( 0.5, 7.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-status-lamp.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 198, 4 | height = 222, 5 | shift = util.by_pixel( 0.0, -8.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/captive-spawner/captive-anim.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 380, 4 | height = 338, 5 | shift = util.by_pixel( -2.5, -1.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/captive-spawner/captive-fluids.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 72, 4 | height = 74, 5 | shift = util.by_pixel( -28.0, 57.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/captive-spawner/captive-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 408, 4 | height = 296, 5 | shift = util.by_pixel( 20.0, 10.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-0-D.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 96, 4 | height = 210, 5 | shift = util.by_pixel( 103.0, 65.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-1-C.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 96, 4 | height = 120, 5 | shift = util.by_pixel( 97.5, -82.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 476, 4 | height = 504, 5 | shift = util.by_pixel( 6.0, -3.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 492, 4 | height = 516, 5 | shift = util.by_pixel( 2.0, -3.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-pod/rocket-backblast-back.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 268, 4 | height = 528, 5 | shift = util.by_pixel( -2.0, -59.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-pod/rocket-opening-back.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 316, 4 | height = 326, 5 | shift = util.by_pixel( -12.0, -126.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-pod/rocket-opening-base.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 308, 4 | height = 572, 5 | shift = util.by_pixel( -4.0, 49.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-pod/rocket-opening-front.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 288, 4 | height = 266, 5 | shift = util.by_pixel( -19.5, -96.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/crusher/crusher-horizontal-light.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 30, 4 | height = 28, 5 | shift = util.by_pixel( 27.0, 19.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/crusher/crusher-horizontal-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 88, 4 | height = 124, 5 | shift = util.by_pixel( 44.5, 4.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/crusher/crusher-vertical-light.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 26, 4 | height = 28, 5 | shift = util.by_pixel( 25.5, 15.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/crusher/crusher-vertical-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 50, 4 | height = 78, 5 | shift = util.by_pixel( 38.0, -26.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/foundry/foundry-status-lamp.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 122, 4 | height = 142, 5 | shift = util.by_pixel( 26.5, -42.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-patch-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 330, 4 | height = 284, 5 | shift = util.by_pixel( -7.0, 37.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-patch-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 366, 4 | height = 310, 5 | shift = util.by_pixel( -1.0, 20.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-patch-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 318, 4 | height = 244, 5 | shift = util.by_pixel( -18.0, -17.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-shadow-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 384, 4 | height = 382, 5 | shift = util.by_pixel( 0.0, 17.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-shadow-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 294, 4 | height = 188, 5 | shift = util.by_pixel( 11.0, 7.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-shadow-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 302, 4 | height = 204, 5 | shift = util.by_pixel( -6.0, -24.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-upper-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 330, 4 | height = 284, 5 | shift = util.by_pixel( -7.0, 37.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-upper-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 364, 4 | height = 310, 5 | shift = util.by_pixel( -2.0, 20.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-upper-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 318, 4 | height = 244, 5 | shift = util.by_pixel( -18.0, -17.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/heating-tower/heating-tower-pipes.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 64, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning-rod/lightning-rod.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 108, 4 | height = 352, 5 | shift = util.by_pixel( -2.0, -62.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-explosion-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 372, 4 | height = 354, 5 | shift = util.by_pixel( -5.0, -17.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-explosion.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 390, 4 | height = 318, 5 | shift = util.by_pixel( 0.5, -8.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-streamer-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 166, 4 | height = 256, 5 | shift = util.by_pixel( -9.5, -37.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-streamer-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 244, 4 | height = 204, 5 | shift = util.by_pixel( 26.5, -33.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-streamer-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 270, 4 | height = 166, 5 | shift = util.by_pixel( 34.0, -22.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-streamer-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 196, 4 | height = 218, 5 | shift = util.by_pixel( 21.0, -14.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-streamer-5.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 140, 4 | height = 256, 5 | shift = util.by_pixel( 7.0, -8.5), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-streamer-6.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 234, 4 | height = 218, 5 | shift = util.by_pixel( -30.5, -14.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-streamer-7.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 264, 4 | height = 168, 5 | shift = util.by_pixel( -35.0, -23.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-streamer-8.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 214, 4 | height = 236, 5 | shift = util.by_pixel( -21.5, -42.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-corpse-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 198, 4 | height = 118, 5 | shift = util.by_pixel( 11.5, 2.5), 6 | line_length = 2, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-descend-light.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 154, 4 | height = 194, 5 | shift = util.by_pixel( 0.0, -23.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-descend-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 188, 4 | height = 186, 5 | shift = util.by_pixel( 0.0, -31.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-descend-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 276, 4 | height = 134, 5 | shift = util.by_pixel( 38.0, 0.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-idle-air-light.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 144, 4 | height = 166, 5 | shift = util.by_pixel( -0.5, -31.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-idle-air-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 156, 4 | height = 130, 5 | shift = util.by_pixel( 0.0, -40.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-idle-air-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 190, 4 | height = 112, 5 | shift = util.by_pixel( 52.5, 0.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-mining-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 316, 4 | height = 146, 5 | shift = util.by_pixel( 57.5, 0.0), 6 | line_length = 9, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-uplift-light.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 172, 4 | height = 176, 5 | shift = util.by_pixel( 0.0, -30.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-uplift-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 176, 4 | height = 176, 5 | shift = util.by_pixel( 0.0, -37.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/mech-armor/mech-uplift-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 266, 4 | height = 128, 5 | shift = util.by_pixel( 44.5, 0.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/rocket-turret/rocket-turret-base.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 202, 4 | height = 168, 5 | shift = util.by_pixel( -0.5, 24.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/back-L.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 78, 4 | height = 146, 5 | shift = util.by_pixel( -3.0, -17.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/back-R.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 78, 4 | height = 146, 5 | shift = util.by_pixel( 3.0, -17.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/front-R.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 78, 4 | height = 164, 5 | shift = util.by_pixel( 3.0, -17.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-knee-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 148, 4 | height = 156, 5 | shift = util.by_pixel( -2.0, -4.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-shin-foot-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 120, 4 | height = 126, 5 | shift = util.by_pixel( 3.0, 107.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-shin-knee.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 120, 4 | height = 118, 5 | shift = util.by_pixel( -1.0, -29.0), 6 | line_length = 18, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-thigh-body.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 182, 4 | height = 160, 5 | shift = util.by_pixel( 0.0, -117.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-thigh-knee.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 150, 4 | height = 174, 5 | shift = util.by_pixel( 1.0, 161.0), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-thigh-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 182, 4 | height = 400, 5 | shift = util.by_pixel( 0.0, 3.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/stomper-corpse-1-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 968, 4 | height = 732, 5 | shift = util.by_pixel( -11.0, 5.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/stomper-corpse-2-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 998, 4 | height = 692, 5 | shift = util.by_pixel( 6.5, -31.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/stomper-corpse-3-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 968, 4 | height = 670, 5 | shift = util.by_pixel( -14.0, -2.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/strafer/legs/leg-thigh-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 140, 4 | height = 302, 5 | shift = util.by_pixel( 0.0, 24.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-LED.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 24, 4 | height = 26, 5 | shift = util.by_pixel( 57.5, 79.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-base.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 268, 4 | height = 258, 5 | shift = util.by_pixel( -1.0, 25.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/turbo-splitter/turbo-splitter-east.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 86, 4 | height = 84, 5 | shift = util.by_pixel( 5.0, 13.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/turbo-splitter/turbo-splitter-north.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 158, 4 | height = 66, 5 | shift = util.by_pixel( 7.5, 1.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/turbo-splitter/turbo-splitter-south.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 164, 4 | height = 64, 5 | shift = util.by_pixel( 4.0, 0.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/turbo-splitter/turbo-splitter-west.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 90, 4 | height = 84, 5 | shift = util.by_pixel( 6.0, 13.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/wriggler/wriggler-projectile-tint.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 84, 4 | height = 164, 5 | shift = util.by_pixel( -1.0, 21.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/quality/graphics/entity/recycler/recycler-flipped-N-lights.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 122, 4 | height = 288, 5 | shift = util.by_pixel( -2.5, -15.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/aquilo-iceberg/floating-iceberg-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 296, 4 | height = 230, 5 | shift = util.by_pixel( -2.0, 9.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/aquilo-iceberg/floating-iceberg-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 282, 4 | height = 238, 5 | shift = util.by_pixel( 7.0, -7.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/aquilo-iceberg/floating-iceberg-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 264, 4 | height = 176, 5 | shift = util.by_pixel( 6.0, 3.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/aquilo-iceberg/floating-iceberg-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 206, 4 | height = 196, 5 | shift = util.by_pixel( -7.0, 18.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/aquilo-iceberg/floating-iceberg-5.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 238, 4 | height = 218, 5 | shift = util.by_pixel( 1.5, 20.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/aquilo-iceberg/floating-iceberg-6.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 290, 4 | height = 238, 5 | shift = util.by_pixel( -2.5, 5.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/aquilo-iceberg/floating-iceberg-7.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 256, 4 | height = 290, 5 | shift = util.by_pixel( 1.0, 8.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-gravewort/fulgoran-gravewort.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 192, 4 | height = 128, 5 | shift = util.by_pixel( 0, 0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/gleba-cliff-roots/gleba-cliff-roots.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 256, 4 | height = 256, 5 | shift = util.by_pixel( 0, 0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/pink-phalanges/pink-phalanges.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 204, 4 | height = 166, 5 | shift = util.by_pixel( 12.5, -4.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/polycephalum/polycephalum-balloon.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 170, 4 | height = 70, 5 | shift = util.by_pixel( 28.5, -6.0), 6 | line_length = 2, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/polycephalum/polycephalum-slime.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 216, 4 | height = 188, 5 | shift = util.by_pixel( 0.5, 4.0), 6 | line_length = 2, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-01.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 104, 4 | height = 66, 5 | shift = util.by_pixel( 5.0, 5.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-02.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 80, 4 | height = 60, 5 | shift = util.by_pixel( 3.0, 2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-03.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 74, 4 | height = 66, 5 | shift = util.by_pixel( -0.5, 3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-05.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 82, 4 | height = 82, 5 | shift = util.by_pixel( 2.5, -4.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-06.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 62, 4 | height = 46, 5 | shift = util.by_pixel( 2.0, 2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 88, 4 | height = 54, 5 | shift = util.by_pixel( 5.5, -5.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-08.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 90, 4 | height = 82, 5 | shift = util.by_pixel( 4.0, -2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-09.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 54, 4 | height = 44, 5 | shift = util.by_pixel( 1.5, 2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 108, 4 | height = 76, 5 | shift = util.by_pixel( 3.0, 2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-11.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 84, 4 | height = 62, 5 | shift = util.by_pixel( 3.5, 2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-03.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 98, 4 | height = 78, 5 | shift = util.by_pixel( 8.0, -2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-09.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 138, 4 | height = 88, 5 | shift = util.by_pixel( 5.0, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-animation-dome.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 92, 4 | height = 148, 5 | shift = util.by_pixel( -15.5, -14.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-east-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 88, 4 | height = 56, 5 | shift = util.by_pixel( 27.5, -31.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-east-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 50, 4 | height = 168, 5 | shift = util.by_pixel( 55.0, 8.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-north-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 52, 4 | height = 34, 5 | shift = util.by_pixel( -32.0, -51.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-north-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 80, 4 | height = 82, 5 | shift = util.by_pixel( 25.5, -39.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-south-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 52, 4 | height = 64, 5 | shift = util.by_pixel( 32.0, 42.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-south-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 58, 4 | height = 90, 5 | shift = util.by_pixel( -33.5, 36.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-west-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 44, 4 | height = 64, 5 | shift = util.by_pixel( -37.5, 29.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-west-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 12, 4 | height = 52, 5 | shift = util.by_pixel( -45.5, -32.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/captive-spawner/captive-explosion-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 568, 4 | height = 442, 5 | shift = util.by_pixel( -0.5, -19.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/captive-spawner/captive-explosion-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 568, 4 | height = 434, 5 | shift = util.by_pixel( -0.5, -2.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/capture-robot-rocket/capture-robot.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 190, 4 | height = 184, 5 | shift = util.by_pixel( 0.0, -66.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/bays/planet-bay-remnants.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 398, 4 | height = 366, 5 | shift = util.by_pixel( -3.5, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/bays/planet-cargo-bay-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 220, 4 | height = 226, 5 | shift = util.by_pixel( -3.5, 0.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/bays/platform-cargo-bay-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 220, 4 | height = 226, 5 | shift = util.by_pixel( -4.0, 0.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/bays/shared-cargo-bay-0.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 86, 4 | height = 52, 5 | shift = util.by_pixel( -32.5, 44.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hatches/shared-bay-hatch.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 162, 4 | height = 126, 5 | shift = util.by_pixel( 8.0, -11.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-0-A.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 290, 4 | height = 106, 5 | shift = util.by_pixel( -39.5, 95.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-0-B.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 66, 4 | height = 194, 5 | shift = util.by_pixel( -99.0, -43.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-0-C.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 66, 4 | height = 112, 5 | shift = util.by_pixel( 105.0, -33.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-1-A.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 196, 4 | height = 58, 5 | shift = util.by_pixel( -23.0, 104.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-1-B.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 234, 4 | height = 176, 5 | shift = util.by_pixel( -45.0, 49.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 318, 4 | height = 408, 5 | shift = util.by_pixel( -64.5, 24.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-pod/rocket-backblast-front.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 278, 4 | height = 244, 5 | shift = util.by_pixel( -19.0, -79.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/crusher/crusher-horizontal-integration.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 202, 4 | height = 142, 5 | shift = util.by_pixel( 0.0, 6.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/crusher/crusher-vertical-integration.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 154, 4 | height = 192, 5 | shift = util.by_pixel( 3.0, -11.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 380, 4 | height = 396, 5 | shift = util.by_pixel( 3.0, -3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-glass.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 274, 4 | height = 228, 5 | shift = util.by_pixel( 4.0, -7.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-main.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 380, 4 | height = 396, 5 | shift = util.by_pixel( 3.0, -3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 462, 4 | height = 310, 5 | shift = util.by_pixel( 35.5, 7.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/foundry/foundry-pipe-connections-east.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 18, 4 | height = 190, 5 | shift = util.by_pixel( 76.0, 1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/foundry/foundry-pipe-connections-north.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 176, 4 | height = 50, 5 | shift = util.by_pixel( 1.0, -77.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/foundry/foundry-pipe-connections-south.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 188, 4 | height = 68, 5 | shift = util.by_pixel( 0.5, 74.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/foundry/foundry-pipe-connections-west.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 44, 4 | height = 190, 5 | shift = util.by_pixel( -69.5, 1.5), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-glow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 396, 4 | height = 428, 5 | shift = util.by_pixel( 1.5, -11.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-main.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 444, 4 | height = 456, 5 | shift = util.by_pixel( 1.0, -5.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-remnants.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 504, 4 | height = 504, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 542, 4 | height = 346, 5 | shift = util.by_pixel( 40.0, 9.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-effect-map-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 330, 4 | height = 284, 5 | shift = util.by_pixel( -7.0, 37.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-effect-map-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 366, 4 | height = 310, 5 | shift = util.by_pixel( -1.0, 20.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/spawner-effect-map-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 318, 4 | height = 244, 5 | shift = util.by_pixel( -18.0, -17.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/heating-tower/heating-tower-glow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 168, 4 | height = 274, 5 | shift = util.by_pixel( -1.5, -24.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/heating-tower/heating-tower-main.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 214, 4 | height = 320, 5 | shift = util.by_pixel( -1.0, -22.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/heating-tower/heating-tower-pipes-heat.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 64, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/heating-tower/heating-tower-remnants.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 320, 4 | height = 320, 5 | shift = util.by_pixel( 2.5, -1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/heating-tower/heating-tower-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 312, 4 | height = 130, 5 | shift = util.by_pixel( 29.0, 19.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning-rod/lightning-rod-charge.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 72, 4 | height = 330, 5 | shift = util.by_pixel( -1.5, -67.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning-rod/lightning-rod-discharge.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 62, 4 | height = 314, 5 | shift = util.by_pixel( 0.0, -69.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning-rod/lightning-rod-remnants.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 512, 4 | height = 426, 5 | shift = util.by_pixel( 1.0, -21.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning-rod/lightning-rod-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 768, 4 | height = 742, 5 | shift = util.by_pixel( 0.0, -6.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning/lightning-attractor-hit-anim.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 308, 4 | height = 220, 5 | shift = util.by_pixel( 0.5, -3.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_00.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 296, 4 | height = 274, 5 | shift = util.by_pixel( -2.0, -23.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_01.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 202, 4 | height = 258, 5 | shift = util.by_pixel( -2.5, -17.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_02.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 234, 4 | height = 274, 5 | shift = util.by_pixel( -4.0, -17.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_03.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 204, 4 | height = 292, 5 | shift = util.by_pixel( 5.5, -29.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_04.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 280, 4 | height = 320, 5 | shift = util.by_pixel( -3.0, -23.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_05.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 184, 4 | height = 254, 5 | shift = util.by_pixel( -2.0, -17.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_06.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 246, 4 | height = 298, 5 | shift = util.by_pixel( -8.0, -34.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 184, 4 | height = 288, 5 | shift = util.by_pixel( -2.5, -27.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_08.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 276, 4 | height = 316, 5 | shift = util.by_pixel( 2.0, -21.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_09.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 184, 4 | height = 272, 5 | shift = util.by_pixel( 1.0, -35.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 184, 4 | height = 260, 5 | shift = util.by_pixel( -1.0, -37.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree_11.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 266, 4 | height = 370, 5 | shift = util.by_pixel( 3.0, -40.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-ammo-E.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 52, 4 | height = 12, 5 | shift = util.by_pixel( -45.5, -50.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-ammo-N.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 50, 4 | height = 62, 5 | shift = util.by_pixel( -21.5, 5.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-ammo-NE.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 58, 4 | height = 52, 5 | shift = util.by_pixel( -48.5, -15.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-ammo-NW.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 74, 5 | shift = util.by_pixel( 19.5, 5.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-ammo-S.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 50, 4 | height = 64, 5 | shift = util.by_pixel( 20.5, -60.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-ammo-SE.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 58, 4 | height = 54, 5 | shift = util.by_pixel( -16.0, -67.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-ammo-SW.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 66, 4 | height = 78, 5 | shift = util.by_pixel( 44.5, -47.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-ammo-W.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 54, 4 | height = 68, 5 | shift = util.by_pixel( 49.5, -16.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-base.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 416, 4 | height = 354, 5 | shift = util.by_pixel( 15.0, -3.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-S.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 236, 5 | shift = util.by_pixel( 2.0, -6.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/rocket-turret/rocket-turret-base-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 170, 4 | height = 148, 5 | shift = util.by_pixel( 0.0, 21.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/rocket-turret/rocket-turret-rising.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 156, 4 | height = 166, 5 | shift = util.by_pixel( 0.0, -7.0), 6 | line_length = 18, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/back-L-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 188, 4 | height = 84, 5 | shift = util.by_pixel( 28.5, 0.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/back-L-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 76, 4 | height = 96, 5 | shift = util.by_pixel( -3.0, -30.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/back-R-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 174, 4 | height = 84, 5 | shift = util.by_pixel( 26.0, 0.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/back-R-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 78, 4 | height = 96, 5 | shift = util.by_pixel( 3.0, -30.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/front-L-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 76, 4 | height = 108, 5 | shift = util.by_pixel( -3.0, -31.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/front-L.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 78, 4 | height = 164, 5 | shift = util.by_pixel( -3.0, -18.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/front-R-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 78, 4 | height = 108, 5 | shift = util.by_pixel( 3.0, -31.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-shin-foot-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 120, 4 | height = 126, 5 | shift = util.by_pixel( 3.0, 107.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-thigh-body-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 182, 4 | height = 160, 5 | shift = util.by_pixel( 0.0, -117.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/legs/leg-thigh-body-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 182, 4 | height = 160, 5 | shift = util.by_pixel( 0.0, -117.0), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/stomper/torso/Stomper_head_new_shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 128, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-base-emit.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 268, 4 | height = 256, 5 | shift = util.by_pixel( -1.0, 26.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-base-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 244, 4 | height = 228, 5 | shift = util.by_pixel( 4.0, 29.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-sfx-active.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 268, 4 | height = 258, 5 | shift = util.by_pixel( -1.0, 25.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-sfx-idle-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 268, 4 | height = 258, 5 | shift = util.by_pixel( -1.0, 25.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-sfx-idle-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 268, 4 | height = 258, 5 | shift = util.by_pixel( -1.0, 25.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-sfx-passive.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 268, 4 | height = 258, 5 | shift = util.by_pixel( -1.0, 25.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/terrain/space-platform/tile-animations/east.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 182, 4 | height = 306, 5 | shift = util.by_pixel( 15.5, 36.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/terrain/space-platform/tile-animations/north.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 216, 4 | height = 148, 5 | shift = util.by_pixel( 2.0, -2.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/terrain/space-platform/tile-animations/south.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 228, 4 | height = 296, 5 | shift = util.by_pixel( 2.5, 44.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/terrain/space-platform/tile-animations/west.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 226, 4 | height = 308, 5 | shift = util.by_pixel( -6.0, 36.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/elevated-rails/graphics/entity/elevated-rail/elevated-rail-ending.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 156, 4 | height = 116, 5 | shift = util.by_pixel( 0.0, 2.5), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/aquilo-iceberg/floating-iceberg-small-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 96, 4 | height = 78, 5 | shift = util.by_pixel( -3.5, 4.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/aquilo-iceberg/floating-iceberg-small-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 98, 4 | height = 66, 5 | shift = util.by_pixel( -2.0, -0.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/aquilo-iceberg/floating-iceberg-small-5.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 154, 4 | height = 110, 5 | shift = util.by_pixel( 1.5, -2.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-big.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 448, 4 | height = 320, 5 | shift = util.by_pixel( 44.5/2, -7.5/2), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-huge.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 576, 4 | height = 512, 5 | shift = util.by_pixel( 42/2, -30.5/2), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-small.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 192, 4 | height = 192, 5 | shift = util.by_pixel( 7.5/2, -11/2), 6 | line_length = 9, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-vault.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 960, 4 | height = 640, 5 | shift = util.by_pixel( 18.5/2, -6/2), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-01.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 214, 4 | height = 140, 5 | shift = util.by_pixel( 30.0, -5.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-02.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 142, 4 | height = 140, 5 | shift = util.by_pixel( 5.5, 2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-03.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 204, 4 | height = 150, 5 | shift = util.by_pixel( 13.5, -5.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-04.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 148, 4 | height = 130, 5 | shift = util.by_pixel( 20.5, 0.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-05.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 148, 4 | height = 156, 5 | shift = util.by_pixel( -7.5, -7.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-06.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 122, 4 | height = 100, 5 | shift = util.by_pixel( 15.0, -9.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 212, 4 | height = 152, 5 | shift = util.by_pixel( 36.5, -17.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-08.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 138, 4 | height = 120, 5 | shift = util.by_pixel( 12.0, -8.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-09.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 138, 4 | height = 144, 5 | shift = util.by_pixel( -17.5, -5.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 150, 4 | height = 94, 5 | shift = util.by_pixel( 12.0, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-11.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 136, 4 | height = 84, 5 | shift = util.by_pixel( 9.0, 12.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus/honeycomb-fungus-12.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 192, 4 | height = 114, 5 | shift = util.by_pixel( 13.5, -2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-01.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 104, 4 | height = 66, 5 | shift = util.by_pixel( 5.0, 5.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-02.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 80, 4 | height = 60, 5 | shift = util.by_pixel( 3.0, 2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-03.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 74, 4 | height = 66, 5 | shift = util.by_pixel( -0.5, 3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-04.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 120, 4 | height = 64, 5 | shift = util.by_pixel( -4.5, 2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-05.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 82, 4 | height = 82, 5 | shift = util.by_pixel( 2.5, -4.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-06.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 62, 4 | height = 46, 5 | shift = util.by_pixel( 2.0, 2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 88, 4 | height = 54, 5 | shift = util.by_pixel( 5.5, -5.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-08.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 90, 4 | height = 82, 5 | shift = util.by_pixel( 4.0, -2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-09.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 54, 4 | height = 44, 5 | shift = util.by_pixel( 1.5, 2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 108, 4 | height = 76, 5 | shift = util.by_pixel( 3.0, 2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-11.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 84, 4 | height = 62, 5 | shift = util.by_pixel( 3.5, 2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-01.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 180, 4 | height = 172, 5 | shift = util.by_pixel( 2.5, 9.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-03.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 98, 4 | height = 78, 5 | shift = util.by_pixel( 8.0, -2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-05.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 118, 4 | height = 96, 5 | shift = util.by_pixel( 4.5, -1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-09.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 138, 4 | height = 88, 5 | shift = util.by_pixel( 5.0, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 266, 4 | height = 178, 5 | shift = util.by_pixel( 5.0, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-11.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 110, 4 | height = 104, 5 | shift = util.by_pixel( 3.5, 3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-04.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 120, 4 | height = 64, 5 | shift = util.by_pixel( -4.5, 2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-1x1-12.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 114, 4 | height = 110, 5 | shift = util.by_pixel( -2.5, 1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-01.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 180, 4 | height = 172, 5 | shift = util.by_pixel( 2.5, 9.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-02.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 144, 4 | height = 116, 5 | shift = util.by_pixel( -2.5, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-04.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 162, 4 | height = 122, 5 | shift = util.by_pixel( -1.5, -2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-05.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 118, 4 | height = 96, 5 | shift = util.by_pixel( 4.5, -1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-06.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 252, 4 | height = 170, 5 | shift = util.by_pixel( -5.5, -5.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 136, 4 | height = 132, 5 | shift = util.by_pixel( -2.5, 3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-08.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 198, 4 | height = 142, 5 | shift = util.by_pixel( 10.5, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 266, 4 | height = 178, 5 | shift = util.by_pixel( 5.0, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-11.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 110, 4 | height = 104, 5 | shift = util.by_pixel( 3.5, 3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-red/split-gill-red-2x2-12.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 242, 4 | height = 180, 5 | shift = util.by_pixel( -10.0, 6.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/agricultural-tower/agricultural-tower-base.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 248, 4 | height = 336, 5 | shift = util.by_pixel( 0.0, -18.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/agricultural-tower/agricultural-tower-crane-8.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 44, 4 | height = 78, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/agricultural-tower/agricultural-tower-crane-9.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 26, 4 | height = 148, 5 | shift = util.by_pixel( 0.5, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/asteroid-collector/asteroid-collector-head.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 108, 4 | height = 84, 5 | shift = util.by_pixel( 0.0, -12.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/asteroid-collector/asteroid-collector-link.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 36, 4 | height = 40, 5 | shift = util.by_pixel( 0.0, -3.0), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/big-mining-drill-drill.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 168, 4 | height = 226, 5 | shift = util.by_pixel( 0.0, -23.5), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-east-1-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 88, 4 | height = 56, 5 | shift = util.by_pixel( 27.5, -31.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-east-2-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 12, 4 | height = 52, 5 | shift = util.by_pixel( 46.5, 31.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-north-1-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 52, 4 | height = 34, 5 | shift = util.by_pixel( -32.0, -51.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-north-2-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 80, 4 | height = 82, 5 | shift = util.by_pixel( 25.5, -39.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-north-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 200, 4 | height = 62, 5 | shift = util.by_pixel( 7.5, -40.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-south-1-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 52, 4 | height = 64, 5 | shift = util.by_pixel( 32.0, 42.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-south-2-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 58, 4 | height = 90, 5 | shift = util.by_pixel( -33.5, 36.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-south-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 206, 4 | height = 62, 5 | shift = util.by_pixel( 6.0, 41.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-west-1-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 44, 4 | height = 64, 5 | shift = util.by_pixel( -37.5, 29.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/biochamber/biochamber-pipes-west-2-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 12, 4 | height = 52, 5 | shift = util.by_pixel( -45.5, -32.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/capture-robot-rocket/capture-robot-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 148, 4 | height = 148, 5 | shift = util.by_pixel( 0.0, -73.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/capture-robot-rocket/capture-robot-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 248, 4 | height = 134, 5 | shift = util.by_pixel( 86.5, 9.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/bays/shared-cargo-bay-emission.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 52, 4 | height = 34, 5 | shift = util.by_pixel( -23.0, -16.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/bays/shared-cargo-bay-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 210, 4 | height = 138, 5 | shift = util.by_pixel( -8.5, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hatches/shared-bay-hatch-emission.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 108, 4 | height = 82, 5 | shift = util.by_pixel( 5.0, 20.5), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-emission-A.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 392, 4 | height = 214, 5 | shift = util.by_pixel( 1.0, -62.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-emission-B.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 194, 4 | height = 164, 5 | shift = util.by_pixel( -58.0, 56.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hubs/platform-hub-emission-C.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 202, 4 | height = 128, 5 | shift = util.by_pixel( 58.5, 74.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim1-base.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 122, 4 | height = 94, 5 | shift = util.by_pixel( -8.0, -43.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim2-mask1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 56, 4 | height = 58, 5 | shift = util.by_pixel( -45.5, 32.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim2-mask2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 54, 4 | height = 58, 5 | shift = util.by_pixel( -45.0, 32.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim4-base.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 72, 4 | height = 118, 5 | shift = util.by_pixel( 35.5, 3.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim4-mask1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 28, 4 | height = 26, 5 | shift = util.by_pixel( 39.0, -4.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim4-mask2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 30, 4 | height = 28, 5 | shift = util.by_pixel( 39.5, -4.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim6-base.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 74, 4 | height = 102, 5 | shift = util.by_pixel( 30.5, 49.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim6-mask1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 36, 4 | height = 34, 5 | shift = util.by_pixel( 29.0, 49.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-shadow-h.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 364, 4 | height = 296, 5 | shift = util.by_pixel( 11.0, 8.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-shadow-v.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 318, 4 | height = 350, 5 | shift = util.by_pixel( 5.5, 1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-status-lamp.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 60, 4 | height = 56, 5 | shift = util.by_pixel( 25.0, 14.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/demolisher/fissure/demolisher-crack-effect.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 926, 4 | height = 718, 5 | shift = util.by_pixel( 0.0, -0.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/foundry/foundry-pipe-connections-east-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 18, 4 | height = 190, 5 | shift = util.by_pixel( 76.0, 1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-generator/east/fusion-generator-east.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 370, 4 | height = 230, 5 | shift = util.by_pixel( 0.0, -1.0), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-generator/fusion-generator-remnants.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 460, 4 | height = 452, 5 | shift = util.by_pixel( 1.0, 0.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 94, 4 | height = 144, 5 | shift = util.by_pixel( 86.0, -56.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 84, 4 | height = 160, 5 | shift = util.by_pixel( 91.0, 47.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-5.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 174, 4 | height = 136, 5 | shift = util.by_pixel( 58.0, 83.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/small/spawner-patch-small-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 140, 4 | height = 142, 5 | shift = util.by_pixel( -11.0, 10.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/small/spawner-patch-small-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 148, 4 | height = 142, 5 | shift = util.by_pixel( -1.0, 12.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/small/spawner-shadow-small-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 190, 4 | height = 188, 5 | shift = util.by_pixel( 1.0, 5.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/small/spawner-shadow-small-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 182, 4 | height = 188, 5 | shift = util.by_pixel( 4.0, 5.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/small/spawner-upper-small-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 132, 4 | height = 102, 5 | shift = util.by_pixel( -10.0, -0.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/small/spawner-upper-small-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 132, 4 | height = 104, 5 | shift = util.by_pixel( -3.0, 3.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/heating-tower/heating-tower-pipes-disconnected.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 88, 4 | height = 90, 5 | shift = util.by_pixel( 2.0, 2.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/heating-tower/heating-tower-working-fire.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 160, 4 | height = 184, 5 | shift = util.by_pixel( -1.0, -74.5), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/heating-tower/heating-tower-working-light.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 472, 4 | height = 242, 5 | shift = util.by_pixel( -2.5, 35.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning-collector/lightning-collector.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 180, 4 | height = 434, 5 | shift = util.by_pixel( 2.5, -66.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_02.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 296, 4 | height = 178, 5 | shift = util.by_pixel( 24.5, -5.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_03.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 300, 4 | height = 186, 5 | shift = util.by_pixel( 29.5, -3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_04.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 342, 4 | height = 206, 5 | shift = util.by_pixel( 36.0, 1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_05.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 296, 4 | height = 132, 5 | shift = util.by_pixel( 26.5, 14.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_06.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 328, 4 | height = 178, 5 | shift = util.by_pixel( 33.5, -5.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 306, 4 | height = 168, 5 | shift = util.by_pixel( 29.5, -8.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_08.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 396, 4 | height = 174, 5 | shift = util.by_pixel( 49.5, 9.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_09.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 380, 4 | height = 106, 5 | shift = util.by_pixel( 59.5, -5.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_11.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 448, 4 | height = 182, 5 | shift = util.by_pixel( 62.5, 3.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_00.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 312, 4 | height = 192, 5 | shift = util.by_pixel( 2.0, -2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_01.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 266, 4 | height = 196, 5 | shift = util.by_pixel( 13.5, -1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_02.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 284, 4 | height = 204, 5 | shift = util.by_pixel( 8.5, 0.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_03.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 204, 4 | height = 144, 5 | shift = util.by_pixel( 5.5, 7.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_04.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 298, 4 | height = 214, 5 | shift = util.by_pixel( 5.0, 3.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_05.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 186, 4 | height = 132, 5 | shift = util.by_pixel( -1.5, 14.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_06.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 298, 4 | height = 180, 5 | shift = util.by_pixel( 5.0, -5.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 256, 4 | height = 190, 5 | shift = util.by_pixel( 15.5, -3.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_08.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 276, 4 | height = 186, 5 | shift = util.by_pixel( 2.0, 10.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_09.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 186, 4 | height = 130, 5 | shift = util.by_pixel( 1.5, -0.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 254, 4 | height = 158, 5 | shift = util.by_pixel( 16.0, -11.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-stump_11.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 286, 4 | height = 204, 5 | shift = util.by_pixel( 8.0, 0.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-base-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 308, 4 | height = 278, 5 | shift = util.by_pixel( 0.0, -20.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-base-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 396, 4 | height = 260, 5 | shift = util.by_pixel( 19.0, 14.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-E.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 288, 4 | height = 114, 5 | shift = util.by_pixel( 32.5, -25.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-N.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 126, 4 | height = 234, 5 | shift = util.by_pixel( -2.5, -47.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-NE.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 220, 4 | height = 210, 5 | shift = util.by_pixel( 15.5, -46.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-NW.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 240, 4 | height = 206, 5 | shift = util.by_pixel( -11.5, -41.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-S-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 92, 4 | height = 184, 5 | shift = util.by_pixel( 1.5, -17.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-SE.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 236, 4 | height = 204, 5 | shift = util.by_pixel( 16.0, -19.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-SW.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 214, 4 | height = 224, 5 | shift = util.by_pixel( -16.0, -15.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-W.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 288, 4 | height = 128, 5 | shift = util.by_pixel( -29.5, -23.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-E.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 290, 4 | height = 284, 5 | shift = util.by_pixel( 33.0, -32.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-N.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 258, 4 | height = 214, 5 | shift = util.by_pixel( -2.0, -52.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-NE.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 292, 4 | height = 244, 5 | shift = util.by_pixel( 33.5, -54.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-S-EMIT.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 180, 4 | height = 82, 5 | shift = util.by_pixel( 1.5, 2.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-S.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 260, 4 | height = 238, 5 | shift = util.by_pixel( 1.0, -5.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-SE.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 304, 4 | height = 236, 5 | shift = util.by_pixel( 33.0, -11.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-SW.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 294, 4 | height = 250, 5 | shift = util.by_pixel( -35.5, -9.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-W.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 288, 4 | height = 284, 5 | shift = util.by_pixel( -29.5, -27.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/rocket-turret/rocket-turret-base-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 204, 4 | height = 148, 5 | shift = util.by_pixel( 7.5, 26.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/rocket-turret/rocket-turret-rising-glow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 150, 4 | height = 144, 5 | shift = util.by_pixel( 0.0, -1.5), 6 | line_length = 18, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/rocket-turret/rocket-turret-rising-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 152, 4 | height = 140, 5 | shift = util.by_pixel( 0.0, -8.0), 6 | line_length = 18, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/rocket-turret/rocket-turret-rising-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 210, 4 | height = 168, 5 | shift = util.by_pixel( 30.0, 21.5), 6 | line_length = 18, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/front-L-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 176, 4 | height = 88, 5 | shift = util.by_pixel( 25.5, 1.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/space-platform-build-anim/front-R-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 172, 4 | height = 88, 5 | shift = util.by_pixel( 25.5, 1.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/sulfuric-acid-geyser/sulfuric-acid-geyser.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 254, 4 | height = 178, 5 | shift = util.by_pixel( 9.5, 5.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/remnant/tesla-turret-remnants.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 324, 4 | height = 274, 5 | shift = util.by_pixel( 0.0, 25.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-base-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 304, 4 | height = 242, 5 | shift = util.by_pixel( -20.0, 28.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-head-attacking.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 130, 4 | height = 134, 5 | shift = util.by_pixel( 0.0, -48.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-head-rising-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 74, 4 | height = 120, 5 | shift = util.by_pixel( 0.0, -45.0), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/tesla-turret/tesla-turret-head-rising.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 132, 4 | height = 144, 5 | shift = util.by_pixel( 0.0, -45.5), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/turbo-splitter/turbo-splitter-west-top_patch.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 90, 4 | height = 96, 5 | shift = util.by_pixel( 6.0, -17.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/terrain/space-platform/tile-animations/east-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 164, 4 | height = 142, 5 | shift = util.by_pixel( 14.5, -4.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/terrain/space-platform/tile-animations/north-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 210, 4 | height = 148, 5 | shift = util.by_pixel( 3.5, -2.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/terrain/space-platform/tile-animations/south-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 224, 4 | height = 170, 5 | shift = util.by_pixel( 3.0, 12.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/terrain/space-platform/tile-animations/west-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 202, 4 | height = 178, 5 | shift = util.by_pixel( -9.5, 3.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/elevated-rails/graphics/entity/elevated-rail-pylon/elevated-rail-pylon.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 280, 4 | height = 430, 5 | shift = util.by_pixel( 0.0, -36.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/elevated-rails/graphics/entity/elevated-rail-ramp/elevated-rail-ramp.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 1036, 4 | height = 1218, 5 | shift = util.by_pixel( 0.0, -44.5), 6 | line_length = 2, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/elevated-rails/graphics/entity/elevated-rail-signal/elevated-rail-signal.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 158, 4 | height = 126, 5 | shift = util.by_pixel( -0.5, -4.5), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/elevated-rails/graphics/entity/elevated-rail/elevated-rail-ending-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 162, 4 | height = 112, 5 | shift = util.by_pixel( 18.5, 15.5), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/aquilo-iceberg/floating-iceberg-small-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 114, 4 | height = 102, 5 | shift = util.by_pixel( -2.5, 10.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/blood-grape-vibrant/blood-grape-vibrant.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 162, 4 | height = 130, 5 | shift = util.by_pixel( 10.5, 12.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-attractor.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 448, 4 | height = 384, 5 | shift = util.by_pixel( 103/2, -132/2), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-colossal.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 832, 4 | height = 576, 5 | shift = util.by_pixel( 125.5/2, -53.5/2), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-huge-tall.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 768, 4 | height = 640, 5 | shift = util.by_pixel( 138/2, -139.5/2), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-medium-tall.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 448, 4 | height = 384, 5 | shift = util.by_pixel( 103/2, -99.5/2), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-medium.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 256, 4 | height = 256, 5 | shift = util.by_pixel( 16.5/2, -23.5/2), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-small-tall.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 256, 4 | height = 256, 5 | shift = util.by_pixel( 31/2, -38.5/2), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/fulgoran-ruin/fulgoran-ruin-stonehenge.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 512, 4 | height = 448, 5 | shift = util.by_pixel( 58/2, -52.5/2), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/gleba-cliff-roots-orange/gleba-cliff-roots-orange.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 256, 4 | height = 256, 5 | shift = util.by_pixel( 0, 0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus-1x1/honeycomb-fungus-1x1-03.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 124, 4 | height = 80, 5 | shift = util.by_pixel( 11.0, 7.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus-1x1/honeycomb-fungus-1x1-04.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 72, 4 | height = 46, 5 | shift = util.by_pixel( 8.0, -4.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus-1x1/honeycomb-fungus-1x1-05.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 76, 4 | height = 80, 5 | shift = util.by_pixel( -5.0, 6.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus-1x1/honeycomb-fungus-1x1-06.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 34, 4 | height = 28, 5 | shift = util.by_pixel( 4.5, -4.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus-1x1/honeycomb-fungus-1x1-07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 36, 4 | height = 26, 5 | shift = util.by_pixel( 8.0, -4.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus-1x1/honeycomb-fungus-1x1-08.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 44, 4 | height = 34, 5 | shift = util.by_pixel( 8.0, -2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus-1x1/honeycomb-fungus-1x1-09.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 32, 4 | height = 18, 5 | shift = util.by_pixel( 5.5, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus-1x1/honeycomb-fungus-1x1-10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 64, 4 | height = 50, 5 | shift = util.by_pixel( 7.0, -1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus-1x1/honeycomb-fungus-1x1-11.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 60, 4 | height = 48, 5 | shift = util.by_pixel( 1.0, -6.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/honeycomb-fungus-1x1/honeycomb-fungus-1x1-12.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 60, 4 | height = 52, 5 | shift = util.by_pixel( 5.0, 3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/pale-lettuce-lichen/pale-lettuce-lichen-1x1-07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 138, 4 | height = 80, 5 | shift = util.by_pixel( 3.0, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-1x1-12.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 114, 4 | height = 110, 5 | shift = util.by_pixel( -2.5, 1.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-02.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 144, 4 | height = 116, 5 | shift = util.by_pixel( -2.5, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-04.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 162, 4 | height = 122, 5 | shift = util.by_pixel( -1.5, -2.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-06.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 252, 4 | height = 170, 5 | shift = util.by_pixel( -5.5, -5.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-07.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 136, 4 | height = 132, 5 | shift = util.by_pixel( -2.5, 3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-08.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 198, 4 | height = 142, 5 | shift = util.by_pixel( 10.5, 1.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/decorative/split-gill-dying/split-gill-dying-2x2-12.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 242, 4 | height = 180, 5 | shift = util.by_pixel( -10.0, 6.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/agricultural-tower/agricultural-tower-crane-10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 42, 4 | height = 62, 5 | shift = util.by_pixel( -0.5, 0.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/agricultural-tower/agricultural-tower-crane-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 82, 4 | height = 210, 5 | shift = util.by_pixel( 0.0, -8.5), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/agricultural-tower/agricultural-tower-crane-4.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 100, 4 | height = 128, 5 | shift = util.by_pixel( 0.0, 4.0), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/agricultural-tower/agricultural-tower-crane-6.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 72, 4 | height = 144, 5 | shift = util.by_pixel( 0.0, -15.0), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/asteroid-collector/asteroid-collector-bottom.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 322, 4 | height = 106, 5 | shift = util.by_pixel( 0.0, 64.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/asteroid-collector/asteroid-collector-head-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 76, 4 | height = 82, 5 | shift = util.by_pixel( 0.0, -12.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/asteroid-collector/asteroid-collector-middle.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 322, 4 | height = 140, 5 | shift = util.by_pixel( 0.0, 44.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/asteroid-collector/asteroid-collector-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 228, 4 | height = 252, 5 | shift = util.by_pixel( 10.5, 13.5), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/asteroid-collector/asteroid-collector-top-east.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 280, 4 | height = 228, 5 | shift = util.by_pixel( 10.5, 2.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/asteroid-collector/asteroid-collector-top-north.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 236, 4 | height = 266, 5 | shift = util.by_pixel( 0.0, -11.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/asteroid-collector/asteroid-collector-top-south.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 238, 4 | height = 254, 5 | shift = util.by_pixel( 0.5, 6.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/asteroid-collector/asteroid-collector-top-west.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 280, 4 | height = 256, 5 | shift = util.by_pixel( -10.5, -2.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/East/big-mining-drill-E-lamp.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 88, 4 | height = 244, 5 | shift = util.by_pixel( 57.0, -31.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/East/big-mining-drill-E-output.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 84, 4 | height = 110, 5 | shift = util.by_pixel( 65.5, -2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/East/big-mining-drill-E-still.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 318, 4 | height = 326, 5 | shift = util.by_pixel( 0.0, -4.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/East/big-mining-drill-E-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 212, 4 | height = 160, 5 | shift = util.by_pixel( 8.5, -56.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/East/big-mining-drill-E-wheels.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 208, 4 | height = 296, 5 | shift = util.by_pixel( 13.0, -3.0), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/North/big-mining-drill-N-lamp.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 322, 4 | height = 80, 5 | shift = util.by_pixel( 0.0, -72.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/North/big-mining-drill-N-still.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 324, 4 | height = 324, 5 | shift = util.by_pixel( 0.0, -12.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/North/big-mining-drill-N-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 150, 4 | height = 176, 5 | shift = util.by_pixel( 1.0, -61.5), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/South/big-mining-drill-S-lamp.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 318, 4 | height = 110, 5 | shift = util.by_pixel( 0.0, 15.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/South/big-mining-drill-S-output.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 134, 4 | height = 78, 5 | shift = util.by_pixel( 1.0, 65.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/South/big-mining-drill-S-still.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 324, 4 | height = 294, 5 | shift = util.by_pixel( 0.0, -5.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/South/big-mining-drill-S-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 152, 4 | height = 174, 5 | shift = util.by_pixel( -1.0, -52.5), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/South/big-mining-drill-S-wheels.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 300, 4 | height = 150, 5 | shift = util.by_pixel( 0.0, 8.0), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/West/big-mining-drill-W-lamp.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 90, 4 | height = 244, 5 | shift = util.by_pixel( -55.5, -31.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/West/big-mining-drill-W-output.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 86, 4 | height = 108, 5 | shift = util.by_pixel( -65.5, -2.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/West/big-mining-drill-W-still.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 318, 4 | height = 326, 5 | shift = util.by_pixel( 0.0, -4.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/West/big-mining-drill-W-top.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 214, 4 | height = 158, 5 | shift = util.by_pixel( -8.5, -56.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/big-mining-drill-drill-dust.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 216, 4 | height = 190, 5 | shift = util.by_pixel( 0.5, -6.5), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/big-mining-drill/big-mining-drill-drill-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 272, 4 | height = 120, 5 | shift = util.by_pixel( 22.0, 3.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/connections/platform-connections-0.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 222, 4 | height = 270, 5 | shift = util.by_pixel( 2.5, -1.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/connections/platform-connections-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 220, 4 | height = 168, 5 | shift = util.by_pixel( 0.5, -24.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/connections/platform-connections-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 148, 4 | height = 198, 5 | shift = util.by_pixel( -2.5, -6.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/connections/platform-connections-3.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 152, 4 | height = 164, 5 | shift = util.by_pixel( -1.0, -20.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hatches/planet-cargo-bay-occluder.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 140, 4 | height = 64, 5 | shift = util.by_pixel( -12.0, -4.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hatches/platform-cargo-bay-occluder.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 136, 4 | height = 70, 5 | shift = util.by_pixel( -13.5, -3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hatches/platform-lower-hatch-back.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 218, 4 | height = 152, 5 | shift = util.by_pixel( -43.5, 53.5), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hatches/platform-lower-hatch-emission.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 96, 4 | height = 74, 5 | shift = util.by_pixel( 19.5, 70.5), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hatches/platform-lower-hatch-front.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 174, 4 | height = 112, 5 | shift = util.by_pixel( -55.0, 64.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hatches/platform-upper-hatch-back.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 326, 4 | height = 318, 5 | shift = util.by_pixel( 46.5, -107.5), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hatches/platform-upper-hatch-front.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 232, 4 | height = 130, 5 | shift = util.by_pixel( 37.0, -51.0), 6 | line_length = 6, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cargo-hubs/hatches/shared-bay-hatch-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 168, 4 | height = 76, 5 | shift = util.by_pixel( 101.25, 45.25), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim1-mask1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 104, 4 | height = 62, 5 | shift = util.by_pixel( -7.0, -38.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim1-mask2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 104, 4 | height = 60, 5 | shift = util.by_pixel( -7.0, -37.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim1-working.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 106, 4 | height = 64, 5 | shift = util.by_pixel( -7.0, -38.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim2-base.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 106, 4 | height = 186, 5 | shift = util.by_pixel( -36.0, 31.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim3-mask1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 18, 4 | height = 104, 5 | shift = util.by_pixel( 65.0, -8.5), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim3-mask2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 18, 4 | height = 104, 5 | shift = util.by_pixel( 65.5, -8.5), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim3-working.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 20, 4 | height = 106, 5 | shift = util.by_pixel( 65.5, -8.5), 6 | line_length = 16, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-anim5-base.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 68, 4 | height = 132, 5 | shift = util.by_pixel( -54.5, -22.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-smoke-mask-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 96, 4 | height = 140, 5 | shift = util.by_pixel( 62.5, -108.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-smoke-mask-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 94, 4 | height = 138, 5 | shift = util.by_pixel( 62.0, -108.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/cryogenic-plant/cryogenic-plant-working-lights.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 110, 4 | height = 162, 5 | shift = util.by_pixel( 41.0, -51.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/demolisher/fissure/demolisher-fissure-hot-fade.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 926, 4 | height = 718, 5 | shift = util.by_pixel( 0.0, -7.0), 6 | line_length = 4, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/electromagnetic-plant/electromagnetic-plant-base.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 238, 4 | height = 252, 5 | shift = util.by_pixel( 2.5, 6.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/foundry/foundry-pipe-connections-north-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 176, 4 | height = 50, 5 | shift = util.by_pixel( 1.0, -77.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/foundry/foundry-pipe-connections-south-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 188, 4 | height = 68, 5 | shift = util.by_pixel( 0.5, 74.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/foundry/foundry-pipe-connections-west-frozen.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 44, 4 | height = 190, 5 | shift = util.by_pixel( -69.5, 1.5), 6 | line_length = 32, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-generator/east/fusion-generator-east-glow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 322, 4 | height = 226, 5 | shift = util.by_pixel( 0.5, -2.0), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-generator/east/fusion-generator-east-uv.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 192, 4 | height = 192, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-generator/north/fusion-generator-north-uv.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 192, 4 | height = 192, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-generator/north/fusion-generator-north.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 244, 4 | height = 376, 5 | shift = util.by_pixel( -2.0, -2.0), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-generator/south/fusion-generator-south-uv.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 192, 4 | height = 192, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-generator/south/fusion-generator-south.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 252, 4 | height = 360, 5 | shift = util.by_pixel( 0.0, 6.0), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-generator/west/fusion-generator-west-glow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 322, 4 | height = 226, 5 | shift = util.by_pixel( 0.0, -3.0), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-generator/west/fusion-generator-west-uv.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 192, 4 | height = 192, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-generator/west/fusion-generator-west.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 370, 4 | height = 240, 5 | shift = util.by_pixel( -0.5, -4.0), 6 | line_length = 3, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 124, 4 | height = 94, 5 | shift = util.by_pixel( -50.5, -90.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-2-glow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 74, 4 | height = 62, 5 | shift = util.by_pixel( 48.0, -99.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 108, 4 | height = 58, 5 | shift = util.by_pixel( 51.5, -103.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-3-glow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 74, 4 | height = 104, 5 | shift = util.by_pixel( 81.0, -64.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-4-glow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 66, 4 | height = 146, 5 | shift = util.by_pixel( 83.5, 24.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-5-glow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 138, 4 | height = 238, 5 | shift = util.by_pixel( 42.5, 43.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-6.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 128, 4 | height = 146, 5 | shift = util.by_pixel( -47.5, 78.0), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-7-glow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 60, 4 | height = 190, 5 | shift = util.by_pixel( -83.5, 25.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-7.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 52, 4 | height = 156, 5 | shift = util.by_pixel( -101.5, 47.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/fusion-reactor/fusion-reactor-connection-8.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 124, 4 | height = 128, 5 | shift = util.by_pixel( -82.0, -61.5), 6 | line_length = 5, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/small/spawner-effect-map-small-1.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 140, 4 | height = 142, 5 | shift = util.by_pixel( -11.0, 10.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/gleba-spawner/small/spawner-effect-map-small-2.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 148, 4 | height = 142, 5 | shift = util.by_pixel( -1.0, 12.0), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning-collector/lightning-collector-charge.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 150, 4 | height = 482, 5 | shift = util.by_pixel( -0.5, -54.5), 6 | line_length = 8, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning-collector/lightning-collector-remnants.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 768, 4 | height = 768, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/lightning-collector/lightning-collector-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 768, 4 | height = 768, 5 | shift = util.by_pixel( 0.0, 0.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_00.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 372, 4 | height = 154, 5 | shift = util.by_pixel( 44.0, -11.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_01.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 300, 4 | height = 160, 5 | shift = util.by_pixel( 31.5, -10.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/plant/ashland-trees/ashland-tree-shadow_10.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 420, 4 | height = 156, 5 | shift = util.by_pixel( 57.5, -11.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-E-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 234, 4 | height = 86, 5 | shift = util.by_pixel( 26.0, -32.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-E-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 378, 4 | height = 144, 5 | shift = util.by_pixel( 49.5, 6.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-N-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 80, 4 | height = 178, 5 | shift = util.by_pixel( -5.0, -47.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-N-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 220, 4 | height = 258, 5 | shift = util.by_pixel( 22.5, -10.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-NE-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 186, 4 | height = 166, 5 | shift = util.by_pixel( 10.0, -47.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-NE-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 240, 4 | height = 204, 5 | shift = util.by_pixel( 49.0, -11.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-NW-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 188, 4 | height = 166, 5 | shift = util.by_pixel( -10.5, -41.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-NW-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 292, 4 | height = 200, 5 | shift = util.by_pixel( 9.5, -29.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-S-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 238, 4 | height = 320, 5 | shift = util.by_pixel( 13.0, 8.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-SE-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 188, 4 | height = 180, 5 | shift = util.by_pixel( 13.5, -25.0), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-SE-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 314, 4 | height = 258, 5 | shift = util.by_pixel( 35.5, 0.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-SW-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 178, 4 | height = 184, 5 | shift = util.by_pixel( -11.0, -18.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-SW-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 268, 4 | height = 322, 5 | shift = util.by_pixel( 13.5, -3.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-W-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 236, 4 | height = 90, 5 | shift = util.by_pixel( -22.5, -27.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-rising-W-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 304, 4 | height = 140, 5 | shift = util.by_pixel( -6.5, -16.5), 6 | line_length = 1, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-E-EMIT.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 130, 4 | height = 194, 5 | shift = util.by_pixel( 44.5, -38.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-E-LED.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 42, 4 | height = 48, 5 | shift = util.by_pixel( -20.5, -25.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-E-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 236, 4 | height = 242, 5 | shift = util.by_pixel( 26.5, -32.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-E-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 374, 4 | height = 268, 5 | shift = util.by_pixel( 50.0, 4.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-N-EMIT.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 184, 4 | height = 82, 5 | shift = util.by_pixel( -2.0, -66.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-N-LED.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 92, 4 | height = 48, 5 | shift = util.by_pixel( -1.5, -15.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-N-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 216, 4 | height = 178, 5 | shift = util.by_pixel( -2.0, -47.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-NE-EMIT.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 190, 4 | height = 142, 5 | shift = util.by_pixel( 31.0, -61.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-NE-LED.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 40, 4 | height = 48, 5 | shift = util.by_pixel( -4.5, -18.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-NE-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 246, 4 | height = 194, 5 | shift = util.by_pixel( 25.0, -53.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-NW-LED.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 90, 4 | height = 82, 5 | shift = util.by_pixel( 17.5, -21.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-NW.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 312, 4 | height = 238, 5 | shift = util.by_pixel( -29.5, -50.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-S-LED.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 96, 4 | height = 62, 5 | shift = util.by_pixel( 0.5, -42.5), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-S-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 216, 4 | height = 202, 5 | shift = util.by_pixel( 1.5, -13.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-S-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 310, 4 | height = 322, 5 | shift = util.by_pixel( 27.0, 10.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-SE-EMIT.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 188, 4 | height = 126, 5 | shift = util.by_pixel( 33.5, -15.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-SE-LED.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 86, 4 | height = 70, 5 | shift = util.by_pixel( -16.0, -42.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-SE-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 244, 4 | height = 204, 5 | shift = util.by_pixel( 27.5, -19.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-SE-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 374, 4 | height = 300, 5 | shift = util.by_pixel( 50.5, 5.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-SW-LED.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 80, 4 | height = 92, 5 | shift = util.by_pixel( 12.0, -42.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-SW-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 314, 4 | height = 312, 5 | shift = util.by_pixel( -4.0, 8.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-W-EMIT.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 130, 4 | height = 196, 5 | shift = util.by_pixel( -41.5, -33.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-W-LED.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 42, 4 | height = 88, 5 | shift = util.by_pixel( 22.5, -30.0), 6 | line_length = 10, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-W-mask.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 236, 4 | height = 242, 5 | shift = util.by_pixel( -23.0, -28.0), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/railgun-turret-shooting-W-shadow.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 308, 4 | height = 264, 5 | shift = util.by_pixel( -6.0, 9.5), 6 | line_length = 7, 7 | } 8 | -------------------------------------------------------------------------------- /dlc/space-age/graphics/entity/railgun-turret/remnants/railgun-turret-remnants.lua: -------------------------------------------------------------------------------- 1 | return 2 | { 3 | width = 250, 4 | height = 256, 5 | shift = util.by_pixel( 6.0, 8.0), 6 | line_length = 1, 7 | } 8 | --------------------------------------------------------------------------------