Add Manifests from ingame mod
This commit is contained in:
39
com.tikaiz.Enderman/Server/NPC/Roles/Enderman_Role.json
Normal file
39
com.tikaiz.Enderman/Server/NPC/Roles/Enderman_Role.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"Type": "Variant",
|
||||
"Reference": "Template_Intelligent",
|
||||
"Modify": {
|
||||
"MaxHealth": 92,
|
||||
"HearingRange": 8,
|
||||
"ViewSector": 270,
|
||||
"WakingPeriod": [
|
||||
0,
|
||||
24
|
||||
],
|
||||
"DropList": "Drop_Skeleton",
|
||||
"Appearance": "Enderman",
|
||||
"Weapons": [],
|
||||
"OffHand": [],
|
||||
"AttackDistance": 2,
|
||||
"DesiredAttackDistanceRange": [
|
||||
1,
|
||||
1.6
|
||||
],
|
||||
"CombatBehaviorDistance": 3,
|
||||
"CombatStrafeWeight": 5,
|
||||
"CombatBackOffDistanceRange": [
|
||||
1,
|
||||
2
|
||||
],
|
||||
"BlockProbability": 50,
|
||||
"BreathesInWater": true,
|
||||
"NameTranslationKey": {
|
||||
"Compute": "NameTranslationKey"
|
||||
}
|
||||
},
|
||||
"Parameters": {
|
||||
"NameTranslationKey": {
|
||||
"Value": "Enderman",
|
||||
"Description": "Translation key for NPC name display"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"Environments": [
|
||||
"Env_Zone1_Plains",
|
||||
"Env_Zone1",
|
||||
"Env_Zone1_Azure",
|
||||
"Env_Zone1_Autumn",
|
||||
"Env_Zone1_Forests",
|
||||
"Env_Zone1_Mountains"
|
||||
],
|
||||
"NPCs": [
|
||||
{
|
||||
"Weight": 25,
|
||||
"SpawnBlockSet": "Soil",
|
||||
"Id": "Enderman_Role",
|
||||
"Flock": "One_Or_Two"
|
||||
}
|
||||
],
|
||||
"DayTimeRange": [
|
||||
6,
|
||||
18
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user