Defines campaign events when story related technologies should be researched. More...
#include <cp_event.h>
Data Fields | |
char * | tech |
int | interest |
Defines campaign events when story related technologies should be researched.
Definition at line 63 of file cp_event.h.
the interest value (see ccs.oberallInterest
)
Definition at line 65 of file cp_event.h.
Referenced by CL_ParseCampaignEvents().
char* campaignEvent_s::tech |
technology id that should be researched if the overall interest is reached
Definition at line 64 of file cp_event.h.
Referenced by CL_ParseCampaignEvents().