Stellaris

Stellaris

Nedostatek hodnocení
Cheat Trait & Edicts by Newpace
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Velikost souboru
Přidáno
Aktualizováno
2.271 KB
20. kvě. 2017 v 5.17
20. kvě. 2017 v 9.28
Poznámky ke změnám (3) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Cheat Trait & Edicts by Newpace

Popis
## 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
Počet komentářů: 6
♡ Emanilla ♡ 7. bře. 2019 v 14.33 
is it updated for 2.?
76561198148577520 24. lis. 2017 v 10.10 
update?
Virlomi 6. zář. 2017 v 15.08 
How did you get this mod to give extra trait picks?
Verminator 24. kvě. 2017 v 21.42 
Thanks for the coding lesson, Newpace. I'm always looking to learn something.
Newpace  [autor] 24. kvě. 2017 v 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. kvě. 2017 v 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?