Berent Baris
Chieftain
- Joined
- Jun 4, 2020
- Messages
- 12
Hi, I'm trying to create a mod that gives all civs and leaders the same agenda (paranoid). Do you know how I can do that? I tried an SQL file with:
Update LeaderTraits
Set TraitType = TRAIT_AGENDA_PARANOID;
but it didn't work I think. Any suggestions? Thank you!!
Update LeaderTraits
Set TraitType = TRAIT_AGENDA_PARANOID;
but it didn't work I think. Any suggestions? Thank you!!