blob: 7f9e1faffedbb921e6fc616ce86b122b91ce62c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Item:
name: stick
description: a wooden stick
longDescription: A sturdy branch broken off from some sort of tree
char:
char: ∤
style:
foreground: yellow
wieldable:
damage: 2
attackMessage:
- bonk the {{creature.creatureType.name}} over the head with your stick
- bash the {{creature.creatureType.name}} on the noggin with your stick
- whack the {{creature.creatureType.name}} with your stick
creatureAttackMessage:
- The {{creature.creatureType.name}} bonks you over the head with its stick.
- The {{creature.creatureType.name}} bashes you on the noggin with its stick.
- The {{creature.creatureType.name}} whacks you with its stick.
# https://www.sciencedirect.com/topics/agricultural-and-biological-sciences/wood-density
# it's a hard stick. so it's dense wood.
density: 890000 # g/m³
volume: [ 0.003, 0.006 ] # ≈3.5 cm radius × ≈1m length
|