Character Profiles

Lukan

GameParameter

{
    "NpcCounterAttack": {
        "NpcCommon_WithCounterAttack_NotAlways_CounterWhenNotInBattle": {
            "IsCounterAttack": true,
            "IsCounterAttackWhenNotInBattle": true
        }
    },
    "NpcAttentionParam": {
        "NpcAttackedPerson": {
            "EnableAttentionSenderInBattle": true
        }
    },
    "GameParameterTable": {
        "NpcCommon_WithCounterAttackNotAlwaysCounterWhenNotInBattle": {
            "$parent": "Work\/GameParameter\/GameParameterTable\/NpcCommon.engine__actor__GameParameterTable.gyml",
            "Components": {
                "NpcCounterAttack": "?GameParameter\/NpcCounterAttack\/NpcCommon_WithCounterAttack_NotAlways_CounterWhenNotInBattle.game__npc__NpcCounterAttack.bgyml",
                "InterestReceiveParam": "?GameParameter\/InterestReceiveParam\/NpcCommonInterestNakedPlayer.game__npc__InterestReceiveParam.bgyml"
            }
        },
        "NpcCommon_WithCounterAttackNotAlwaysCounterWhenNotInBattle_CanTalkInBattle_Iga": {
            "$parent": "Work\/GameParameter\/GameParameterTable\/NpcCommon_WithCounterAttackNotAlwaysCounterWhenNotInBattle.engine__actor__GameParameterTable.gyml",
            "Components": {
                "NpcAttentionParam": "?GameParameter\/NpcAttentionParam\/NpcAttackedPerson.game__npc__NpcAttentionParam.bgyml",
                "InterestReceiveParam": "?GameParameter\/InterestReceiveParam\/NpcCommonInterestNakedPlayer_Iga.game__npc__InterestReceiveParam.bgyml"
            }
        }
    },
    "InterestReceiveParam": {
        "NpcCommonInterestNakedPlayer": {
            "$parent": "Work\/GameParameter\/InterestReceiveParam\/NpcCommon.game__npc__InterestReceiveParam.gyml",
            "Interests": [
                {
                    "InterestType": "Player",
                    "DistanceLimit": 10
                },
                {
                    "InterestType": "NakedPlayer"
                },
                {
                    "InterestType": "MovingNPC",
                    "DistanceLimit": 8
                },
                {
                    "InterestType": "StableHostelPicture",
                    "DistanceLimit": 8
                }
            ],
            "StrongInterests": [
                {
                    "InterestType": "SelfieCamera"
                },
                {
                    "InterestType": "EnokidaSignboard",
                    "DistanceLimit": 20
                },
                {
                    "InterestType": "NakedPlayer",
                    "DistanceLimit": 5,
                    "OverrideBallon": true
                }
            ]
        },
        "NpcCommonInterestNakedPlayer_Iga": {
            "$parent": "Work\/GameParameter\/InterestReceiveParam\/NpcCommonInterestNakedPlayer.game__npc__InterestReceiveParam.gyml",
            "StrongInterests": [
                {
                    "InterestType": "SelfieCamera"
                },
                {
                    "InterestType": "EnokidaSignboard",
                    "DistanceLimit": 20
                },
                {
                    "InterestType": "NakedPlayer",
                    "DistanceLimit": 5,
                    "OverrideBallon": true
                },
                {
                    "InterestType": "AssassinClothes",
                    "DistanceLimit": 5,
                    "OverrideBallon": true
                }
            ]
        }
    }
}