Skip to content

Commit

Permalink
document monster name length
Browse files Browse the repository at this point in the history
  • Loading branch information
LyleSY authored Dec 11, 2024
1 parent a26e5bf commit aa4c2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/MONSTERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ These properties are required for all monsters:

Property | Description
--- | ---
`name` | (string or object) Monster name, and optional plural name and translation context
`name` | (string or object) Monster name, and optional plural name and translation context. Three words maximum.
`description` | (string) In-game description of the monster, in one or two sentences
`hp` | (integer) Hit points. Also see [monster HP scaling in GAME_BALANCE.md](GAME_BALANCE.md#monster-hp-scaling)
`volume` | (string) Volume of the creature's body, as an integer with metric units, ex. `"35 L"` or `"1500 ml"`. Used to calculate monster size, size influences melee hit chances on different-sized targets.
Expand Down

0 comments on commit aa4c2c8

Please sign in to comment.