Class: Studio::Dex::CreatureInfo

Inherits:
Object
  • Object
show all
Defined in:
scripts/00800 Studio/00001 Data/00043 Dex.rb

Overview

Data class describing a creature info in the dex

Instance Attribute Summary collapse

Instance Attribute Details

#db_symbolSymbol (readonly)

Get the db_symbol of the creature

Returns:

  • (Symbol)


30
31
32
# File 'scripts/00800 Studio/00001 Data/00043 Dex.rb', line 30

def db_symbol
  @db_symbol
end

#formInteger (readonly)

Get the form of the creature

Returns:



34
35
36
# File 'scripts/00800 Studio/00001 Data/00043 Dex.rb', line 34

def form
  @form
end