Character Profiles

Tie

GameParameter

{
    "NpcCounterAttack": {
        "NpcCommon_WithCounterAttack": {
            "IsCounterAttack": true,
            "IsAlwaysCounterAttack": true,
            "IsCounterAttackWhenNotInBattle": false
        }
    },
    "GameParameterTable": {
        "NpcCommon_WithCounterAttack": {
            "$parent": "Work\/GameParameter\/GameParameterTable\/NpcCommon.engine__actor__GameParameterTable.gyml",
            "Components": {
                "NpcCounterAttack": "?GameParameter\/NpcCounterAttack\/NpcCommon_WithCounterAttack.game__npc__NpcCounterAttack.bgyml"
            }
        },
        "NpcCommon_WithCounterAttack_InterestWaterPump": {
            "$parent": "Work\/GameParameter\/GameParameterTable\/NpcCommon_WithCounterAttack.engine__actor__GameParameterTable.gyml",
            "Components": {
                "InterestReceiveParam": "?GameParameter\/InterestReceiveParam\/NpcCommon_WaterPump.game__npc__InterestReceiveParam.bgyml"
            }
        }
    },
    "InterestReceiveParam": {
        "NpcCommon_WaterPump": {
            "$parent": "Work\/GameParameter\/InterestReceiveParam\/NpcCommon.game__npc__InterestReceiveParam.gyml",
            "StrongInterests": [
                {
                    "InterestType": "SelfieCamera"
                },
                {
                    "InterestType": "EnokidaSignboard",
                    "DistanceLimit": 20
                },
                {
                    "InterestType": "WaterPumpWater",
                    "DistanceLimit": 5,
                    "OverrideBallon": true
                }
            ]
        }
    }
}