# Water

{% hint style="info" %}
Last updated: 2024/1/9
{% endhint %}

Here is the list of tables which are related to water category:

<table><thead><tr><th width="78">ID</th><th width="177">Display Name</th><th width="228">Explanations</th><th align="center">Parameter A</th><th align="center">Parameter B</th></tr></thead><tbody><tr><td>391</td><td>Move water 'A' to region 'B'</td><td><del><em>In old method, the water 'A' is defined as number, which 1 as your 1st placed water, 2 as your 2nd placed water, and so on.</em></del></td><td align="center">Water</td><td align="center">Region</td></tr><tr><td>394</td><td>Set water 'A' damage to string-value/variable 'B'</td><td>Get the value from value / variable, and set that value as the damage of that water makes.</td><td align="center">Water</td><td align="center">Float / Var</td></tr><tr><td>408</td><td>Change water 'A' color to string-value/variable 'B'</td><td>Get the value from value / variable, and set that value as the color of water. The value must be hex color format.</td><td align="center">Water</td><td align="center">Hex / Var</td></tr></tbody></table>
