aboutsummaryrefslogtreecommitdiff
path: root/internal/behavior/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/behavior/types.go')
-rw-r--r--internal/behavior/types.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/behavior/types.go b/internal/behavior/types.go
index c43a0d9..7d95cc3 100644
--- a/internal/behavior/types.go
+++ b/internal/behavior/types.go
@@ -79,6 +79,7 @@ type GatherData struct {
Step int
Verb string
ToolName string
+ ToolType string
}
type ProductionData struct {
@@ -213,6 +214,7 @@ type TriggerModuleData struct {
type DropEntry struct {
ItemID string `yaml:"item_id"`
Table string `yaml:"table"`
+ Tool string `yaml:"tool,omitempty"`
Weight int `yaml:"weight"`
Quantity int `yaml:"quantity"`
Depletes bool `yaml:"depletes"`