Skip to content

Commit

Permalink
renamed an instrument description field from "descriptions" to "play…
Browse files Browse the repository at this point in the history
…er_descriptions"
  • Loading branch information
snipercup authored Jan 31, 2020
1 parent 2c8919d commit 8a7bfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/JSON_INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ The contents of use_action fields can either be a string indicating a built-in f
"fun": -5, // Together with fun_bonus, this defines how much morale the character gets from playing the instrument. They get `fun + fun_bonus * <character-perception>` morale points out of it. Both values and the result may be negative.
"fun_bonus": 2,
"description_frequency": 20, // Once every Nth turn, a randomly chosen description (from the that array) is displayed.
"descriptions": [
"player_descriptions": [
"You play a little tune on your flute.",
"You play a beautiful piece on your flute.",
"You play a piece on your flute that sounds harmonious with nature."
Expand Down

0 comments on commit 8a7bfc3

Please sign in to comment.