Stash WIP zone effect

This commit is contained in:
2024-10-11 15:04:50 +02:00
parent f51cb839bf
commit b264ab3e40
4 changed files with 397 additions and 66 deletions

View File

@ -1,3 +1,5 @@
import type { ZoneEffects } from '@/stores/zoneEditorStore'
export type Notification = {
id?: string
title?: string
@ -53,6 +55,7 @@ export type Zone = {
height: number
tiles: any | null
pvp: boolean
zoneEffects: ZoneEffects
zoneEventTiles: ZoneEventTile[]
zoneObjects: ZoneObject[]
characters: Character[]