Code: Select all
[ 'construction-robotics' ] = {
[ 'type' ] = 'technology',
[ 'name' ] = 'construction-robotics',
[ 'icon_size' ] = 256,
[ 'icon_mipmaps' ] = 4,
[ 'icon' ] = '__base__/graphics/technology/construction-robotics.png',
[ 'effects' ] = {
[ 5 ] = {
[ 'type' ] = 'ghost-time-to-live',
[ 'modifier' ] = 36288000,
},
},
[ 'prerequisites' ] = {
[ 1 ] = 'robotics',
},
[ 'unit' ] = {
[ 'count' ] = 100,
[ 'ingredients' ] = {
[ 1 ] = {
[ 1 ] = 'automation-science-pack',
[ 2 ] = 1,
},
[ 2 ] = {
[ 1 ] = 'logistic-science-pack',
[ 2 ] = 1,
},
[ 3 ] = {
[ 1 ] = 'chemical-science-pack',
[ 2 ] = 1,
},
},
[ 'time' ] = 30,
},
[ 'order' ] = 'c-k-a',
},
Code: Select all
[ 5 ] = {
[ 'type' ] = 'ghost-time-to-live',
[ 'modifier' ] = 36288000,
},