Organic/Crystalline ships only |
Submitted by Lastdreamer on Wed, 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?

Re: Organic/Crystalline ships only
Submitted by Captain Kwok on Wed, 2008-03-05 14:33.
Ok. Use Empire_Has_Racial_Trait("Organic Manipulation") etc instead.

Re: Organic/Crystalline ships only
Submitted by Captain Kwok on Wed, 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.

Re: Organic/Crystalline ships only
Submitted by ekolis on Wed, 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 




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