(Created page with "{{Related|Game Properties|INT}} == DAMAGE_TYPE_INT (45) == Description: Defines the type of damage. :{|class="wikitable" ! Value ! Description |- | 0 || UNDEF_DAMAGE_TYPE |-...")
 
No edit summary
Line 1: Line 1:
{{Related|Game Properties|INT}}
== Things I found in the data ==


== DAMAGE_TYPE_INT (45) ==
* [[Hearty Olthoi Cake]]
Description: Defines the type of damage.
* [[Hearty Chocolate Olthoi Cake]]
 
* [[Hearty Olthoi Carrot Cake]]
:{|class="wikitable"
* [[Mana Chocolate Olthoi Cake]]
! Value
* [[Healing Chocolate Olthoi Cake]]
! Description
|-
| 0 || UNDEF_DAMAGE_TYPE
|-
| 1 || SLASH_DAMAGE_TYPE
|-
| 2 || PIERCE_DAMAGE_TYPE
|-
| 3* || SLASHING_PIERCING_DAMAGE_TYPE
|-
| 4 || BLUDGEON_DAMAGE_TYPE
|-
| 8 || COLD_DAMAGE_TYPE
|-
| 16 || FIRE_DAMAGE_TYPE
|-
| 32 || ACID_DAMAGE_TYPE
|-
| 64 || ELECTRIC_DAMAGE_TYPE
|-
| 128 || HEALTH_DAMAGE_TYPE
|-
| 256 || STAMINA_DAMAGE_TYPE
|-
| 512 || MANA_DAMAGE_TYPE
|-
| 1024 || NETHER_DAMAGE_TYPE
|-
| 268435456 || BASE_DAMAGE_TYPE
|-
| 2147483647 || FORCE_DAMAGE_TYPE_32_BIT
|-
|}
 
=== Notes ===
* * Value 3 is a [[Bitmask]] and is achieved from combining 1, and 2. You can combine other values to create other combinations.

Revision as of 21:01, 24 April 2020