diff --git a/levelObjects/00_Weapons/weaponProperties.md b/levelObjects/00_Weapons/weaponProperties.md index ae79287..a4e9802 100644 --- a/levelObjects/00_Weapons/weaponProperties.md +++ b/levelObjects/00_Weapons/weaponProperties.md @@ -25,3 +25,16 @@ This subclass describes projectile weapons. 0009 int32 Projectile type (0x00CCSSTT) 000D [3]byte Unknown + +#### Specific 3 Properties + +This subclass describes melee weapons. + +**Specific 3 Properties** (13 bytes) + + 0000 [8]byte [Generic Weapon Info](../GenericWeaponInfo.md) + 0008 int8 Power usage + 0009 uint8 Impact force (pushback on hit) + 000A int8 Range + 000B [2]byte Unknown + diff --git a/levelObjects/index.md b/levelObjects/index.md index 7d58a0b..0da0231 100644 --- a/levelObjects/index.md +++ b/levelObjects/index.md @@ -43,7 +43,7 @@ Many of these bytes are all zero in ```objprop.dat```; In these cases no detaile | Class | Generic | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | |:-----:|---------------------------------------------|----|----------|-----------|-----------|----|----------|----|----| -| 0 | [2](00_Weapons/weaponProperties.md) | 1 | 1 | [16][1/2] | ?? | ?? | ?? | - | - | +| 0 | [2](00_Weapons/weaponProperties.md) | 1 | 1 | [16][0/2] | [13][0/3] | ?? | ?? | - | - | | 1 | [14](01_AmmoClips/ammoClipProperties.md) | 1 | 1 | 1 | 1 | 1 | 1 | 1 | - | | 2 | [1](02_Projectiles/projectileProperties.md) | 20 | [6][2/1] | 1 | - | - | - | - | - | | 3 | [15](03_Explosives/explosiveProperties.md) | 1 | [3][3/1] | - | - | - | - | - | - | @@ -59,7 +59,8 @@ Many of these bytes are all zero in ```objprop.dat```; In these cases no detaile | 13 | 3 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | - | | 14 | [75](14_Critters/critterProperties.md) | 1 | 2 | [2][14/2] | [6][14/3] | 1 | - | - | - | -[1/2]: 00_Weapons/weaponProperties.md#specific-2-properties +[0/2]: 00_Weapons/weaponProperties.md#specific-2-properties +[0/3]: 00_Weapons/weaponProperties.md#specific-3-properties [2/1]: 02_Projectiles/projectileProperties.md#specific-1-properties [3/1]: 03_Explosives/explosiveProperties.md#specific-1-properties [8/5]: 08_Items/itemProperties.md#cyberspace-items-specific-properties