added Model Scripts

This commit is contained in:
Flotschispielt
2026-01-25 16:12:34 +01:00
parent b03d309dbd
commit 751c2d2ff4
10 changed files with 162 additions and 108 deletions

View File

@@ -0,0 +1,39 @@
{
"Type": "Variant",
"Reference": "Template_Intelligent",
"Modify": {
"MaxHealth": 70,
"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"
}
}
}

View File

@@ -0,0 +1,18 @@
{
"Environments": [
"Env_Zone1_Plains",
"Env_Zone1"
],
"NPCs": [
{
"Weight": 25,
"SpawnBlockSet": "Soil",
"Id": "Enderman_Entity",
"Flock": "One_Or_Two"
}
],
"DayTimeRange": [
6,
18
]
}