I'd like to have some new event-command for tech-teams:
type = inc_team_skill which = [team_id/-1] # increase team-skill by one
type = dec_team_skill which = [team_id/-1] # decrease team-skill by one
type = set_team_skill which = [team_id/-1] value = [x]
type = add_team_speciality which = [speciality_id/-1] value = [team_id/-1]
type = remove_team_speciality which = [speciality_id/-1] value = [team_id/-1]
With the last two commands, a tech-team could "learn" or "forget" traits. Ask yourselves what type of events and decisions could be realized with that.
type = inc_team_skill which = [team_id/-1] # increase team-skill by one
type = dec_team_skill which = [team_id/-1] # decrease team-skill by one
type = set_team_skill which = [team_id/-1] value = [x]
type = add_team_speciality which = [speciality_id/-1] value = [team_id/-1]
type = remove_team_speciality which = [speciality_id/-1] value = [team_id/-1]
With the last two commands, a tech-team could "learn" or "forget" traits. Ask yourselves what type of events and decisions could be realized with that.
Upvote
0