Stellaris

Stellaris

Ei tarpeeksi arvosteluja
Cheat Trait & Edicts by Newpace
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
2.271 KB
20.5.2017 klo 5.17
20.5.2017 klo 9.28
3 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Cheat Trait & Edicts by Newpace

Kuvaus
## Cheat Trait & Edicts

## Added 1 cheating trait
## Added 4 cheating Edicts
## See the screenshot above

## For player only
## AI can not pick cheat trait or edicts

## Game version 1.6.x & above supported, i think
6 kommenttia
♡ Emanilla ♡ 7.3.2019 klo 14.33 
is it updated for 2.?
76561198148577520 24.11.2017 klo 10.10 
update?
Virlomi 6.9.2017 klo 15.08 
How did you get this mod to give extra trait picks?
Verminator 24.5.2017 klo 21.42 
Thanks for the coding lesson, Newpace. I'm always looking to learn something.
Newpace  [tekijä] 24.5.2017 klo 19.03 
u can fine AI related code at event folder :D

trigger = {
is_ai = no # stops AI from getting it.
has_trait = "trait_cheating" # checks for the trait, if the person has that trait trigger.
}
Verminator 24.5.2017 klo 3.10 
Awesome, thanks for the mod.

One question though, I was really intrigued in how you made a trait that the AI wouldn't or couldn't use, so I looked at your code trying to learn something, and other than "cost = -10", I can't see how you pulled it off. Is that the trick, just put the trait cost to -10?