Skip to content

SandBox Logic

Wei Chen edited this page Jul 10, 2019 · 1 revision

An Actor will contain

  • Images
  • Items
  • Buffs
  • Properties
  • Controller

Images are all kinds of moves.

An Action will have a series of moves.

Each move can trigger some events.

Events can be

  • Create/Delete actors
  • Modify properties
  • Change images
  • Create/Delete items
  • Create/Delete buffs
  • Create/Delete events

Controller can be

  • AI with different AI type
  • Player control with the player control settings

Properties have

  • Basic Stats
  • Physics Properties
  • AI Type

Items can

  • Be used to trigger some events
  • Contain buffs

Buffs can

  • Modify properties
  • Periodically trigger events

Clone this wiki locally