Json:entity:behavior: Difference between revisions

From Vintage Story Wiki
No edit summary
(redirect)
Tag: New redirect
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table class="wikitable">
#REDIRECT [[Modding:Entity_Behaviors]]
  <tr style="background-color: grey;">
    <th style="background-color: grey;">Name</th>
    <th style="background-color: grey;">Explanation</th>
    <th style="background-color: grey;">Properties</th>
    <th style="background-color: grey;">Side</th>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>collectitems</code></td>
<td>The entity collections items laying around on the ground. Used by player</td>
<td></td>
<td>Server</td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>health</code></td>
<td>Applies health to the entity. Means the entity can be hurt as well.</td>
<td>currenthealth, maxhealth, basemaxhealth</td>
<td>Server</td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>hunger</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>breathe</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>playerphysics</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>controlledphysics</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>taskai</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>interpolateposition</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>despawn</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>grow</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>multiply</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>aimingaccuracy</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>emotionstates</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>repulseagents</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>tiredness</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>nametag</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>placeblock</code></td>
<td></td>
<td></td>
  </tr>
  <tr style="vertical-align: top;">
    <td><code>passivephysics</code></td>
<td></td>
<td></td>
  </tr>
</table>

Latest revision as of 03:50, 6 October 2024