Type is ObjectValue<Species>.

Name Description Usage
identifier(): ResourceIdentifier
Returns the species as a ResourceIdentifier.
v.species.identifier()
name(): String
Returns the species name as a String.
v.species.name()
primary_type(): String
Returns the primary type as a String.
v.species.primary_type()
secondary_type(): String
Returns the secondary type or 'null' as a String.
v.species.secondary()
experience_group(): String
Returns the experience group as a String.
v.species.experience_group()
height(): Double
Returns the height as a Double.
v.species.height()
weigth(): Double
Returns the weight as a Double.
v.species.weight()
base_scale(): Double
Returns the base scale as a Double.
v.species.base_scale()
hitbox_width(): Double
Returns the hitbox width as a Double.
v.species.hitbox_width()
hitbox_height(): Double
Returns the hitbox height as a Double.
v.species.hitbox_height()
hitbox_fixed(): Double
Returns the hitbox fixed as a Double.
v.species.hitbox_fixed()
catch_rate(): Double
Returns the catch rate as a Double.
v.species.catch_rate()