Page 1 of 1
Unit made from a specific resource
Posted: Thu Mar 05, 2015 12:37 pm
by fomalhaut
Is it possible?
I don't know how to define these units in ruleset file (ver2.5).
Or, can't we associate units and resources directly ?
Re: Unit made from a specific resource
Posted: Thu Mar 05, 2015 1:38 pm
by sveinung
fomalhaut wrote:Or, can't we associate units and resources directly ?
I don't think so. It is possible to require a resource via a requirement vector (Resource). Unit build requirements is't a requirement vector. You can do it indirectly. A building type's build requirements is a requirement vector. A unit type's build requirements can include a building (impr_req).
Re: Unit made from a specific resource
Posted: Wed Mar 11, 2015 12:38 pm
by fomalhaut
I see. Thanks a lot.
But I want to make such Civ3-like units without any building.
I suggest adding a direct association of them.
Re: Unit made from a specific resource
Posted: Fri Mar 13, 2015 9:58 am
by GriffonSpade
fomalhaut wrote:I see. Thanks a lot.
But I want to make such Civ3-like units without any building.
I suggest adding a direct association of them.
Such a thing is easier said than done. It will likely take several other features to be implemented before it can be done. Ultimately it will require units to be limited by event flags.