Class:MonsterFormData
This page documents the MonsterFormData class for Lua scripting.
As an instanced class, it be accessed from Lua after assigning the instance to a variable, such as monsterFormData
Generation
monsterFormData.Generation
Type: System.Int32
What generation it was introduced in
GenderlessWeight
monsterFormData.GenderlessWeight
Type: System.Int32
How often it appears as genderless (weight)
MaleWeight
monsterFormData.MaleWeight
Type: System.Int32
How often it appears as male (weight)
FemaleWeight
monsterFormData.FemaleWeight
Type: System.Int32
How often it appears as female (weight)
BaseHP
monsterFormData.BaseHP
Type: System.Int32
Base HP stat
BaseAtk
monsterFormData.BaseAtk
Type: System.Int32
Base attack stat
BaseDef
monsterFormData.BaseDef
Type: System.Int32
Base defense stat
BaseMAtk
monsterFormData.BaseMAtk
Type: System.Int32
Base special attack stat
BaseMDef
monsterFormData.BaseMDef
Type: System.Int32
Base special defense stat
BaseSpeed
monsterFormData.BaseSpeed
Type: System.Int32
Base speed stat
ExpYield
monsterFormData.ExpYield
Type: System.Int32
Base EXP yield
Height
monsterFormData.Height
Type: System.Double
species/form height
Weight
monsterFormData.Weight
Type: System.Double
species/form weight
Personalities
monsterFormData.Personalities
Type: System.Collections.Generic.List{System.Byte}
Possible personalities (advanced)
TeachSkills
monsterFormData.TeachSkills
Type: System.Collections.Generic.List{RogueEssence.Data.LearnableSkill}
Moves learned by TM
SharedSkills
monsterFormData.SharedSkills
Type: System.Collections.Generic.List{RogueEssence.Data.LearnableSkill}
Egg moves
SecretSkills
monsterFormData.SecretSkills
Type: System.Collections.Generic.List{RogueEssence.Data.LearnableSkill}
Tutor moves
FormName
monsterFormData.FormName
Type: RogueEssence.LocalText
Monster's form title
Released
monsterFormData.Released
Type: System.Boolean
Is it released and allowed to show up in the game?
Temporary
monsterFormData.Temporary
Type: System.Boolean
Is it a temporary form? Cannot be picked in rogue mode if so.
PromoteForm
monsterFormData.PromoteForm
Type: System.Int32
Monster FORM this was promoted from
Element1
monsterFormData.Element1
Type: System.String
elemental typing 1
Element2
monsterFormData.Element2
Type: System.String
elemental typing 2
Intrinsic1
monsterFormData.Intrinsic1
Type: System.String
possible intrinsic 1
Intrinsic2
monsterFormData.Intrinsic2
Type: System.String
possible intrinsic 2
Intrinsic3
monsterFormData.Intrinsic3
Type: System.String
possible intrinsic 3
LevelSkills
monsterFormData.LevelSkills
Type: System.Collections.Generic.List{RogueEssence.Data.LevelUpSkill}
skills learned on level up
References
https://github.com/PMDCollab/PMDC/blob/master/PMDC/Data/MonsterFormData.cs
https://github.com/RogueCollab/RogueEssence/blob/master/RogueEssence/Data/MonsterForm.cs
