More actions
(Redirected from Template:Infobox)
Infobox npc | ||
---|---|---|
Technical Info | ||
Displays a floating infobox with information about an NPC entity.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Remove the Navbox ? | navbox | Check if you want to remove the navbox.
| Boolean | suggested |
Type | type | The type of entity the NPC is.
| String | suggested |
Location | location | The biome where the NPC is located.
| String | suggested |
Hostility | aggressive | Does the NPC attack the player on sight?
| Boolean | suggested |
Tamable | tamable | Is the creature tamable ?
| Boolean | suggested |
Mount | mount | Can you mount the creature ?
| Boolean | suggested |
The max_speed_approx value : | mountspeed | the max_speed_approx value from https://gitlab.com/veloren/veloren/-/blob/master/common/src/states/utils.rs | Number | optional |
Health Points | hp | The amount of HP the NPC has.
| Number | optional |
Damage | damage | The amount of damage the NPC's attacks deal.
| Number | deprecated |
Entity path | path | The dot-separated path for the entity, e.g. 'common.entity.wild.aggressive.weevil'. | URL | optional |
Vox model | vox | A link to the directory in the game's source repository with the NPC's entity vox files. | URL | optional |
NPC configuration | config | A link to this NPC entity's configuration file in the game's source repository. | URL | optional |