Changeset 3583 in orxonox.OLD for orxonox/trunk/src/world_entities/character_attributes.h
- Timestamp:
- Mar 16, 2005, 11:08:33 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/character_attributes.h
r3582 r3583 70 70 /* healt */ 71 71 int health; //<! the healt of a projectile 72 int he lathMax; //<! the max healt of a projectile, =0 if no limit72 int healthMax; //<! the max healt of a projectile, =0 if no limit 73 73 74 74 /* armor/ shields */ … … 81 81 float damageLaserModifier; //<! [0..1] the damage from laser is multiplied with this modifier. there can be things in the world, that are immune to certain damage 82 82 float damagePlasmaModifier; //<! [0..1] the damage from plasma is multiplied with this modifier. there can be things in the world, that are immune to certain damage 83 float damageExplosiveModif er; //<! [0..1] the damage from exposives (rockets, tnt,...) is multiplied with this modifier. there can be things in the world, that are immune to certain damage83 float damageExplosiveModifier; //<! [0..1] the damage from exposives (rockets, tnt,...) is multiplied with this modifier. there can be things in the world, that are immune to certain damage 84 84 85 85 /* energy */
Note: See TracChangeset
for help on using the changeset viewer.