Skip to content

Commit

Permalink
Merge pull request #8 from Eonzenex/master
Browse files Browse the repository at this point in the history
Added Agency & Adversary items
  • Loading branch information
aaronkirkham committed Aug 31, 2019
2 parents dbd3c2f + b822c74 commit 5603afe
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/commands/spawn.h
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,10 @@ class SpawnCommand : public ICommand
"v085_car_explosivetrike_garage",
"v117_boat_duck_garage",
"wpn_905_clusterbomb",

// DLC Adversary pack
"v422_plane_vtoljet_garage",
"v081_car_interceptor",

// DLC Daredevils
"v072_car_vintagesuvdlc1_debug",
Expand Down Expand Up @@ -442,6 +446,42 @@ class SpawnCommand : public ICommand
"dlc2_substrate_weapon_mortar_01_outro",

"demon",

// DLC Danger
"v002_car_vintagesuv_rebel_mission_special_dlc3_intro",
"v851_car_hovercraft_agency",
"v851_car_hovercraft_agency_mission_special_dlc3_outro",
"v123_boat_agencyspy_agency",
"v221_helicopter_agencyspy_agency",
"v270_helicopter_agencydrone_agency",
"v270_helicopter_agencydrone_rebel",
"v908_trailer_agencysmallmobileweapon",

"wpn_100_railgun_miller",
"wpn_205_agency_aa_gun",
"wpn_450_agency_handcannon",
"wpn_460_agency_smg",
"wpn_461_agency_sniper",
"wpn_463_magnesis",

"agent_miller",
"sheldon_dlc3",
"agency_footsoldier_enemy_female_001",
"agency_footsoldier_enemy_male_001",
"agency_sniper_enemy_female_001",
"agency_sniper_enemy_male_001",
"agency_agent_enemy_female_001",
"agency_agent_enemy_male_001",
"agency_agent_enemy_vip_female01",
"agency_agent_enemy_vip_female02",
"agency_agent_enemy_vip_female03",
"agency_agent_enemy_vip_male01",
"agency_agent_enemy_vip_male02",
"agency_agent_enemy_vip_male03",
"agency_agent_enemy_vip_titan01",

"agency_cargo_missile",
"dlc3_water_mine",

// Base game - Characters
"private_enemy_001",
Expand Down

0 comments on commit 5603afe

Please sign in to comment.