Hy
i nearlly spent hours by playing with the .ufo-files, also created some new campaings.
I know want to know, if it is possible to modify the time-units or health of the soldier?
Is character_data what i am searching for?
I tried the example-code
character_data {
TEAM_PHALANX EMPL_SOLDIER skill 15 100
TEAM_PHALANX EMPL_SOLDIER ability 15 100
TEAM_ALIEN EMPL_SOLDIER skill 65 100
TEAM_ALIEN EMPL_SOLDIER ability 55 100
}
but if I do so, the campaign is not listed.
Instead, if I try
character_data {
TEAM_PHALANX EMPL_SOLDIER skill 99 100
}
the campaing is listed.
how i am able to modify the number of time units a soldier gots?