feat: expand seasonal creature collection

This commit is contained in:
Alexander Sellite 2026-08-18 21:20:02 -04:00
parent 925bbb79e5
commit 95c6b8b053
415 changed files with 1688 additions and 389 deletions

View file

@ -1,6 +1,8 @@
class_name FishingContext
extends RefCounted
const CalendarSeasonType = preload("res://world/calendar_season.gd")
var location_tags: Array[StringName] = []
var water_type: WaterType.Type = WaterType.Type.FRESH_WATER
var active_event_tags: Array[StringName] = []
@ -9,3 +11,4 @@ var is_night: bool = false
var is_day_night_transition: bool = false
var is_raining: bool = false
var is_foggy: bool = false
var season: int = CalendarSeasonType.UNKNOWN