4e Level 18 Toolbox
These are creatures, traps and items suitable for level 18.
Magic Items
Creatures
- Natural
- Elemental
- Immortal
- Fey
- Shadow
Skill DCs
Easy | Moderate | Hard |
---|---|---|
19 | 24 | 33 |
Skill Challenges
gollark: For a looping construct, I could also have the program reverse direction when you hit the end.
gollark: I could add the interpreter to <@509849474647064576>.
gollark: `L` - jump backward one instruction.
gollark: Can you post Lyric's Law? It appears to not be on the starboard.
gollark: Looping construct: jump backward one instruction (`L`)Branching construct: pick next instruction or previous instruction (`B`) - next if accumulator > 0, previous if accumulator <= 0.New branching construct: pick next instruction if user types `0` or previous if user types anything else (`N`)Making loop non-infinite: `E`, exits program if accumulator < 0.+1/-1 act on an accumulator initialized at zero (`+`/`-`)A program consists of a sequence of these instructions (first line) and arbitrary data encoded in base64 (second line) which is loaded into linear memory as bytes. These are executed left-to-right until the end is reached; when this occurs the direction of execution will be reversed.Infinite arbitrary data: command (`D`) to set accumulator to value of linear memory at position in accumulator.This language is called "HahaYourLawIsBad".
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.