數學

Math


對內容進行數學運算。

Perform mathematical operations on the content.

(如果內容不是數字,就會轉成0)

(If the content is not a number, it will be converted to 0)

屬性

Attributes


Untitled

功能

Features

Untitled

範例

Examples


算出目前血量的10分比,並去除小數點後面的數。

Calculate the 10 points ratio of the current blood volume, and remove the number after the decimal point.

self_health_10:
  message:
  - content[%player_health%/%player_max_health%*10]
  - math[function=arithmetic]
  - math[function=decimal;message=#]