All Packages Class Hierarchy This Package Previous Next Index
Class com.loki3.cyber.pawn.WeaponMaker
java.lang.Object
|
+----com.loki3.cyber.pawn.WeaponMaker
- public class WeaponMaker
- extends java.lang.Object
Support class for creating Weapons. Specific weapon types
inherit all these properties.
This object is referenced by Import to set the properties of a weapon.
Use the properties listed here directly (e.g. <hitpoints>100</hitpoints>).
- See Also:
- Weapon
AmmoSpeed- speed ammo travels
HitPoints- amount of damage unit can take before being destroyed
Offset- distance from center of unit scanner is on to center of scanner
ReloadSpeed- number of ticks between being able to fire weapon
Rounds- number of rounds of ammunition weapon holds
WeaponMaker()
-
HitPoints
public double HitPoints
amount of damage unit can take before being destroyed
AmmoSpeed
public double AmmoSpeed
speed ammo travels
ReloadSpeed
public double ReloadSpeed
number of ticks between being able to fire weapon
Rounds
public int Rounds
number of rounds of ammunition weapon holds
Offset
public Vector Offset
distance from center of unit scanner is on to center of scanner
WeaponMaker
public WeaponMaker()
All Packages Class Hierarchy This Package Previous Next Index