about summary refs log tree commit diff
path: root/users/glittershark/xanthous/src/Xanthous/Entities/Raws/stick.yaml
blob: bc7fde4d8b02f8e8b06f5f1283a12e4604aef7ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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:
      - You bonk the {{creature.creatureType.name}} over the head with your stick.
      - You bash the {{creature.creatureType.name}} on the noggin with your stick.
      - You whack the {{creature.creatureType.name}} with your stick.