diff --git a/README.md b/README.md index a6c8405..a8d328d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ teleporters: entities: [x, y, z, w, h, d, rhz, rvt, r, g, b, hp, damage, entityType ..] - *Entity types are :* + + + |> if entityType >= 4, use 1 for HP and 0 for damage <| + |> *Entity types are :* <| + -> **0 (coin)** -> damage equals the coin's value -> **1 (non-moving explosive)** -> **2 (seeking explosive)** @@ -49,4 +53,9 @@ entities: [.. cost, doPay, tred, tgreen, tblue] with cost = int[> 0] (0 breaks) doPay = {0, 1} (bool) + + -> 9 (beat block)** + [.. ontime, offtime, start] with + {ontime,offtime} = double[>0.0] + start = {0,1} ``` \ No newline at end of file