README.md

This commit is contained in:
dakedres 2023-05-22 15:57:41 -06:00
parent 6f8b281085
commit a2257d2f50

View File

@ -25,11 +25,21 @@ Icon by [Zauromoun](https://www.tumblr.com/zauromoun)
> 'eat pant', 7 ⟵ [4, 6] 2h6 + 1
- Outcomes!
> ╭ 2h6 + 1
> │ 1-2 your body rejects the pant
> │ -2 your body rejects the pant
> │ 3-4 you manage to scarf it down
> │ 5-6 you absorb the nutrients of the pant
> │ 7 become pant
> │ 7- become pant
> 'your body rejects the pant', ` 2 ` ⟵ [1, 1] 2h6 + 1
- Macros!
> ╭ /macro add name:eatpant dice:d6; -2 your body rejects the pant; 3-4 you manage to
> │ scarf it down; 5-6 you absorb the nutrients of the pant; 7- become pant
> Macro added! Try /eatpant!
> ╭ /eatpant
> 'you manage to scarf it down', 3 ⟵ [3] 1d6
> ╭ /eatpant +1
> 'you absorb the nutrients of the pant', ` 5 ` ⟵ [4] 1d6 + 1
> ╭ /eatpant 2h6+3
> 'become pant', ` 9 ` ⟵ [5, 6] 2h6 + 3
- Command editing and recalculation!
> There is no demonstration for this