docs: Updated docs for 2.0.0 version

This commit is contained in:
AURUMVORXX
2025-04-15 13:13:31 +03:00
parent 988f901dc8
commit 7ff72c7887
347 changed files with 530 additions and 700 deletions

13
docs/constants/damage.md Normal file
View File

@@ -0,0 +1,13 @@
**Original:** [Damage](https://gothicmultiplayerteam.gitlab.io/docs/0.3.0/script-reference/shared-constants/damage/)
|Name |Description |
|-- | --|
|DAMAGE_UNKNOWN |Represents unknown damage type. |
|DAMAGE_BARRIER |Represents barrier damage type. |
|DAMAGE_BLUNT |Represents blunt (weapon) damage type. |
|DAMAGE_EDGE |Represents edge/sharp (weapon) damage type. |
|DAMAGE_FIRE |Represents fire damage type. |
|DAMAGE_FLY |Represents fly damage type. |
|DAMAGE_MAGIC |Represents magic damage type. |
|DAMAGE_POINT |Represents point (weapon) damage type. |
|DAMAGE_FALL |Represents fall damage type. |