Translations:Modding:Basic Modding Examples/17/es

From Vintage Story Wiki

Justo debajo está la tarea del enemigo buscando

{
	code: "seekentity",
	entityCodes: ["player", "chicken-rooster", "chicken-hen", "chicken-baby", "hare-*"],
	priority: 1.5,
	movespeed: 0.045,
	seekingRange: 15,
	
	belowTempSeekingRange: 25,
	belowTempThreshold: -5,
	
	animation: "Run",
	leapAtTarget: true,
	leapAnimation: null,
	animationSpeed: 2.2,
	leapChance: 0.01,
	sound: "creature/wolf/growl",
	whenNotInEmotionState: "saturated"
},