|
48 | 48 | "milestones": "When Lady Pei claims a milestone (as displayed by the application, this can even happen during your own turns), put one of her marker to the highest available point value. She doesn't need to fulfill the conditions.", |
49 | 49 | "noBonuses": "In general, Lady Pei does not receive the bonuses displayed on the window tiles when delivering, and does not interact with neighbors.", |
50 | 50 | "actionBoxTypes": "When Lady Pei executes her actions, some are displayed in a grey box, and some in a blue box. The actions for grey boxes are executed automatically by the application and shown only for information. For the blue boxes, you have to execute the action for her and follow the instructions.", |
51 | | - "autoActions": "Some actions start as blue boxes, but are automatically executed as grey actions later when the application learns the board state.", |
52 | 51 | "clickForDetails": "You can click on each action box to see rules details." |
53 | 52 | } |
54 | 53 | }, |
|
84 | 83 | }, |
85 | 84 | "roundTurnBot": { |
86 | 85 | "bonusActions": "Bonus Actions", |
87 | | - "actionsNotReady": "Please complete the actions." |
| 86 | + "actionsNotReady": "Please complete the actions.", |
| 87 | + "gainVP": "<b>{vp} VP</B>", |
| 88 | + "gainXP": "XP: " |
88 | 89 | }, |
89 | 90 | "botClaimMilestones": { |
90 | 91 | "botClaim": "Lady Pei claims a milestone:", |
|
108 | 109 | "spring": "Spring", |
109 | 110 | "summer": "Summer" |
110 | 111 | }, |
| 112 | + "windowSelection": { |
| 113 | + "l": "left", |
| 114 | + "r": "right" |
| 115 | + }, |
111 | 116 | "rules": { |
112 | 117 | "action": { |
113 | 118 | "managedByApp": "This action is managed by the application.", |
114 | 119 | "billboard": { |
115 | 120 | "title": "Billboard" |
116 | 121 | }, |
117 | 122 | "delivery": { |
118 | | - "title": "Delivery" |
| 123 | + "title": "Delivery", |
| 124 | + "selectWindow": "Lady Pei delivers to a window with the most matching flowers (ignoring missing flowers, if required):", |
| 125 | + "selectedWindow": "Floor {floor}, Window: {selection}", |
| 126 | + "gainVPandXP": "Lady Pei earns <b>{vp} VP</b> and 1 XP for each color used in the Window Box.", |
| 127 | + "placeMarker": "Place a marker from Lady Pei in the window above the box." |
119 | 128 | }, |
120 | 129 | "paid": { |
121 | | - "title": "Paid" |
| 130 | + "title": "Paid", |
| 131 | + "instruction": "The price of the most expensive flower in Lady Pei’s garden this season is decreased by 1. Lady Pei gains VP equal to the new price." |
122 | 132 | }, |
123 | 133 | "plant": { |
124 | 134 | "title": "Plant", |
|
127 | 137 | }, |
128 | 138 | "price": { |
129 | 139 | "title": "Price", |
130 | | - "priceIncreased": "Price increased for flower: | Price increased for flowers:", |
131 | 140 | "definedWindowInstruction": "If the given window is defined, the price for <i>each flower</i> in that box is increased.", |
132 | 141 | "undefinedWindowInstruction": { |
133 | 142 | "cheapest": "If the window is not defined, the price of the <i>cheapest</i> flower is increased.", |
134 | 143 | "most-expensive": "If the window is not defined, the price os the <i>most expensive</i> flower is increased." |
135 | 144 | } |
136 | 145 | }, |
137 | 146 | "sold": { |
138 | | - "title": "Sold" |
| 147 | + "title": "Sold", |
| 148 | + "instruction": "For each flower family in Lady Pei’s Garden this season, the price is decreased by 1." |
139 | 149 | }, |
140 | 150 | "vp5": { |
141 | | - "title": "5 VP" |
| 151 | + "title": "5 VP", |
| 152 | + "instruction": "Lady Pei gains 5 VP." |
142 | 153 | }, |
143 | 154 | "windowBox": { |
144 | | - "title": "Window Box" |
| 155 | + "title": "Window Box", |
| 156 | + "defineWindow": "Lady Pei creates the most expensive legal Window Box that could be made from the flowers in her garden in the current season:" |
145 | 157 | }, |
146 | 158 | "xp": { |
147 | 159 | "title": "XP", |
|
0 commit comments