diff options
| author | historia <[not public]> | 2026-06-19 13:28:06 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 13:28:06 -0400 |
| commit | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (patch) | |
| tree | bd89e866447d55e6dffd447d8ef5fabf9b8fbe9d /data/help/drink.yaml | |
| parent | 575a71dcfed3b9fa44af244836f638a23df05a9a (diff) | |
| download | thehouseoficarus-3a58125d14bb307f861b38c6c5b0a63babde7e08.tar.gz | |
feat: all skills kind of implemented, random prototype content added
Diffstat (limited to 'data/help/drink.yaml')
| -rw-r--r-- | data/help/drink.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/data/help/drink.yaml b/data/help/drink.yaml new file mode 100644 index 0000000..98843b3 --- /dev/null +++ b/data/help/drink.yaml @@ -0,0 +1,28 @@ +name: "drink" +category: "Skills" +description: | + Drink potions to gain temporary stat boosts or restore resources. + + Usage: drink <potion> + + Potions provide various effects: + - Stim potions: boost Attack + - Amp potions: boost Strength + - Shield potions: boost Defense + - Tech serum: boosts Technology + - Science serum: boosts Science + - Targeting serum: boosts Ranged + - Restoration compound: boosts all combat stats + - Bio serum / Nano restore / Full restore: restore hitpoints + - Stim cells: restore battery power + + Stat boosts are percentage-based and last for a limited number + of ticks. Use "score" to see your active buffs and remaining time. + + Drinking has a 3-tick cooldown between uses. + + Drinking during combat replaces your next attack. Drinking outside + combat cancels any current action (except combat) and takes effect + on the next tick. + + See also: pharmacy, mix, clean, score |
