Poll: Severe winter changes

Moderators: firepowerjohan, Happycat, rkr1958, Slitherine Core

Post Reply

Severe winter changes

1. Keep as is (duration = 60%, duration -1 = 20%, duration -2 = 10%, duration +1 = 10%
3
16%
2. Remove duration -2 and spread like: duration = 60%, duration -1=20%, duration +1 = 20%
12
63%
3. Remove duration -2 and spread like: duration = 60%, duration -1=10%, duration +1 = 30%
4
21%
 
Total votes: 19

Peter Stauffenberg
General - Carrier
General - Carrier
Posts: 4745
Joined: Sun Jul 08, 2007 4:13 pm
Location: Oslo, Norway

Poll: Severe winter changes

Post by Peter Stauffenberg »

These are the current values:
WINTER_DURATION 5 /*how many turns severe winter in Russia last. Start time random from October till January */
/* Variation of severe winter length */
CHANGE_FOR_DURATION 60 /* 0..100. Accumulated chance that length = WINTER_DURATION. % chance = 60 */
CHANCE_FOR_DURATION_MINUS_1 80 /* 0..100. Accumulated chance that length = WINTER_DURATION - 1. % chance = 20 */
CHANCE_FOR_DURATION_MINUS_2 90 /* 0..100. Accumulated chance that length = WINTER_DURATION - 2. % chance = 10 */
CHANCE_FOR_DURATION_PLUS_1 100 /* 0..100. Accumulated chance that length = WINTER_DURATION + 1. % chance = 10 */

2. Proposed change to:
CHANGE_FOR_DURATION 60 /* 0..100. Accumulated chance that length = WINTER_DURATION. % chance = 60 */
CHANCE_FOR_DURATION_MINUS_1 80 /* 0..100. Accumulated chance that length = WINTER_DURATION - 1. % chance = 20 */
CHANCE_FOR_DURATION_MINUS_2 80 /* 0..100. Accumulated chance that length = WINTER_DURATION - 2. % chance = 0 */
CHANCE_FOR_DURATION_PLUS_1 100 /* 0..100. Accumulated chance that length = WINTER_DURATION + 1. % chance = 20 */

3. Proposed change to:
CHANGE_FOR_DURATION 60 /* 0..100. Accumulated chance that length = WINTER_DURATION. % chance = 60 */
CHANCE_FOR_DURATION_MINUS_1 70 /* 0..100. Accumulated chance that length = WINTER_DURATION - 1. % chance = 10 */
CHANCE_FOR_DURATION_MINUS_2 70 /* 0..100. Accumulated chance that length = WINTER_DURATION - 2. % chance = 0 */
CHANCE_FOR_DURATION_PLUS_1 100 /* 0..100. Accumulated chance that length = WINTER_DURATION + 1. % chance = 30 */
Post Reply

Return to “Commander Europe at War : GS Open Beta”