ActorTemplate.byml: Difference between revisions

imported>Leoetlino
Created page with "<onlyinclude> '''ActorTemplate''' configures the game's actor profiles. </onlyinclude> == Contents == The root structure is a dictionary. Each entry has the profile name as ke..."
 
imported>Leoetlino
merge ActorTemplate{,.byml}
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>
#REDIRECT [[ActorTemplate]]
'''ActorTemplate''' configures the game's actor profiles.
</onlyinclude>
== Contents ==
The root structure is a dictionary. Each entry has the profile name as key and a config dict as the value:
 
{|class="wikitable"
! Key !! Type !! Description
|-
| attdefpriority || str || Attention default priority {{check}} (optional)
|-
| attpriority || array of strings || Attention priorities {{check}}
|-
| class || str || Name of the C++ actor class
|-
| priority || str || Actor priority (when should this actor's jobs run?)<br>Valid values: PlayerBefore, Player, PlayerAfter, AllAfter
|}
 
[[Category: Content (BotW)]]