logo
Backpack Hero Modding
ItemStatusEffect
Initializing search
    • Home
    • Installing Mods
      • Getting Started
      • Quick Introduction To JSON
      • Item Basics
      • Publishing your Modpack
      • Modpack Metadata
      • Items
        • AddModifier
        • CombatEffect
        • Costs
        • CreateEffect
        • Effect
        • ItemDefinition
        • ItemStatusEffect
        • LimitedUses
        • Modifier
        • MovementEffect
        • Trigger
          • AlternateUse
          • Carving
          • Manastone
          • Movable
        • AnimationType
        • Area
        • AreaDistance
        • Character
        • Cost
        • CreateType
        • DungeonZone
        • EffectTarget
        • EffectType
        • ItemGrouping
        • ItemSoundEffect
        • ItemStatusEffectLength
        • ItemStatusEffectType
        • ItemType
        • ModifierLength
        • MovementLength
        • MovementType
        • Rarity
        • SpriteChangeMode
        • TriggerType
        • UseLimitType
        • UseSituation
        • ValueSource
        • ItemDefinition
        • MultiLanguage
        • ValueChanger

    ItemStatusEffect


    This is an object.

    Field Name Optional? Description Data Type
    type Type of the item status effect ItemStatusEffectType
    length Length this item status effect is active for.
    Default value: permanent
    ItemStatusEffectLength
    value Value for the item status effect. Some effect types do not require a value.
    Default value: 0
    number
    or
    ValueChanger
    applyRightAway boolean
    Made with Material for MkDocs