PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Verändern der Einheiteneigenschaften



T101
28.02.06, 21:37
Hi,ich wollte die Einheiteneigenschaften PER EVENT verändern doch der Befehl softattack nimmt das Spiel nicht an?!
Als Vorbild hatte ich die NFM Mod mit den Startevent und wollte das so ähnlich mit den Fallis machen:

command = { type = supplies value = -500 }
command = { type = oilpool value = -300 }
command = { type = manpowerpool value = -10 }
command = { type = ai_prepare_war which = ENG }
command = { type = speed which = 6 value = 2 }
command = { type = softness which = 6 value = 120 }
command = { type = defensiveness which = 6 value = 14 }
command = { type = toughness which = 6 value = 22 }
command = { type = softattack which = 6 value = 15 }
command = { type = hardattack which = 6 value = 3 }
command = { type = supplyconsumption which = 6 value = 2.5 }
command = { type = fuelconsumption which = 6 value = 0.5 }
}

Spocky
15.03.06, 07:20
Der Preussenhusar hat in seinem 1931 eine etwas andere Syntax verwendet



command = { type = build_cost which = infantry when = now where = relative value = -5 }


Versuch mal dein event vergleichbar anzupassen

Spocky