StatCard_API
Made for modders by modders
A collection of all the StatCards in the game, with their respective properties and functions.
Contents
Some links put you slighty downwards, scroll up a bit to see the full statcard.
StatCard_Base
StatCard_Event
StatCard_ItemQuality
StatCard_Origin
StatCard_Squad
StatCard_Wave
StatCard_XP
StatCard_Ammo
The physical representation of a bullet discharged from a ranged weapon.
Extends StatCard_WeaponStats_Base
BecomeDebrisOnHit: <bool>
If enabled, bullet becomes a physical object on impact.
Bullet: <GameObject>
The bullet object
Casing: <GameObject>
The casing object ejected from the weapon
CasingSound: <string>
Path directory for the casing sound effect
DamageOverTimeEffect: <StatCard_DoT>
The Damage Over Time effect to apply on impact with a valid target
DamageType: <DamageType>
Affects how a target will react to damage
DefaultPickupAount: <int>
Deprecated: How much ammo is picked up when walked over
DeflectBulletEffect: <GameObject>
Particle effect when bullet bounces off of something
ExplodeInSeconds: <float>
If object has Explosion property, object will detonate after this amount of time (60 = 1 second)
Explosion: <StatCard_Explosion>
Bullet will explode and remove itself with this effect.
Flare: <GameObject>
Particle effect attached to this bullet after hitting a target
BecomeDebrisOnHit must be enabled for this to apply
GravityMultiplier: <float>
How much gravity drops this bullet
Heatseek: <float>
The level of strength that this bullet will guide itself towards its target, 0 = no heatseeking
HitCharacterSplosion: <GameObject>
The impact effect when bullet has hit a valid target
ImpactSound: <string>
The sound effect when bullet has hit a surface
ImpactSplosion: <GameObject>
The impact effect when bullet has hit a surface
ImpactUsesBulletNormal: <bool>
If enabled, ImpactSplosion will be oriented based on bullets facing; otherwise will use surface normal
NoSFXOnHit: <bool>
If enabled, character will not play sound specified by HitByWeaponSFX when hit by this bullet
Shots: <int>
The amount of bullets fired per shot (i.e buckshot)
ShotSpread: <float>
Random guassian for amount of spread of duplicate shots, 0 = no spread
Speed: <float>
The speed of this projectile
SpeedBoost: <Vector2>
StatCard_Animation
A character animation with adjustable parameters based on the context of its use
Extends StatCard_Base
myClips: <AnimationClip>[]
List of animation clips
myGroups: <StatCard_Animation>[]
myPairs: <AnimationClipPair>[]
ArbitraryBools: <bool>[]
ArbitraryFloats: <float>[]
Statcard_AnimSet
A list of animations used by a character; Includes properties to override certain animations that will otherwise default or be non-existent if unspecified.
Animations must be compatible with the specified property to function properly.
Extends StatCard_Base
IdleAnimation: <StatCard_Animation>
The looping idle animation of this character
WalkAnimation: <StatCard_Animation>
The steady walking animation of this character (used for walk aiming and blocking)
RunAnimation: <StatCard_Animation>
The standard walking animation of this character
DashAnimation: <StatCard_Animation>
The dashing animation of this character; determined by Dash skill if unspecified
StunAnimations: <StatCard_Animation>[]
An array specifying the stun animations that play.
Array always contains two elements, the first being the stun animation for the body, the second for the head
DeathAnimations: <StatCard_Animation>[]
An array specifying the death animations that play.
Array always contains two elements, the first being the stun animation for the body, the second for the head
If array is empty, character will simply ragdoll on death
PickupAnimation: <StatCard_Animation>
Override animation for picking up a weapon; determined by Pickup Leaping skill if unspecified
StandUp: <StatCard_Animation>
The ragdoll recovery animation; determined by Fast Get-up skill if unspecified.
FallLand: <StatCard_Animation>
The fall landing animation; determined by Fall Tumble and Fall Roll skills if unspecified.
IdleEmotes: <StatCard_Animation>
AI emotes played at random intervals when status is set to unaware.
Animation chosen at random from myClips property of Statcard_Animation
HuntingEmotes: <StatCard_Animation>
AI emotes played after navigating to random point when status is set to aware.
Animation chosen at random from myClips property of Statcard_Animation
WakeupEmotes: <StatCard_Animation>
AI emotes played when acquiring a target.
Animation chosen at random from myClips property of Statcard_Animation
This emote will be ignored if AI has unphased trait
CombatEmotes: <StatCard_Animation>
AI emotes played when they have either killed or incapacitated (ragdolled) their target
Animation chosen at random from myClips property of Statcard_Animation
AngryEmotes: <StatCard_Animation>
AI emotes played before applying angry charger status
Animation chosen at random from myClips property of Statcard_Animation
AI must have a variant of AngryCharger behavior for this emote to play.
Override_Unarmed: <StatCard_Animation>
Override for unarmed attacks; if not specified, will be determined based on core unarmed skill level.
Override_Melee: <StatCard_Animation>
Override for one handed melee attacks; if not specified, will be determined based on core melee skill level.
Character will use weapons UsageAnimation if core melee skill >= UsageAnim_CoreLevelRequired
Override_Melee2h: <StatCard_Animation>
Override for two handed melee attacks; if not specified, will be determined based on core melee skill level.
Character will use weapons UsageAnimation2xHand if core melee skill >= UsageAnim_CoreLevelRequired
Override_Ranged: <StatCard_Animation>
Override for ranged weapon attacks; if not specified, will be determined based on core ranged skill level.
Override_Shove: <StatCard_Animation>
Override for special strike. If not specified, will be determined by Special Strike and Better Special Strike skills.
Override_Block: <StatCard_Animation>
Override for blocking attacks. If not specified, will be determined whether or not character is unarmed.
Override_ChargeUp: <StatCard_Animation>
Override for charged up attacks. If not specified, will be determined whether or not character is unarmed.
Override_DashAttack: <StatCard_Animation>
Override for dash attacks. If not specified, will be determined by Dash Attack and Heavy Dash Attack skills.
Override_DashSpecial: <StatCard_Animation>
Special dash attack used by angry chargers.
Character must have AngryCharger behavior to use this animation.
Override_Dodge: <StatCard_Animation>
Override dodge animation. If not specified, will be determined based on core acrobatic skill level (does not apply to snap-dodge)
Override_Grapple: <StatCard_Animation>
Grapple to apply when has target in a grapple; does not apply to sword locks.
HandsTied_Unarmed: <StatCard_Animation>
Unarmed attacks if character is wearing an armor item with NoHands trait.
BullRush: <StatCard_Animation>
Animation for bullrush attacks
Character must have AngryCharger_Bullrush behavior to use this animation.
RearSmash: <StatCard_Animation>
Animation to perform when target is directly behind them.
Character must have RearSmash behavior to use this animation.
SpawnIn: <StatCard_Animation>
Animation played when character spawns in without using an available entrance.
Is typically used for characters with the NinjaSpawn trait.
Special_Angry: <StatCard_Animation>
Animation played if character has been hit 5 times in rapid succession.
Character must have H2HAngry trait to use this animation.
FootstepAudio: <string>[]
Array specifying audio directories for footstep sounds.
FallLandAudio: <string>[]
Array specifying audio directories for landing sound effects.
Array always have 3 sizes, and specifies sounds based on fall height, from shortest to greatest.
StatCard_Armor
Armor and clothing that characters can wear, can apply bonuses and encumbrance, and can affect a characters fighting ability.
Extends StatCard_Item
ArmorRating: <Vector2>
Armor rating applied to the character based on slot position; x value of Vector determines armor value
DeathEvents: List<DeathEvents>
Death events that occur in sequence when a character dies and is resurrected; The character dies if its current death event fails, or armor is broken and/or removed.
DisablePartOnEquip: <bool>
Encumbrance: <float>
The amount of encumbrance this item encumbers
Only applies to characters with CountWornArmor enabled
If encumbrance goes over characters max encumbrance, character has their core acro and tac bar downgraded
Executions: <StatCard_Execution>[]
The type of executions performed while wearing this armor; executions will be disabled if armor is removed or broken
MaterialSets: List<MaterialSet>
Array of Materials used for each corresponding element in MeshSets
MeshSets: List<Mesh>
Array of Meshes used for alternate styles, MeshSet[0] = default style
Slot: <Catalog_Armor.ArmorSlots[]>
The slot that this armor is attached to on a character
Swatch_Pairs: List<ColorPair>
Available swatches to this armor, affects primary and secondary colors
Swatch_Solos: List<ColorSolo>
Available swatches to this armor, affects glass colors
Tint_Primary: List<Color>
List of default primary colors for this outfit. If empty, cannot have colorpair swatches applied.
If not listed as a part of a uniform, primary color will be chosen from this list at random
Tint_Secondary: List<Color>
List of default secondary colors for this outfit. If empty, cannot have colorpair swatches applied.
If not listed as a part of a uniform, secondary color will be chosen from this list at random
Tint_Glass: List<Color>
List of default glass colors for this outfit. If empty, cannot have colorsolo swatches applied.
If not listed as a part of a uniform, glass color will be chosen from this list at random
Traits: List<ArmorTraits>*
Physical traits attached to this armor, applies regardless of CountWornArmor on character
StatCard_Base
The Base representation for all StatCards
FullName: <string>
The full name of this object, used in official references to this stat card.
ShortName: <string>
The short-hand name of this object, used for quick references to this stat card.
Description: <string>
A brief summary of this statcard.
StatCard_Character
Profile for a grunt combatant
Extends StatCard_Base
AlternateParts: <Part_BodyPart>[]
Array of alternate parts swapped out with the characters model (must be compatible with model itself).
AnimationSet: <StatCard_AnimSet>
The animation set used by this character
ArmorHead: <Vector2>
The natural armor value to this characters head; x value of Vector determines armor value (Ignored if CountWornArmor is true).
ArmorBody: <Vector2>
The natural armor value to this characters torso; x value of Vector determines armor value (Ignored if CountWornArmor is true).
Attributes: <int>[]
A 4-element array specifying the characters attributes in the following order: Strength, Endurance, Dexterity, Tactics
Behaviors: <BehaviorList>[]
Behavior modules applied to this character when AI controlled.
Blood: <Color>
The color of this characters blood.
BloodSpray: <StatCard_Textures>
The decal applied to world geometry when this character bleeds sufficiently
BloodSpurt: <GameObject>
Blood effect when character is wounded
CharacterEnabled: <bool>
If enabled, character can be spawned in the playground
CorpusBlocks: <StatCard_Corpus>[]
Array of corpus blocks for this character; first item in array is last corpus block to be broken.
CountWornArmor: <bool>
If enabled, character will use accumulative armor values and encumberance of all worn armor.
DeactivateTime: <float>
Time before character is considered deactivate, value of 60 = 1 second
Only applies to characters with EffectOnDeactivate or VanishDeactivate traits
DefaultArmor: <StatCard_Armor>[]
Armor applied to this character.
If any armor pieces support colorization, all colors are randomly selected. See Uniform for customizable version.
If an element is undefined, armor will not be applied.
DefaultControl: <Controller_Base>
The Default controller attached to this character, is hardly ever used.
DefaultFaction: <Factions>
The alleigiance of this character, will target anyone outside of their allegiance with the following exceptions:
If set to Player, character will never target, nor can be harmed by the player
If set to Neutral, character will never target, nor can be harmed by anyone
If set to None, character will target everyone, and can be harmed by everyone, including anyone else set to None.
Characters in a squad set to None will not target each other, but they are still prone to friendly fire
Characters generated by arena waves are automatically set to Enemy
DefaultLoadout: <StatCard_Loadout>
The default loadout of this playable character when loaded into a story mission.
DefaultPrimary: <StatCard_Weapon>
The primary weapon of this character. If generated in arena, will not be overridden by stage.
DefaultSecondary: <StatCard_Weapon>
Theweapon attached in the off-hand of this character; must have Dual Wield skill or DualWieldOverride trait.
DefaultSidearm: <StatCard_Weapon>
The secondary weapon on the characters back; will automatically equip to appropriate slot if shield or thrown
Executions_Defensive: <StatCard_Execution>[]
The type of execution performed if an opponent performs an execution against this character; if not specified, will default to opponents execution.
Executions_Offensive: <StatCard_Execution>[]
The type of execution this character performs on an opponent; if not specified, will default automatically to an appropriate exeucution.
FallLand: <GameObject>
Particle effects for when character lands from an egregious height.
Fist: <StatCard_Weapon>
The natural unarmed weapon attached to this character (Must be an unarmed weapon).
Footprint: <Material>
Decal applied with each step when a character steps out of a pool of blood.
Gibs: <StatCard_Textures>
Headbutt: <StatCard_Weapon>
The unarmed weapon used for head butting (see Combat_U_Gestalt) (Must be an unarmed weapon).
Health: <float>
The amount of health per corpus block.
HitByWeaponSFX: <string>[]
Array of sound directories for when character is damaged.
ItemGenres: List<ItemGenre>
List of weapon genres that character is restricted to when generated by arena wave
Kick: <StatCard_Weapon>
The unarmed weapon used for kicking, typically special strikes (Must be an unarmed weapon).
Level: <int>
The threat level of this character, typically determines reflexes, aggression, and arena weapon tier.
At level 3, AI are eligible to pickup weapons if they dont have any
At level 5, AI are eligible to be squad leaders; highest level is denoted as squad leader
LifeEffect: <GameObject>
Passive particle effect on this character
myRef: <GameObject>
The characters model
RemoveSkills: List<SkillsList>
Removes these skills from the characters skill groups.
Scale: <float>
Multiplier for the characters physical size, affects executions and health multiplier in Madness Mode.
SkillGroups: <StatCard_SkillGroup>[]
Array of skill groups applied to this character.
Skills: <SkillsList>[]
Array of skills applied to this character.
SlamExplode: <StatCard_Explosion>[]
Explosion referenced for certain animations (See Combat_U_Mag)
Speed: <Vector3>[]
Speed multiplier applied to this character after dexterity speed bonus is applied.
X = Speed multiplier (default = 1)
Y = multiplier for acceleration (character must have WalkPulse trait for this to apply)
Z = multiplier for Deacceleration (character must have WalkPulse trait for this to apply)
Speed_SprintBonus: <float>
Multiplier for the characters dashing speed after athletics speed bonus is applied.
SwapMaterials: <StatCard_Character.MaterialSwap>[]
Array of materials to be swapped on this character.
TacBar: <float>
Multiplier for the characters tac bar.
TeleportEffect: <GameObject>
Particle effect when character teleports.
TextChatter: <StatCard_Chatter>
Chatter applied to this character
Title: <string>
Role or Profession of this character, shown at the bottom of a characters profile menu.
Traits: <TraitsList>[]
Array of physical traits applied to this character.
UnarmedReplacement: <StatCard_Weapon>
If character is generated unarmed, will have this as a default weapon.
Uniform: <UniformWearable>[]
Armor applied to this character, can be colorized and altered with different styles.
VariableArmor: <ArmorList>[]
Array of randomly selected armor lists.
If any armor pieces support colorization, all colors are randomly selected. See Uniform for customizable version.
If an element is undefined, armor will not be applied, useful for having No Armor as an option.
VariableTint: List<Color>
Tint color applied to head and hands of this character; tint is randomly selected from the list.
VariableTint2: List<Color>
Tint color applied to torso and feet of this character; tint is randomly selected from the list.
Vocations: <VocationList>[]
List of vocations this character has; affects world object interaction.
VoiceSet: <StatCard_VoiceSet>
The characters voice
WeaponPreference: <WeaponCategories>
The type of weapon that this character will spawn with when generated by arena.
If WeaponPreference is Unarmed, AI will not pick up weapons; will otherwise search for a matching weapon preference if empty handed.
MaterialSwaps
materials: <Materials>[]
array of materials to swap
parts: <ModelParts>[]
Array of body parts to swap the corresponding materials with
StatCard_Chatter
Chatter is how a characters dialogue is written through either personal chatter or narration. The characters font and color can be customized for further personality.
Extends StatCard_Base
Attacking: <string>[]
Line spoken at random when the character performs an attack.
Chasing: <string>[]
Line spoken at random when the character is chasing its target
Color: <Color>
The color of the characters dialogue.
Died: <string>[]
Line spoken at random when the character dies.
EnemyDown: <string>[]
Line spoken at random when the character has killed, or ragdolled a target.
Font: <Font>
The font of this characters dialogue
FriendDied: <string>[]
Line spoken at random when the character has witnessed an ally die.
If character has Coward behavior, will use this line when an enemy gets too close and retreats.
Size: <int>
The size of the dialogue font.
Spawned: <string>[]
Line spoken at random when a character enters the room, or spots a new target while in combat
Style: <FontStyle>
Font style of this dialogue
Waiting: <string>[]
Line spoken at random when the character is queued for attacking a target.
WakeUp: <string>[]
Line spoken at random when the character spots a target while unaware or hunting
Wounded: <string>[]
Line spoken at random when the character is damaged
StatCard_Collectible
A story mode item that serves as a key for the player to pick up. Collectibles can be applied as requirements for interactive world objects orexecutions. When a collectible is added to the players inventory, any character in the players squad can use it.
Extends StatCard_Item
StatCard_Consumable
A power up item that is automatically picked up by the player when approached.
Extends StatCard_Item
StatCard_Corpus
The physical representation of a corpus block; can be given bonuses, damage multipliers, and ways to cheat death
Extends StatCard_Base
BorderColor: <Color>
The color of the border surrounding this corpus block
DamageMultiplier: <float>
Multiplies total damage applied to this corpus block by this amount.
DeathEvents: List<DeathEvents>
Death events that occur in sequence when a character dies and is resurrected; The character dies if its current death event fails.
DestroyEffect: <ParticleSystem>
UI particle effect when this corpus block is broken
HurtEffect: <ParticleSystem>
UI particle effect when this corpus block is damaged
Icon: <Sprite>[]
Array of sprites displayed in sequence among list of characters corpus blocks
myBuffs: List<BonusStats>
Bonuses applied to this characters corpus block; bonuses apply regardless of characters current corpus block, or if block is broken.
Traits: <TraitsList>[]
Array of physical traits applied to this character when this corpus is active.
StatCard_DoT
A Damage-Over-Time effect applied to a character, can be applied from weapons, ammo, or explosions.
Extends StatCard_Base
AttachPart: <ModelParts>
Where the DOT effect attaches itself to on a character
Buffs: List<Buffs_Manager.BuffEffects>
The type of buffs this DoT effect applies
Chance: <float>
The probability of a DoT effect applying
ConditionsToEnd: <DoT_Manager.ResolutionConditions>
What it takes to end the suffering
ConditionsToReduce: <DoT_Manager.ResolutionConditions>
What it takes to ease the suffering
ConstantEffect: <GameObject>
Passive effect applied to this character
DamageEffect: <GameObject>
Effect that activates when character is damaged
DamageFrameBuffer: <float>
Amount of frames meant to pass before damage can reapply
Effects: <DoT_Manager.Effects>
Status effects applied by this DoT effect
FlashColor: <Color>
Character flashes this color when damaged
Icon: <Image>
TimeInFrames: <float>
Amount of time DoT effect lasts for by default
Type: <DamageType>
Affects how targets will react to damage
StatCard_Execution
An exeution that a character can perform on another character, typically on dizzied opponents.
Extends StatCard_Base
Animations: <AnimationPair>[]
Array of animations for a lethal execution, elements chosen at random
Animations_NoKill: <AnimationPair>[]
Array of animations for a failed execution, elements chosen at random
myConditions: List<Execution_Manager.Conditions>
Conditions that must be met to perform this execution
mySource: List<Execution_Manager.Source>
The type of execution this is considered
Priority: <int>
Highest valid execution will be chosen from its source list
RequiredItem: <StatCard_Item>
The item that the character must have in person/inventory to perform this execution
ScaleDiffMinMax: <float>[]
Array of two floats specifying the min and max constraints for a characters Scale to perform this execution.
SelectColor: <Controller_Player.SelectionColors>
Character will be highlighted in this color to show that execution can be performed
Special: List<StatCard_Execution.SpecialRules>
Additional conditions that must be met for this execution to be performed.
SpecialRules
NONE: No special rules applied
Bribe: Alternative execution, hold shift to use this execution. Makes the enemy join the executioners team
ImprovWeapon: Ignores Dizzy check, used for weapons that can be improvised.
StatCard_Explosion
A physical explosion that affects characters within its radius, does not affect source.
Extends StatCard_Base
ArmorPiercing: <float>
Amount of armor piercing this explosion does
Damage: <float>
Amount of damage this explosion does, affected by DropOff
DamageOverTimeEffect: <StatCard_DoT>
The Damage Over Time effect to apply to all valid targets in its radius
Dropoff: <float>
Ratio at which damage begins to dropoff to 0; 0 = uniform dropoff, 1 = no dropoff
ExplosionEffect: <GameObject>
Particle effects for explosion
ExplosionSound: <string>
Path directory for explosion sound
FloorScar: <StatCard_Textures>
Decal to leave at impact site of explosion
HitThroughWalls: <bool>
If enabled, explosion will ignore terrain
Ragdoll: <float>
Amount of time applied to ragdolling effect from this explosion
RagdollYMultiplier: <float>
Amount of lift ragdolled characters get from this explosion
Range: <float>
The radius of this explosion
Type: <DamageType>
Affects how targets will react to damage
VictimImmuneFallDamage: <bool>
If enabled, ragdoll is immune to fall damage for the duration of their flight
StatCard_Item
A physical item that characters can equip; has properties for determining its size, weight, and how it can be purchased.
Extends StatCard_Base
BreakDebris: <GameObject>
Particle effects for if the item breaks
DestroyedRef: <GameObject>
Reference to destroyed version of this model, used for guns with no ammo
ForSale: <StatCard_Item.Store>
Which store this item is available for purchase in.
Genre: <ItemGenre>
The genre of this item; affects who can spawn with it in Arena.
MenuIcon: <Sprite>
The icon for this item in the store
MenuIconName: <string>
Name of this menu icon
myBuffs: List<BonusStats>
Bonuses applied to the character when this item is equipped
myRef: <GameObject>
Reference to this items model
Size: <float>
The size of this weapon; for StatCard_Weapon, this determines whether a character has sufficient strength to hold the item with one hand
Tier: <int>
Tier of this item, used for determining when it is available in the store based on Arena progression.
Weight: <float>
The weight of this item; determines how characters can throw the item, and how much its affected by gravity
Store
NONE: Cannot be purchased
Quartermaster
Blacmarket
StatCard_Loadout
A stockpile of weapons that both players and AI can choose from.
Extends StatCard_Base
BorrowedLoadouts: List<StatCard_Loadout>
List of other loadouts to include in this loadout.
Warning: Stacks recursively, do not loop back to this loadout.
LockedToCharacter: <StatCard_Character>[]
If loadout is selected in Story Mode, only the characters in this array can equip it.
Tier: <int>
Deprecated: Tier of this item would determine if enemy would spawn with it in old version of arena.
WeaponStockpile: List<StatCard_Weapon>
List of weapons that will be chosen at random when AI is assigned to a loadout in Story Mode.
If used as a selectable story mode loadout, character will be equipped with first 5 weapons in array, the order is as follows:
Primary weapon, main hand
1: Primary weapon, off hand
Secondary weapon: main hand
Secondary weapon: off hand
Throwable weapon
StatCard_Loadout_Wardrobe
A set of armor that can equipped to a player character in the stage selection screen of story mode, also comes with bonuses.
Extends StatCard_Base
AllowedUsers: List<StatCard_Character>
If loadout is selected in Story Mode, only the characters in this list can equip it.
AlternateParts: <Part_BodyPart>[]
Array of alternate parts swapped out with the characters model (must be compatible with model itself).
ArmorHead: <Vector2>
The natural armor value to this characters head; x value of Vector determines armor value (Ignored if CountWornArmor is true).
ArmorBody: <Vector2>
The natural armor value to this characters torso; x value of Vector determines armor value (Ignored if CountWornArmor is true).
BonusCorpus: <StatCard_Corpus>[]
Appends the array of corpus blocks onto the assigned character.
EmptySlots: <Catalog_Armor.ArmorSlots>[]
Array of slots that will be cleared out of the characters default items (items automatically replaced by OutfitPieces and UniformPieces)
EncumbranceSpeedPenalty: <float>
Multiplier for speed penalty.
OutfitPieces: <StatCard_Armor>[]
armor applied to this character.
If any armor pieces support colorization, all colors are randomly selected. See Uniform for customizable version.
If an element is undefined, armor will not be applied.
SwapMaterials: <StatCard_Character.MaterialSwap>[]
Array of materials to be swapped on this character.
UniformPieces: <UniformWearable>[]
Armor applied to this character, can be colorized and altered with different styles.
Unlike OutfitPieces, valid armor pieces must be selected.
StatCard_Mission
An objective attached to a stage to be completed; displays in the bottom left corner when assigned and completed.
Extends StatCard_Base
Mission: <Mission_Instance>
The mission to perform in the attached stage
StatCard_Origin
A starting origin for an arena player character; can provide starting bonuses such as gear, attribute adjustments, and skills
Extends StatCard_Base
AmEnabled: <bool>
If enabled, choice of origin will be visible (not affected by imprint system).
AttributeBonusess: <int>[]
A 4-element array modifying the characters attributes in the following order: Strength, Endurance, Dexterity, Tactics
v Values are added/subtracted from CharacterTypes attributes
v After origin is unlocked; successive imprints will increment values by 1 with each imprint.
CharacterType: <StatCard_Character>
The character that the player will control when playing as this origin
v If character has armor equipped, will be replaced by DefaultArmor and DefaultGear
DefaultArmor: <StatCard_Armor>[]
armor applied to this character.
v If any armor pieces support colorization, all colors are randomly selected. See Uniform for customizable version.
v If an element is undefined, armor will not be applied.
DefaultGear: <UniformWearable>[]
Armor applied to this character, can be colorized and altered with different styles.
Unlike OutfitPieces, valid armor pieces must be selected.
Icon: <Sprite>
The icon that represents this origin in the imprint selection screen
ImprintsTilUnlock: <int>
The amount of imprints needed to unlock this origin
myBuffs: List<BonusStats>
Passive bonuses applied to the CharacterType
SkillFocus: <Catalog_Skills.SkillGroups>
Category of skills that this character is focused in; allows player to purchase focus skills.
SkillWeakness: <Catalog_Skills.SkillGroups>
Category of skills that this character is struggling in; prevents player from unlocking Core 3 skills.
SpecialSkills: <StatCard_Skill>
Array of skills that automatically come equipped with this origin.
Swatch_Pairs: List<ColorPair>
Available swatches to this armor, affects primary and secondary colors
Swatch_Solos: List<ColorSolo>
Available swatches to this armor, affects glass colors
StatCard_Ranged
A ranged weapon that is the base for all guns. Ranged weapons have full addon control, and all attachments add their properties to this weapon.
Extends StatCard_WeaponStats_Additional
AllowedAddons: List<StatCard_WeaponAddon>
List of atachments allowed to be put on this gun
AllowedGroups: List<StatCard_WeaponAddonGroup>
List of attachment groups supported by this gun
Automatic: <bool>
If enabled, weapon will fire as long as trigger is held down and ammo remains
Breech: <bool>
If enabled, weapon is considered breech-loaded, stock will fold open while reloading
CoreAddons: List<StatCard_WeaponAddon>
Default attachments that can only be replaced instead of removed
CoreGroups: List<StatCard_WeaponAddonGroup>
Default groups that CoreAddons can swap with
DefaultAddons: List<StatCard_WeaponAddon>
List of atachments already attached to this gun
DefaultGroups: List<StatCard_WeaponAddonGroup>
List of attachment variants that this weapon will draw from when randomly generated
Pump: <bool>
If enabled, rounds are loaded one-at-a-time when reloading
StatCard_Skill
A skill card that arena characters can choose to unlock more skills
Note: This is not the same as the actual skills themselves, this is just what enables players to unlock them in addition to increasing their attributes
Extends StatCard_Base
Category: <int>
Index for the Categories property from the SkillTree that this skill belongs to
CoreRank: <int>
If this is a core skill, this is the level that it reaches.
PreReqSkills: <StatCard_Skill>[]
Array of prerequisite skills needed before this one becomes unlockable
PrioritySkill: <bool>
If enabled, will be listed as an important skill; hirelings will also aim to acquire these skills first
ProficientSkill: <bool>
If enabled, skill can only be acquired by those focused in this SkillTree
Skill: <SkillsList>
The skill that this card enables
SkillTree: <StatCard_SkillTree>
The skill that this card enables
Tier: <int>
The level of skill; is 0 based (0 = 1)
v Character must have a skill of equal CoreRank to unlock skills of equal Tier
XP_Cost: <int>
The amount of XP in this SkillTree that this card costs to unlock
StatCard_SkillGroup
A collection of skills that can be applied to characters, individual skills can be removed from these groups using the characters RemoveSkill property
Extends StatCard_Base
BorrowedGroups: <StatCard_SkillGroup>[]
List of other skillgroups to include in this skillgroup.
Warning: Stacks recursively, do not loop back to this skillgroup.
Skills: <SkillsList>[]
Array of skills applied to this skillgroup.
StatCard_SkillTree
A representation of a skill tree; also affects hirelings disposed to this skill tree.
Extends StatCard_Base
Attributes: <AttributeList>[]
Array of attributes that character is allowed to rank up when purchasing skills from this skill tree
Attributes are incremented with the formula of (1 + CoreRank), multiplied by 2 if this is a focus tree
Categories: <string>[]
Array of categories that skills can be categorized under, cosmetic purpose only
CoreSkills: List<StatCard_Skill>
Core skills found in this Skill Tree
Group: <Catalog_Skills.SkillGroup>
The branch of skills that this SkillTree represents
GroupColor: <Color>
All skill cards and text relating to this skill tree will be this color
HirelingsSay_Bye: <string>[]
Array of chatter quotes that Hirelings focused in this SKillTree will say when dismissed from player squad
HirelingsSay_Hello: <string>[]
Array of chatter quotes that Hirelings focused in this SKillTree will say when added to player squad
HirelingTitles: <string>[]
Array of titles that hirelings focused in this SkillTree can have
Icon: <Sprite>
The icon that represents this SkillTree
IconPlain: <Sprite>
IconSimple: <Sprite>
StatCard_Skin
A set of alternate parts and material swaps that can be purchased to apply to an arena character; can only be purchased with boon tokens.
Extends StatCard_Base
AltMaterials: <StatCard_Character.MaterialSwaps>[]
Array of materials to be swapped on this character.
AltModels: <Part_BodyPart>[]
Array of alternate parts swapped out with the characters model (must be compatible with model itself).
AmDefault: <bool>
If enabled, this item will be free when purchased
Cost: <int>
Amount of boon tokens to purchase
MenuColor: <Color>
The color of this item in the selection menu
MenuIcon: <Sprite>
The icon that represents the category for this skin
StatCard_SoundPack
A directory of sound effects attached to weapons
Extends StatCard_Base
Block: <string>
Sound directory for when weapon successfully blocks an attack
Drop: <string>
Sound directory for when weapon is dropped
Equip: <string>
Sound directory for when weapon is picked up or unholstered
Hit: <string>
Sound directory for when weapon hits a valid target with a heavy attack
HitLight: <string>
Sound directory for when weapon hits a valid target with a light attack
Stow: <string>
Sound directory for when weapon is stowed on a characters back
Swing: <string>
Sound directory for the weapons heavy swing
SwingLight: <string>
Sound directory for the weapons light swing
StatCard_Stage
A set of global parameters for a stage
Extends StatCard_Base
AdditionalObjectives: List<string>
Deprecated? Written objectives.
AmHub: <bool>
If enabled, this stage is treated as a hub with no objectives or win conditions.
CurrentTrack: <int>
Index for the current track list in MusicDefault
LoadScreenTips: <string>[]
Additional loading screen tips specifically for this stage (Deprecated?)
Missions: List<StatCard_Mission>
List of missions to perform in sequence for this stage.
MusicDefault: <string>[]
Array of directories for music to play when this stage is loaded
Playlist increments to next track when stage is loaded after entering a new stage.
SceneName: <string>
Unity path for the scene to load into for this stage.
Snapshot: <Texture2D>
A screenshot overlay behind the mission box.
StageEnabled: <bool>
If enabled, stage marker will be visible (Deprecated?)
Tier: <int>
The natural difficulty level of this stage between 0 10, affects enemy aggression and arena stage unit cap.
StatCard_Stage_Arena
Additional global parameters for arena stages; comes with its own unit generator and cash/XP modifiers
Extends StatCard_Stage
ArenaMode: <Arena_Manager.ArenaMode>
The type of gamemode this arena stage is
DeathIsFake: <bool>
If enabled,stage is not considered failiure on death.
Enemies_MaxUnitsMult: <float>
Multiplier formaximum amount of units allowed in stage.
Enemies_SquadSizeMult: <float>
Multiplier formaximum size of squads that enter arena.
FinalInfiniteSequence: <Arena_Wave_Sequence>
Multiplier formaximum amount of units allowed in stage.
StageEnd_Die: <Headquarters_Manager.StartLocation>
Where the player ends up in HQ upon death.
StageEnd_Quit: < Headquarters_Manager.StartLocation>
Where the player ends up in HQ if they leave or abort.
StageEnd_Win: < Headquarters_Manager.StartLocation>
Where the player ends up in HQ after completion.
WaveSequences: List<Arena_Wave_Sequence>
List of checkpoints for arena stage.
WorldChangeOnVictory: <string>
HQ enables scene changes tied to this flag.
StatCard_Stage_Story
Additional global parameters for story stages; comes with scene transitions and awarding loadouts
Extends StatCard_Stage
BattleRoomComplete: List<string>
Sequence of tag lines for battle room victories
BattleRoomWarnings: List<string>
Sequence of tag lines for battle room initializations
BonusPlayerCharacters: List< StatCard_Stage_Story.StageCharacterSet>
If additional controllers are plugged in, players will play as these characters.
EndStageScene: <string>
The default scene the player squad loads into after this stage.
EndStageScene_Entry: <string>
The default entrance the player squad enters from in a scene after this stage.
ForbidScene: <string>
The scene the player squad loads into after completing a stage, but the world does not have the record specified by ForbidWorldChange.
ForbidScene_Entry: <string>
The entrance the player squad enters from in a scene after completing a stage, but the world does not have the record specified by ForbidWorldChange.
ForbidWorldChange: <string>
This record will become true after completing the stage
LinkedOverworld: <StatCard_Stage>
The hub scene that this stage is linked to; used for display on the stage selection panel.
NeverWonScene: <string>
The scene the player squad loads into after quitting or failing a stage that hasnt been completed.
NeverWonScene_Entry: <string>
The entrance the player squad enters from in a scene after quitting or failing a stage that hasnt been completed.
PreReqScene: <string>
The scene the player squad loads into after completing a stage, and has beaten the PreReqStage.
PreReqScene_Entry: <string>
The entrance the player squad enters from in a scene after completing a stage, and has beaten the PreReqStage.
PreReqStage: <StatCard_Stage_Story>
The stage to be completed before being allowed to complete this one
Prize_Loadout: List<StatCard_Loadout>
Players win these loadouts for use in completed stages after completing this one.
Prize_Wardrobe: List<StatCard_Loadout_Wardrobe>
Players win these wardrobes for use in completed stages after completing this one.
RequiredCharacters: List< StatCard_Stage_Story.StageCharacterSet>
The characters to play as during this stage.
VictoryScene: <string>
The scene the player squad loads into after completing a stage.
VictoryScene_Entry: <string>
The entrance the player squad enters from in a scene after completing a stage.
StageCharacterSet
DefaultLoadout: <StatCard_Loadout>
The default loadout of this playable character when loaded into a story mission.
Loadout is locked to default for the first playthough.
DefaultWardrobe: <StatCard_Loadout_Wardrobe>
The default wardrobe of this playable character when loaded into a story mission.
MyCharacter: <StatCard_Character>
The character to play as.
StatCard_Swatch
A collection of colors that can be applied to purchased armor items in Arena Mode; can only be purchasaed with boon tokens, but are permanently available on purchase
Extends StatCard_Base
CanBuy: <bool>
If enabled, this swatch can be purchased from The Fence.
ColorPairs: <ColorPair>[]
Array of available armor colors from this swatch, affects primary and secondary colors
ColorSolos: <ColorSolo>[]
Array of available glow colors from this swatch, affects primary and secondary colors
MenuColor: <Color>
The color of this item in the selection menu
MenuIcon: <Sprite>
The icon that represents the category for this skin
TokenCost: <int>
Amount of boon tokens to purchase
StatCard_Textures
A decal thats applied to a surface, typically from impacts and explosions.
ExtendsStatCard_Base
StatCard_Thrown
A tertiary weapon that is thrown, typically from the grenade slot.
Extends StatCard_WeaponStats_Additional
ForceGrenadeSlot: <bool>
If enabled, will always be equipped in grenade slot
StatCard_VoiceSet
A voiceset attached to the character, often overlaps with chatter, but acts independently.
Extends StatCard_Base
Affirmative: <string>
Sound directory for when character has been given an order by squad leader.
Angry: <string>
Sound directory for when character has spotted a target
Attack: <string>
Sound directory for when character performs a melee attack
BigAttack: <string>
Sound directory for when character performs a finisher attack
Also used to announce siege infiltrators
Cheer: <string>
Sound directory for when character has killed or incapacitated a target
Death: <string>
Sound directory for when character dies
Dialogue: <string>
Sound directory for default character narration
Grunt: <string>
Sound directory for when character dodges
Laugh: <string>
Sound directory for when character has landed a hit on its target
Pain: <string>
Sound directory for when target has landed a hit on this character
StatCard_Weapon
A weapon that can be picked up and operated by characters; will disappear if it has either been broken or has run out of ammo
Extends StatCard_Item
BrokenExplosion: <StatCard_Explosion>
If this item is broken, it will explode like this
BrokenReplacement: <StatCard_Weapon>
If this item is broken, this will be what it breaks into
Category: <WeaponCategories>
The category of this weapon
Executions_MainHand: <StatCard_Execution>[]
Array of executions performed if this weapon is in the main hand
Executions_OffHand: <StatCard_Execution>[]
Array of executions performed if this weapon is in the off-hand
MeleeAmmo: <int>
The amount of hits this item can make before it breaks; heavy hits consume more ammo
MeleeArmorPiercing: <float>
Amount of armor piercing this weapon does when swung
MeleeDamage: <float>
Amount of damage this weapon does when swung
MeleeDamageType: <DamageType>
Affects how targets will react to damage
MeleeDefense: <float>
Amount of damage mitigated to this weapon when blocking
MeleeDoT: <StatCard_DoT>
The Damage Over Time effect to apply on impact with a valid target
MeleeTrail: <Material>
The trail effect when swinging this weapon
MeleeTrail_Heavy: <Material>
The trail effect when swinging this weapon with a heavy attack
PistolWhipOverride: <StatCard_Animation>
Override for special strike when holding this weapon
SweepWidth: <float>
Distance of which heavy attacks and charge-up attacks can reach
ThrowAnimation: <StatCard_Animation>
Animation played when character throws this weapon
Traits: List<WeaponTraits>
List of traits that apply to this weapon
UsageAnimation: <StatCard_Animation>
Animations played when character swings this weapon with one hand
UsageAnimation2xHand: <StatCard_Animation>
Animations played when character swings this weapon with two hands
UsageSounds: <StatCard_SoundPack>
The sound effects that this weapon makes
UsageAnim_CoreLevelRequired: <int>
The core rank that the characters melee skill must be for the usage animations to override their own
WallHit: <GameObject>
Particle effect when this weapon strikes against a surface
StatCard_WeaponAddon
An attachment to a ranged weapon, adds its own properties to the attached weapon.
Extends StatCard_WeaponStats_Additional
Type: <WeaponAddons>
The weapon addon slot that this weapon part occupies
StatCard_WeaponAddonGroup
A collection of weapon addons that identify what attachments are allowed onto a ranged weapon
Extends StatCard_Base
AddonStockpile: List<StatCard_WeaponAddon>
List of compatible addons.
StatCard_WeaponModded
A weapon that has been pre-modded with additional attachments; can not be used to remove existing attachments.
Extends StatCard_Weapon
Addons: List<StatCard_WeaponAddon>
Addons attached to this weapon.
EmptySlots: List<AddonLocations>
Array of slots that will be cleared out of addons on the weapon
LinkedWeapon: <StatCard_Weapon>
The weapon that will be modded
StatCard_WeaponStats_Base
The base for ranged weapons and its components
Extends StatCard_Weapon
Accuracy: <float>
Base accuracy of this weapon component; caps out at 100 in weapon system
ArmorPiercing: <float>
Amount of armor piercing this weapon component has
Damage: <float>
Base damage that this weapon component does
Loudness: <float>
The amount of noise this weapon makes, affects alert radius of NPCs not in combat
Range: <float>
Distance of this weapons sweetspot
Recoil: <float>
The amount of recoil this weapon causes when fired/thrown
StatCard_WeaponStats_Additional
Additional properties for the weapons themselves
Extends StatCard_WeaponStats_Base
Ammo: <int>
The amount of ammo this weapon component contains
AmmoType: <StatCard_Ammo>
The type of munitions chambered by this weapon component
All weapon properties of the parent weapon are added to the munitions when fired
BonusRounds: <int>
Additional ammunition added on to current ammo + magazines
BurstFire: <int>
The minimum amount of rounds that this weapon fires
mySoundPath: <string>
Directory for the sound this weapon makes when firing
RateOfFire: <float>
Cyclic rate of fire, measured in rounds per minute
Recovery: <float>
The speed at which this weapon naturally recovers from recoil
Reliability: <float>
Reload: <float>
The amount of frames this weapon takes in between reloading phases
Stability: <float>
The rate at which a weapon stabilizes after turning
Additional Objects
Arena_Wave_Sequence
ArmorList
BonusStats
BossPatternData
ColorPair
ColorSolo
DeathEvents
Mission_Instance
Part_BodyPart
UniformWearable
SingleCharacter
WaveCharacter_Arena
WaveCharacter
Arena_Wave_Sequence
The object that defines a checkpoint in arena stages; can define the number of waves, bonus modifiers, and the enemy types that generate during this checkpoint.
Bosses: <SingleCharacter>[]
Array of bosses that show up in this checkpoint; distributed evenly amongst number of waves
If there are more bosses than waves, bosses will stack up on each other, allowing for multiple bosses per wave
Bosses are assigned a boss controller.
Cash: <int>
The base amount of cash the first wave rewards on completing a wave
TotalWaves: <int>
The amount of waves this checkpoint has; -1 = infinite amount
Units: <WaveCharacter_Arena>[]
The units that show up in this checkpoint
WaveMult_Cash: <float>
Multiplier for cash reward with each wave
WaveMult_XP: <float>
Multiplier for XP reward with each wave
XP: <int>
The base amount of XP the first wave rewards on completing a wave
ArmorList
A list of armor types, used for being picked at random. Multiple instances of the same armor set can be used to add weight or preference to certain armor types.
Armor: List<StatCard_Armor>
BonusStats
A bonus modifier that can alters a characters properties.
Amount: <float>
The amount added to the attribute Type
AmPercent: <bool>
If enabled, amount will be treated as a percentage multiplier (1 = 100%)
Description: <string>
A brief summary of this bonus, displayed in character origins
MarkAsGood: <bool>
If enabled, text will be highlighted green in origin display.
Name: <string>
The name of this bonus, displayed in character origins
Type: <BonusType>
The property this bonus applies to
BossPatternData
Parameters for AI adjustments for a boss NPC. BossPatternData is organized in a list and is activated when the boss enters its next corpus block.
PatternName: <string>
The name of this pattern
BossSays: <string>
If not empty, the character will narrate this line when entering this phase
ConstantModules: <string>[]
Array of AI Modules to enable when entering this phase, will remain active afterwards
PhaseModules: <string>[]
Array of AI Modules to enable when entering this phase, will be automatically removed afterwards
RemoveModules: <string>[]
Array of AI Modules to be removed when entering this phase, can be used for removing any existing or constant modules
OneShots: <string>[]
Array AI One shots that only occur once upon entering this phase.
BehaviorAdd: <BehaviorList>[]
Adds behaviors at this phase (Does not automatically add modules, behaviors are not removed on the next phase)
BehaviorRemove: <BehaviorList>[]
Removes behaviors at this phase (Does not automatically remove modules)
TraitAdd: <TraitsList>[]
Adds traits at this phase (Traits are not removed automatically)
TraitRemove: <TraitsList>[]
Removes traits for this phase
PatternBonuses: List<BonusStats>
Bonuses applied to this character when in this phase (Bonuses are not removed on the next phase)
ColorPair
A pair of colors to be applied to armor, can be toggled.
Color1: <Color>
Color2: <Color>
Name: <string>
The name of this color, displayed in color station.
ColorSolo
A glass color to be applied to armor
Color1: <Color>
Name: <string>
The name of this color, displayed in color station.
DeathEvents
The event that occurs in which a character dies, typically used for resurrection
ChanceToFail: <float>
The percent chance (0 -1) that this death event can fail. Failure results in characters death
DestroyLinkedArmor: <Catalog_Armor.ArmorSlots >
The armor in this slot is destroyed on this death event.
FlashColor: <Color>
Flash this color during the RecoverAnimation
FlashTimes: <int>
Flash this amount of times during the RecoverAnimation
GiveSkills: <StatCard_SkillGroup>
Character will have this skillgroip on this death event.
Invincibility: <float>
Amount of invincibility frames
InvincibilityType: <DeathEvent.InvincibilityTypes>
Type of invincibility
LastCorpusOnly: <bool>
If enabled, death event only occurs when this is the last corpus block
NoAdvanceOnFail: <bool>
If enabled, character does not advance to next death event and dies
PlaySFX: <string>
Directory for sound that plays on this death event
PreventDeathAnimation: <bool>
If enabled, character doesnt play death animation and simply ragdolls
PreventRegen: List<DeathFlags>
Death Events do not occur under any of these conditions
RecoverAnimation: <StatCard_Animation>
The animation played when standing up from ragdoll
RegenMaxHealth: <int>
The amount of health to regenerate for this corpus block
ReplaceFinalCorpus: <StatCard_Corpus>
If this is the last corpus block, it will be replaced by this one on this death event
Retries: <int>
Amount of times this death event in the sequence is allowed to repeat; -1 means infinite unless if it fails
RezInnertRagdoll: <bool>
If enabled, character will be in a ragdoll state for a short while before resurrecting
Mission_Instance
A mission that occurs during a playthough of a stage
TODO
Part_BodyPart
An alternative body part to swap with a character
TODO
SingleCharacter
A single character used for boss spawns, has customizable loadout
Gear: List<StatCard_Armor>
List of armor to replace characters default armor
Key: <StatCard_Collectible>
The collectible that this character drops on defeat; typically used for story mode
Sidearm: <StatCard_Weapon>
The secondary weapon on the characters back, will automatically be equipped in off-hand if shield
Throwable: <StatCard_Thrown>
The teritiary weapon equipped in characters grenade slot
Type: <StatCard_Character>
The character generated
Weapon: <StatCard_Weapon>
The characters primary weapon
UniformWearable
An armor item with set modifications for color and styles.
AltMaterialIndex: <int>
The clamped index of the chosen armors material set; -1 = choose at random
AltMeshIndex: <int>
The clamped index of the chosen armors mesh; -1 = choose at random
ArmorPicks: <ArmorList>
Array of randomly selected armor lists.
All armor pieces must be valid, cannot be empty
Glass: <Color>
Tint1: <Color>
Tint2: *<Color>
WaveCharacter
Specifies the total amount of a unit in addition to their distribution in a wave
GenerationScale: <float>
Percentage (0-1) of distribution of units
If value is 0, units are distributed uniformly
If value > 0, units will generate after this percentage of all preceding units in list
If value = 1, units will show up after all of the preceding units in list
Total: <int>
Total amount of this unit type in the starting wave, value <= 0 means units will not spawn
Type: <StatCard_Character>
The character generated
# WaveCharacter_Arena
Specifies the increment of WaveCharacters to spawn in arena
AddUnitsPerWave: <int>
The amount of this type to add with each wave in a sequence
UnitType: <WaveCharacter>
The character to add in a wave
Enums
AddonLocations
Arena_Magnager
- ArenaMode
Catalog_Armor
- ArmorSlots
AttributeList
ArmorTraits
BehaviorList
BonusType
Buffs_Manager
- BuffEffects
Execution_Manager
- Conditions
DamageType
DeathFlags
DoT_Manager
- Effects
Factions
ItemGenre
ModelParts
DoT_Manager
- ResolutionConditions
Catalog_Skills
- SkillGroups
SkillsList
Execution_Manager
- Source
HeadQuarters_Manager
- StartLocation
TraitsList
VocationsList
WeaponAddons
WeaponCategories