Toad_Rhino
Server/NPC/Roles/Creature/Reptile/Toad_Rhino.json, 1.8 KB
Fields
| Field | Type |
|---|---|
Type | string |
Reference | string |
Modify | object |
Parameters | object |
Source
{
"Type": "Variant",
"Reference": "Template_Predator",
"Modify": {
"Appearance": "Toad_Rhino",
"WanderRadius": 6,
"ViewRange": 12,
"FleeRange": 15,
"HearingRange": 8,
"DropList": "Drop_Toad_Rhino",
"MaxSpeed": 8,
"Attack": "Root_NPC_Toad_Rhino_Attack",
"AttackDistance": 6,
"TargetRange": 6,
"CombatBehaviorDistance": 8,
"AlwaysSleepAtNight": false,
"MaxHealth": 124,
"IsMemory": true,
"MemoriesCategory": "Reptile",
"_InteractionVars": {
"Tongue_Damage": {
"Interactions": [
{
"Parent": "Toad_Rhino_Tongue_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 18
},
"RandomPercentageModifier": 0.1
},
"DamageEffects": {
"Knockback": {
"Force": 1,
"RelativeX": 0,
"RelativeZ": 0.5,
"VelocityY": 1,
"VelocityType": "Set"
}
}
}
]
},
"Headbutt_Damage": {
"Interactions": [
{
"Parent": "Toad_Rhino_Headbutt_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 35
},
"RandomPercentageModifier": 0.1
},
"DamageEffects": {
"Knockback": {
"Force": -10
}
}
}
]
}
},
"NameTranslationKey": {
"Compute": "NameTranslationKey"
}
},
"Parameters": {
"NameTranslationKey": {
"Value": "server.npcRoles.Toad_Rhino.name",
"Description": "Translation key for NPC name display"
}
}
}