Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Conditional: Biome

ricochet1k edited this page Jul 1, 2012 · 1 revision

Syntax: {entity}.biome.{biomealias}

Description: Returns true if the entity is in the specified biome(s). This Routine utilizes Biome aliases.

Example:

Damage:
    - 'if target.biome._ColdPlaces and attacker.group.PolarBears': '+2'
Aliases:
    Biome:
        ColdPlaces:
            - 'TAIGA'
            - 'TUNDRA'
            - 'ICE_DESERT'

See also: Group, Value Change

Clone this wiki locally