Organic/Crystalline ships only |
Soumis par Lastdreamer le Mer, 2008-03-05 13:22
SE:V MODs
In my mod the Organics and Crystalline race can't use the normal vehicles hulls... but I don't know to forbidd the standard vehicles hull... I've tried with an iif formula in requirement field, but it seems that the program can't parse it. So... how can I make this work?
» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Organic/Crystalline ships only
Soumis par Captain Kwok le Mer, 2008-03-05 14:33
Ok. Use Empire_Has_Racial_Trait("Organic Manipulation") etc instead.
» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Organic/Crystalline ships only
Soumis par Captain Kwok le Mer, 2008-03-05 14:39
The Get_Empire_Racial_Trait function is a boolean operator so you don't need to explicitly state Get_Empire_Racial_Trait("Organic Manipulation") = TRUE.
» Vous devez vous identifier ou créer un compte pour écrire des commentaires

Re: Organic/Crystalline ships only
Soumis par ekolis le Mer, 2008-03-05 14:51
NOT (Empire_Has_Racial_Trait("Organic Manipulation") OR Empire_Has_Racial_Trait("Crystallurgy"))
~~~
The power of the ancients is now yours to command. You are truly the Master... of the obvious 
» Vous devez vous identifier ou créer un compte pour écrire des commentaires




Re: Organic/Crystalline ships only
Add a new requirement where the formula is: (Get_Empire_Tech_Level("Organics Engineering") = 0) or (Get_Empire_Tech_Level("Crystallurgy") = 0)
Space Empires Depot | SE:V Balance Mod