list of all the possible effect of a technology
Posted: Wed Mar 11, 2015 1:13 pm
hi,
I try to create a technology to upgrade some vaillia things. So I look for the list of all type of possible 'effect' on a technology.
Because I try to just put a line like that : 'data.raw.turret["gun-turret"].range = 100' but it doesn't work.
So how to have all possible action or type on 'effet' property of 'technology' ?
data:extend({
{
type = "technology",
name = "bombertech",
icon = "__BomberTutorial__/graphics/icon_bomber_tech.png",
effects =
{
{
type = "unlock-recipe", <==== here, what can we put ?
recipe = "bomber"
},
{
I try to create a technology to upgrade some vaillia things. So I look for the list of all type of possible 'effect' on a technology.
Because I try to just put a line like that : 'data.raw.turret["gun-turret"].range = 100' but it doesn't work.
So how to have all possible action or type on 'effet' property of 'technology' ?
data:extend({
{
type = "technology",
name = "bombertech",
icon = "__BomberTutorial__/graphics/icon_bomber_tech.png",
effects =
{
{
type = "unlock-recipe", <==== here, what can we put ?
recipe = "bomber"
},
{