Something don´t work right with the Dengi invasion.
Well, after a couple of days, I checked the Diary. And the numbers don´t seemed right to me. So I open a notebook and played a couple of days more.
Day 1
Dengi: 5320 to 5267, Four groups wiped, Dengi should be 5240-5245. Let´s say 25 less than expected.
Skyguard: 6420 to 6183, 237 losses, when the maximum should be 165
Day 2.
Dengi 5267 to 5217, 2 groups whipped. Dengi number should be 5197-5193. . Again 20-25 less that expected.
Skiguards: 6183 to 5988, 195 losses, when the max should be 165
Day 3.
Dengi 5217 to 5163. No MC action. 54 losses.
Skiguard 5988 to 5783. Again well above the theorical 165 max
Day 4;
Dengi 5163 to 5113. No MC action. 50 loses.
Skiguard. 5783+260 event 6043 to 5849. 196 loses. Again well above the theorical 165 max
Code:
<<set _skilled to random(20,65)>>
<<if $dengi_men lte 500>><<set _skilled-=5>><</if>>
<<if $dengi_men lte 1000>><<set _skilled-=5>><</if>>
<<if $dengi_men gte 2000>><<set _skilled+=25>><</if>>
<<if $dengi_men gte 3000>><<set _skilled+=50>><</if>>
<<if $dengi_men gte 5000>><<set _skilled+=100>><</if>>
<<set $faction.ikaanos.men-=_skilled>>
but day 4 seems to have 194 losses, which mean I miss something...