Changeset 7493 for code/trunk/src/modules/pickup/items/ShieldPickup.h
- Timestamp:
- Sep 27, 2010, 7:53:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/pickup/items/ShieldPickup.h
r7456 r7493 51 51 A Pickup which can add a Shield to the Pawn. 52 52 53 1) The percentage: The percentage the shield takes from the damage dealt to a Pawn 54 2) The hit points: The amount of damage points a shield can teake before collapsing 55 3) The activation type: 'immediate' or 'onUse'. defines if the item is used when it's picked up or only after the player chooses to use it. 56 4) The duration: the activation time of the pickup. 53 There are 4 parameters that can be cosen. 54 - The @b percentage The percentage the shield takes from the damage dealt to a Pawn 55 - The @b hit @b points The amount of damage points a shield can teake before collapsing 56 - The @b activation @b type 'immediate' or 'onUse'. defines if the item is used when it's picked up or only after the player chooses to use it. 57 - The @b duration the activation time of the pickup. 57 58 58 59 @author
Note: See TracChangeset
for help on using the changeset viewer.