From ecba7f726f70b37126d852c38c7e3eec7b04d730 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 22:15:54 -0400 Subject: feat: old standalone trigger systems completely unified into trigger->condition->action system --- internal/item/item.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/item') diff --git a/internal/item/item.go b/internal/item/item.go index 1536006..0a6ef99 100644 --- a/internal/item/item.go +++ b/internal/item/item.go @@ -54,10 +54,10 @@ type DefenseBonuses struct { } type OtherBonuses struct { - Strength int `yaml:"strength,omitempty"` + Strength int `yaml:"strength,omitempty"` RangedStrength int `yaml:"ranged_strength,omitempty"` - Science int `yaml:"science,omitempty"` - Technology int `yaml:"technology,omitempty"` + Science int `yaml:"science,omitempty"` + Technology int `yaml:"technology,omitempty"` } type EquipmentDef struct { -- cgit v1.2.3