Skip to content

Kit system

Joko edited this page Jan 11, 2017 · 24 revisions

Kit System

Definitions

Kit

THERE IS ONLY ONE KIT GROUP PER KIT
A kit defines:

  • kitGroup: a group attribute which is used for kit limitations
  • availableInSquads: a list of squad types where the kit is available
  • name and icon for others to identify your kit (visible in nametag)
  • special attributes that allow you more than others can do (e.g. use vehicles, improved wound treatment, etc.)
  • the gear you have at spawn

Kit groups

Kit groups limit the available kits to one of the group.

  • requiredGroupMembersPerKit: how many squad members have to exists to make ONE KIT OF THE GROUP available for your squad

Squad type

THERE IS ONLY ONE TYPE PER SQUAD
A squad type defines:

  • groupSize: the maximum member count of the squad
  • requiredPlayers: how many players have to be at your side to make ONE SQUAD OF THIS TYPE available for your side
  • requiredGroups: how many squads the have to exists at your side to make ONE SQUAD OF THIS TYPE available for your side

Kits

Rifleman

This is the normal soldier without any special stuff.

availableInSquads: Rifle, Weapon, Mortar team
kitGroup: Unlimited

Squad leader

This kit is only available ONCE PER SQUAD. It contains some equipment for better commanding (e.g. GPS, Binocular, colored smoke grenades).

availableInSquads: Rifle, Weapon
kitGroup: Unlimited

Medic

This kit allows improved treatment of wounds.

availableInSquads: Rifle, Weapon
kitGroup: Specialist

Automatic rifleman

This kit has a machine gun.

availableInSquads: Rifle
kitGroup: Limited

Grenadier

This kit has an under-slung grenade launcher.

availableInSquads: Rifle
kitGroup: Limited

Marksman

This kit is like rifleman with better scope and DMR rifle.

availableInSquads: Rifle
kitGroup: Limited

Engineer

This kit allows player to repair damaged vehicles. Gear is like rifleman.

availableInSquads: Rifle
kitGroup: Limited

Anti-Air

This kit has an AA launcher.

availableInSquads: Rifle
kitGroup: Limited

Light Anti-Tank

This kit has an unguided AT launcher.

availableInSquads: Rifle
kitGroup: Limited

Heavy Anti-Tank

This kit has an guided AT launcher and probably more ammunition than the LAT kit.

availableInSquads: Weapon
kitGroup: Limited

Heavy machine gun

RATATATATATATATATATATA

availableInSquads: Weapon
kitGroup: Limited

Ammo bearer

This kit has a big backpack with a lot of ammunition.

availableInSquads: Weapon
kitGroup: Unlimited

Driver

This kit allows player to drive armored vehicles.

availableInSquads: Vehicle operators
kitGroup: Specialist

Crewman

This kit allows player to sit at vehicle cannons.

availableInSquads: Vehicle operators, Helicopter operators
kitGroup: Unlimited

Pilot

This kit allows player to fly helicopters.

availableInSquads: Helicopter operators
kitGroup: Unlimited

Sniper

This kit has a ghillie suit and a sniper rifle.

availableInSquads: Recon
kitGroup: Limited

Spotter

This kit has a ghillie suit and a rangefinder.

availableInSquads: Recon
kitGroup: Unlimited

Specialist

This kit has a silencer.

availableInSquads: Recon
kitGroup: Unlimited

Mortar operator

This kit allows use of mortar.

availableInSquads: Mortar team
kitGroup: Limited

Kit groups

Kit selection should work like this:
Basic => Enhanced => Basic => Specialist (Enhanced is available too) => Enhanced => Enhanced => Basic => Specialist (Enhanced is available too) => Enhanced

A squad with nine member consists of THREE basic, FOUR enhanced and TWO specialist kits.
Each specialist kit can be exchanged with a enhanced or basic kit.
Each enhanced kit can be exchanged with a basic kit.

For example in rifle squad:

  1. Squad leader
  2. Autorifleman
  3. Rifleman
  4. Medic
  5. Grenadier
  6. Autorifleman
  7. Rifleman
  8. Medic
  9. Light Anti-Tank

Unlimited

Every squad member can select a basic kit.
requiredGroupMembersPerKit: 1

Limited

One of two squad members can select an enhanced kit.
requiredGroupMembersPerKit: 2

Specialist

One of three squad members can select a specialist kit.
requiredGroupMembersPerKit: 4

Squad types

Rifle

This kit group represents a rifle squad.

groupSize: 9
requiredGroups: 1
requiredPlayers: 1

  • Rifleman
  • Medic
  • Squad leader
  • Automatic rifleman
  • Grenadier
  • Marksman
  • Anti-Air
  • Light Anti-Tank
  • Engineer

Weapon

This kit group represents a weapon squad.

groupSize: 9
requiredGroups: 3
requiredPlayers: 15

  • Rifleman
  • Medic
  • Squad leader (only ONCE per squad)
  • Heavy Anti-Tank
  • Heavy machine gun
  • Ammo bearer

Recon

groupSize: 4
requiredGroups: 4
requiredPlayers: 20

  • Sniper
  • Spotter
  • Specialist

Vehicle operators

groupSize: 4
requiredGroups: 2
requiredPlayers: 10

  • Driver
  • Crewman

Helicopter operators

groupSize: 4
requiredGroups: 2
requiredPlayers: 15

  • Pilot
  • Crewman

Mortar team

groupSize: 3
requiredGroups: 4
requiredPlayers: 20

  • Rifleman
  • Mortar operator