home *** CD-ROM | disk | FTP | other *** search
- ; Political Effects File
- ;
- ; types of political events:
- ;
- ; 0=THREAT,
- ; 1=PEACE,
- ; 2=FRIENDLY,
- ; 3=TAUNT,
- ; 4=Movement
- ; 5=Attack,
- ; 6=Capture, // military takeover of city
- ; 7=Takeover, // peaceful takeover of city
- ; 8=Oust, // oust a player from a territory which he had owned
- ; 9=TradeImbalance
- ;
- ; relation to victim flags (add together to combine)
- ;
- ; Alliance=1, // allies with victim
- ; Trade=2, // trade partners with victim
- ; Ignorance=4, // doesn't know victim
- ; Embargo=8, // embargo with victim
- ; AtWar=16, // at war with victim
- ; Self=32, // is victim
- ;
- ;
- ; territory flags (add together to combine)
- ;
- ; Unknown=1,
- ; Owns=2,
- ; WantsBack=4,
- ; WantsToOwn=8,
- ; DoesNotWant=16,
- ; All=255
- ;
- ;
- ; victim type flags (add together to combine)
- ;
- ; Civilian=1,
- ; Military=2,
- ; CivKilled=4,
- ; MilKilled=8,
- ; AllKilled=16,
- ; Any=255
- ;
- ;
- ; type,relation,territory,victim, change
- ;
- pet=0, 32, 255, 255, -25
- pet=1, 32, 255, 255, 25
- pet=2, 32, 255, 255, 10
- pet=3, 32, 255, 255, -10
- pet=5, 32, 255, 16, -10
- pet=5, 32, 255, 8, -2
- pet=5, 32, 255, 255, -1
- pet=6, 32, 255, 255, -15
- pet=7, 32, 255, 255, -5
- pet=8, 32, 255, 255, -25
- pet=9, 32, 255, 255, -5
-
-
-