;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;or the authority of the king is too low
monitor_event FactionTurnEnd FactionType byzantium
if I_LocalFaction byzantium
and RandomPercent < 40
if I_EventCounter byzh_1 < 1
and RandomPercent <= 2
and I_EventCounter history < 1
set_event_counter history 1
historic_event byzh_1 true factions { byzantium, }
end_if
这往后一大段都是,
if I_LocalFaction byzantium
and RandomPercent < 40
这个40是40%的意思,如果猜没错,是每回合有40%几率出现历史的天空事件。
and RandomPercent <= 2
这个<=2是2%几率的意思,如果没猜错,是每次出历史的天空时间,有2%的几率出这个事件。
然后你们想怎么干都明白了吧?
monitor_event FactionTurnEnd FactionType byzantium
if I_LocalFaction byzantium
and RandomPercent < 40
if I_EventCounter byzh_1 < 1
and RandomPercent <= 2
and I_EventCounter history < 1
set_event_counter history 1
historic_event byzh_1 true factions { byzantium, }
end_if
这往后一大段都是,
if I_LocalFaction byzantium
and RandomPercent < 40
这个40是40%的意思,如果猜没错,是每回合有40%几率出现历史的天空事件。
and RandomPercent <= 2
这个<=2是2%几率的意思,如果没猜错,是每次出历史的天空时间,有2%的几率出这个事件。
然后你们想怎么干都明白了吧?
