Expression
From Castle Wiki
Revision as of 23:15, 10 May 2022 by Lukalot (talk | contribs) (Lukalot moved page Expressions to Expression without leaving a redirect: name should not be plural)
Expressions in Castle are used for many things, including calculating health for characters, crafting procedural games and animations, and even making generative artwork. Expressions sometimes take in some values as arguments and always return a result value.
List of Expression Types
The following is a list of expression types in the order that they are listed when viewed in the Castle "Choose expression type" sheet
Values
Choices
Randomness
- A random number with a Gaussian distribution
- Perlin noise in 2 dimensions
- A random number in a range
Spacial relationships
- The speed of an actor
- The angle of motion of an actor
- The angle from one actor to another (degrees)
- The distance between two actors
Arithmetic
Clock
- Time elapsed since the card started
- The clock tempo
- Time since the last beat
- The current bar
- The current beat in the current bar
- Beats elapsed since the card started