fixat mer med traps och arrows och grejjer

This commit is contained in:
2026-01-22 01:03:01 +01:00
parent c0d229ee86
commit eaf86b39fa
20 changed files with 1589 additions and 194 deletions

View File

@@ -55,7 +55,7 @@ var weapon_type: WeaponType = WeaponType.NONE
var two_handed:bool = false
var quantity = 1
var can_have_multiple_of:bool = false
var weight: float = 1.0 # Item weight for encumbrance system
var weight: float = 2.0 # Item weight for encumbrance system (default 2.0 for equipment)
func save():
var json = {