DamageClass
Bases: _DataSetIntEnums
This enum class provides the integer values that represent the damage classes in the game. Used in the 'Chnage Object Attack/Armour' and 'Modify Attribute' with the 'Attack/Armour' attibutes
Examples
Source code in AoE2ScenarioParser/datasets/trigger_lists/damage_class.py
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
|
Attributes¶
WONDER = 0
class-attribute
instance-attribute
¶
Value:
0
Since HD. Only wonders has this armour class. However there is no unit that has this attack class.
ALL_BUILDINGS_EXCEPT_PORT = 11
class-attribute
instance-attribute
¶
Value:
11
Port is the building with id 446
PREDATOR_ANIMALS_FE = 14
class-attribute
instance-attribute
¶
Value:
14
Wolf, Bear, Jaguar, Tiger, etc. have this armour class
BATTLE_SHIPS_AND_SABOTEUR = 16
class-attribute
instance-attribute
¶
Value:
16
Camels also had this armour class before AK
CASTLES = 26
class-attribute
instance-attribute
¶
Value:
26
Castles, Kreposts, Fortresses, Poenari Castles
CAMELS = 30
class-attribute
instance-attribute
¶
Value:
30
Camels use this armour class since and after AK