12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- infantry[] =
- {
- "SWOP_CIS_droid",
- "SWOP_CIS_droid_AT",
- "SWOP_CIS_droid_sergeant",
- "SWOP_CIS_droid_sniper",
- "SWOP_CIS_droid_mg",
- "SWOP_CIS_superdroid_B2",
- "SWOP_CIS_magnaguard",
- "SWOP_CIS_droid_com",
- "SWOP_CIS_droid_guard",
- "SWOP_CIS_droid_crew",
- "SWOP_CIS_droid_pilot",
- "SWOP_CIS_droid_tactic_black",
- "SWOP_CIS_droid_tactic_blue",
- "SWOP_CIS_droid_tactic_green",
- "SWOP_CIS_droid_tactic_red",
- "SWOP_CIS_camo_droid",
- "SWOP_CIS_camo_droid_AT",
- "SWOP_CIS_camo_droid_sergeant",
- "SWOP_CIS_camo_droid_sniper",
- "SWOP_CIS_camo_droid_com",
- "SWOP_CIS_geon_droid",
- "SWOP_CIS_geon_droid_AT",
- "SWOP_CIS_geon_droid_sergeant",
- "SWOP_CIS_geon_droid_sniper",
- "SWOP_CIS_geon_droid_com",
- };
- vehicles[] =
- {
- "O_SWOP_AAT_1",
- "O_SWOP_Hailfire_1",
- "O_SWOP_MTT_1"
- };
- boats[] =
- {
- "O_Boat_Armed_01_hmg_F"
- };
- air[] =
- {
- "swop_hbomber",
- "swop_tridroid",
- "swop_vulture",
- "swop_HMP_droidgunship",
- "swop_HMP_droidgunship_transport",
- "swop_geofighter"
- };
- static[] =
- {
- "SWOP_Droideka",
- "SWOP_DroidekaSupport",
- "SWOP_DroidekaCamo",
- "SpiderOG",
- "SpiderDSD"
- };
|