Skip to content

Commit

Permalink
Merge pull request #37607 from snipercup/docinstrument-description
Browse files Browse the repository at this point in the history
DOC: renamed an instrument description field from "descriptions" to "player_descriptions"
  • Loading branch information
ZhilkinSerg committed Feb 1, 2020
2 parents 45f8b92 + 8a7bfc3 commit 473bc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/JSON_INFO.md
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 473bc2b

Please sign in to comment.