From 8a7bfc3686512ecf6d331f3d93a0dae476b19153 Mon Sep 17 00:00:00 2001 From: snipercup <50166150+snipercup@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:36:05 +0100 Subject: [PATCH] renamed an instrument description field from "descriptions" to "player_descriptions" --- doc/JSON_INFO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/JSON_INFO.md b/doc/JSON_INFO.md index 5819bf5040c0e..593bc9f9b5855 100644 --- a/doc/JSON_INFO.md +++ b/doc/JSON_INFO.md @@ -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 * ` 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."