1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
// ---------------- [ File: character-traits-warrior-capability/src/resilience.rs ]
crate::ix!();
#[derive(Copy,EnumIter,Debug, Clone, PartialEq, Eq, Hash)]
pub enum WarriorResilienceCapability {
/// Selected for warriors whose defining trait is enduring severe hardship, persevering physically or emotionally through extended periods of adversity.
CapableOfEnduringHardships,
/// Ideal for individuals characterized by a strong determination to confront, navigate, and ultimately overcome challenging circumstances or persistent obstacles.
DeterminedToOvercomeChallenges,
/// Suited for warriors who demonstrate resilience through patient, graceful strength rather than aggressive confrontation, remaining quietly persistent and unyielding.
GentleYetUnstoppableStrength,
/// Optimal for warriors who thrive in environments of decay, decline, or entropy, effectively transforming negative situations into growth opportunities.
AbsorbsAndTransformsDecay,
/// Appropriate when resilience involves enduring and systematically overcoming complex, multifaceted obstacles through sustained effort and patience.
PatientlyEnduresAndOvercomesObstacles,
/// Preferred for characters who manage intricate processes or projects over extended periods, maintaining focus and effectiveness despite complexity.
PatientlyManagesComplexProcesses,
/// Chosen for warriors specifically trained to maintain vigilance and readiness for threats that are not immediately visible or predictable.
PatientlyPreparedForUnseenThreats,
/// Best for warriors demonstrating notable resilience specifically when facing severe adversity, such as significant personal or communal crises.
ResilientInFaceOfAdversity,
/// Selected when resilience specifically involves the ability to rapidly recover and continue effectively after experiencing failures or significant setbacks.
ResilientInFaceOfSetbacks,
/// Ideal for warriors uniquely adapted to survive and function efficiently in extremely harsh or inhospitable environmental conditions.
AdaptedToHarshConditions,
/// Suited for warriors who maintain clear thinking, decisive action, and overall resilience under significant situational pressure, stress, or threat.
SteadfastUnderPressure,
/// Appropriate for individuals strongly dedicated to upholding community values and traditions, resiliently protecting communal identity through adversity.
SteadfastDefenderOfCommunityValues,
/// Optimal for characters explicitly trained or naturally capable of remaining calm, composed, and effective when facing intense physical or environmental extremes.
CalmlyPreparedForExtremeChallenges,
/// Ideal for warriors specifically ready to confront spiritual threats or metaphysical dangers, maintaining composure and effectiveness under supernatural stress.
CalmlyPreparedForSpiritualDefense,
/// Chosen for warriors whose resilience is marked by exceptional long-term tenacity and persistent dedication, enduring over prolonged struggles or endeavors.
TenaciousThroughLongTermStruggles,
/// Selected when a warrior maintains effectiveness and adaptability during prolonged uncertainty or ambiguous situations requiring persistent focus and flexibility.
ResilientInAmbiguousSituations,
/// Appropriate for warriors who display exceptional ability to conserve and renew their strength, effectively managing resources during extended or repetitive challenges.
ResilientThroughResourceManagement,
}
#[allow(clippy::too_many_lines)]
impl WarriorResilienceCapability {
/// Compute the numeric intrinsic‐dimension ratings for each `WarriorResilienceCapability`
/// variant.
///
/// *Every* rating uses a `0.0‑1.0` scale as recommended; see crate‑level
/// documentation for interpretation guidelines.
pub fn intrinsic_dimension_ratings(&self) -> WarriorCapabilityIntrinsicDimensionRatings {
trace!(target: "warrior.resilience", ?self, "computing intrinsic ratings");
use WarriorResilienceCapability::*;
match self {
/* ------------------------------------------------------------------
Endures severe physical or emotional hardship
------------------------------------------------------------------ */
CapableOfEnduringHardships => wc_ratings!(
/* 1‑10 */ 0.40,0.40,0.40,0.40,0.40,0.90,0.40,0.40,0.40,0.40,
/* 11‑20 */ 0.40,0.40,0.90,0.40,0.40,0.40,0.40,0.40,0.40,0.40,
/* 21‑30 */ 0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.70,0.40,
/* 31‑40 */ 0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,
/* 41‑50 */ 0.40,0.70,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,
/* 51‑60 */ 0.85,0.80,0.75,0.40,0.40,0.40,0.80,0.40,0.40,0.40,
/* 61‑70 */ 0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,
/* 71‑80 */ 0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,
/* 81‑90 */ 0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,
/* 91‑100 */ 0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,
/* 101‑115*/ 0.75,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,0.40,
0.40,0.40,0.40,0.40,0.85
),
/* ------------------------------------------------------------------
Driven resolve to overcome challenges
------------------------------------------------------------------ */
DeterminedToOvercomeChallenges => wc_ratings!(
0.40,0.40,0.40,0.45,0.50,0.85,0.40,0.40,0.40,0.60,
0.45,0.45,0.85,0.45,0.45,0.45,0.45,0.45,0.45,0.40,
0.45,0.55,0.45,0.45,0.40,0.40,0.40,0.45,0.65,0.45,
0.45,0.45,0.40,0.40,0.40,0.55,0.45,0.45,0.45,0.50,
0.55,0.65,0.55,0.40,0.45,0.45,0.55,0.50,0.45,0.45,
0.80,0.80,0.70,0.50,0.65,0.40,0.75,0.45,0.55,0.45,
0.55,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,
0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.50,0.45,
0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,
0.50,0.55,0.45,0.50,0.45,0.45,0.45,0.45,0.45,0.45,
0.80,0.45,0.45,0.45,0.45,0.45,0.80,0.50,0.45,0.45,
0.45,0.45,0.45,0.45,0.80
),
/* ------------------------------------------------------------------
Quiet, graceful, unstoppable strength
------------------------------------------------------------------ */
GentleYetUnstoppableStrength => wc_ratings!(
0.50,0.45,0.50,0.50,0.60,0.75,0.40,0.40,0.80,0.40,
0.45,0.60,0.80,0.35,0.60,0.50,0.50,0.50,0.60,0.45,
0.25,0.45,0.45,0.45,0.45,0.30,0.40,0.45,0.60,0.35,
0.45,0.50,0.40,0.45,0.40,0.55,0.50,0.45,0.45,0.50,
0.60,0.70,0.60,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.75,0.75,0.70,0.55,0.65,0.40,0.90,0.50,0.60,0.50,
0.50,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,
0.50,0.50,0.45,0.50,0.45,0.45,0.45,0.45,0.55,0.50,
0.45,0.45,0.45,0.50,0.45,0.50,0.50,0.45,0.45,0.45,
0.55,0.60,0.50,0.55,0.50,0.50,0.55,0.50,0.60,0.55,
0.85,0.60,0.45,0.80,0.50,0.45,0.75,0.55,0.45,0.50,
0.45,0.45,0.45,0.45,0.75
),
/* ------------------------------------------------------------------
Transforms decay into growth
------------------------------------------------------------------ */
AbsorbsAndTransformsDecay => wc_ratings!(
0.45,0.40,0.45,0.45,0.45,0.80,0.50,0.40,0.45,0.45,
0.45,0.45,0.80,0.40,0.45,0.45,0.45,0.45,0.45,0.40,
0.40,0.50,0.45,0.45,0.45,0.35,0.40,0.50,0.80,0.45,
0.45,0.45,0.60,0.45,0.55,0.60,0.50,0.45,0.45,0.45,
0.50,0.60,0.55,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.80,0.90,0.70,0.55,0.65,0.40,0.75,0.55,0.55,0.50,
0.50,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.55,0.50,
0.50,0.50,0.45,0.50,0.45,0.45,0.45,0.45,0.60,0.55,
0.45,0.45,0.45,0.55,0.45,0.50,0.55,0.45,0.45,0.45,
0.55,0.60,0.50,0.55,0.50,0.50,0.55,0.50,0.60,0.55,
0.75,0.50,0.55,0.60,0.50,0.45,0.60,0.55,0.45,0.50,
0.45,0.45,0.55,0.55,0.70
),
/* ------------------------------------------------------------------
Patient endurance of multifaceted obstacles
------------------------------------------------------------------ */
PatientlyEnduresAndOvercomesObstacles => wc_ratings!(
0.40,0.40,0.40,0.45,0.45,0.80,0.40,0.40,0.45,0.40,
0.45,0.45,0.85,0.40,0.45,0.45,0.45,0.45,0.45,0.40,
0.40,0.50,0.45,0.45,0.45,0.35,0.40,0.45,0.70,0.40,
0.45,0.45,0.40,0.40,0.40,0.55,0.45,0.45,0.45,0.45,
0.45,0.55,0.80,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.80,0.85,0.90,0.60,0.80,0.40,0.80,0.55,0.60,0.50,
0.50,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,
0.45,0.45,0.45,0.50,0.45,0.45,0.45,0.45,0.50,0.45,
0.45,0.45,0.45,0.50,0.45,0.50,0.55,0.45,0.45,0.45,
0.55,0.65,0.50,0.60,0.50,0.50,0.55,0.50,0.60,0.55,
0.85,0.50,0.50,0.55,0.50,0.45,0.70,0.50,0.45,0.50,
0.45,0.45,0.50,0.55,0.80
),
/* ------------------------------------------------------------------
Sustains focus amid complex processes
------------------------------------------------------------------ */
PatientlyManagesComplexProcesses => wc_ratings!(
0.40,0.40,0.50,0.45,0.45,0.75,0.40,0.45,0.45,0.40,
0.45,0.45,0.80,0.45,0.45,0.45,0.60,0.55,0.50,0.40,
0.40,0.50,0.50,0.50,0.50,0.35,0.40,0.45,0.60,0.40,
0.45,0.45,0.40,0.40,0.40,0.55,0.45,0.45,0.45,0.45,
0.45,0.55,0.70,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.75,0.75,0.80,0.55,0.80,0.40,0.75,0.45,0.70,0.60,
0.55,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,
0.50,0.50,0.45,0.50,0.45,0.45,0.45,0.45,0.50,0.45,
0.50,0.55,0.45,0.55,0.50,0.55,0.60,0.45,0.45,0.45,
0.55,0.60,0.50,0.55,0.50,0.50,0.55,0.50,0.60,0.55,
0.70,0.50,0.55,0.55,0.50,0.50,0.75,0.55,0.50,0.55,
0.50,0.50,0.55,0.55,0.75
),
/* ------------------------------------------------------------------
Prepared vigilance for unseen threats
------------------------------------------------------------------ */
PatientlyPreparedForUnseenThreats => wc_ratings!(
0.40,0.45,0.45,0.50,0.45,0.75,0.40,0.40,0.45,0.40,
0.45,0.45,0.75,0.45,0.45,0.45,0.50,0.50,0.45,0.40,
0.40,0.55,0.50,0.55,0.50,0.35,0.40,0.55,0.70,0.40,
0.45,0.45,0.40,0.40,0.40,0.60,0.85,0.45,0.45,0.45,
0.50,0.60,0.60,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.80,0.75,0.80,0.60,0.70,0.40,0.75,0.60,0.60,0.60,
0.65,0.55,0.55,0.60,0.60,0.50,0.45,0.50,0.45,0.45,
0.60,0.60,0.45,0.60,0.50,0.45,0.45,0.45,0.65,0.60,
0.45,0.45,0.45,0.55,0.45,0.55,0.60,0.55,0.45,0.45,
0.60,0.65,0.55,0.60,0.55,0.55,0.60,0.55,0.70,0.65,
0.75,0.55,0.55,0.55,0.55,0.55,0.70,0.60,0.55,0.60,
0.55,0.55,0.60,0.60,0.80
),
/* ------------------------------------------------------------------
General adversity‐resilience
------------------------------------------------------------------ */
ResilientInFaceOfAdversity => wc_ratings!(
0.40,0.45,0.45,0.45,0.50,0.90,0.40,0.40,0.45,0.55,
0.50,0.50,0.85,0.45,0.50,0.45,0.55,0.50,0.50,0.40,
0.40,0.55,0.50,0.50,0.50,0.40,0.40,0.50,0.70,0.45,
0.45,0.45,0.40,0.40,0.40,0.55,0.50,0.45,0.45,0.50,
0.60,0.70,0.60,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.85,0.80,0.70,0.55,0.70,0.45,0.80,0.60,0.60,0.55,
0.55,0.50,0.50,0.55,0.55,0.50,0.45,0.45,0.45,0.45,
0.55,0.55,0.45,0.55,0.50,0.45,0.45,0.45,0.60,0.55,
0.45,0.50,0.45,0.55,0.50,0.50,0.55,0.50,0.45,0.45,
0.65,0.70,0.60,0.65,0.60,0.60,0.65,0.60,0.70,0.65,
0.85,0.60,0.55,0.60,0.55,0.50,0.80,0.60,0.55,0.60,
0.55,0.55,0.60,0.60,0.85
),
/* ------------------------------------------------------------------
Rapid recovery after setbacks
------------------------------------------------------------------ */
ResilientInFaceOfSetbacks => wc_ratings!(
0.40,0.40,0.45,0.45,0.50,0.85,0.40,0.40,0.45,0.60,
0.45,0.45,0.80,0.45,0.45,0.45,0.50,0.50,0.45,0.40,
0.40,0.55,0.45,0.50,0.50,0.40,0.40,0.50,0.70,0.45,
0.45,0.45,0.40,0.40,0.40,0.55,0.50,0.45,0.45,0.50,
0.60,0.70,0.60,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.80,0.80,0.80,0.55,0.75,0.40,0.80,0.50,0.55,0.50,
0.50,0.45,0.45,0.50,0.50,0.45,0.45,0.45,0.45,0.45,
0.50,0.50,0.45,0.50,0.45,0.45,0.45,0.45,0.55,0.50,
0.45,0.45,0.45,0.50,0.45,0.50,0.55,0.45,0.45,0.45,
0.60,0.65,0.55,0.60,0.55,0.55,0.60,0.55,0.65,0.60,
0.80,0.55,0.50,0.55,0.50,0.50,0.75,0.55,0.50,0.55,
0.50,0.50,0.55,0.55,0.80
),
/* ------------------------------------------------------------------
Adapted to harsh or inhospitable conditions
------------------------------------------------------------------ */
AdaptedToHarshConditions => wc_ratings!(
0.45,0.40,0.45,0.45,0.70,0.80,0.40,0.40,0.45,0.45,
0.45,0.45,0.75,0.45,0.45,0.45,0.45,0.45,0.45,0.40,
0.40,0.50,0.45,0.45,0.50,0.35,0.40,0.45,0.80,0.45,
0.80,0.45,0.60,0.45,0.55,0.60,0.50,0.45,0.45,0.55,
0.70,0.90,0.90,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.75,0.80,0.70,0.55,0.60,0.40,0.80,0.50,0.55,0.50,
0.50,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.60,0.55,
0.55,0.55,0.45,0.55,0.50,0.45,0.45,0.45,0.70,0.55,
0.50,0.50,0.45,0.60,0.50,0.55,0.60,0.50,0.45,0.45,
0.65,0.70,0.60,0.65,0.60,0.60,0.65,0.60,0.75,0.70,
0.75,0.55,0.55,0.60,0.55,0.50,0.70,0.60,0.50,0.55,
0.50,0.50,0.60,0.60,0.80
),
/* ------------------------------------------------------------------
Maintains composure & effectiveness under pressure
------------------------------------------------------------------ */
SteadfastUnderPressure => wc_ratings!(
0.40,0.45,0.45,0.45,0.50,0.80,0.40,0.40,0.45,0.50,
0.50,0.50,0.80,0.45,0.50,0.45,0.50,0.50,0.45,0.40,
0.40,0.55,0.50,0.50,0.50,0.40,0.40,0.50,0.70,0.45,
0.45,0.45,0.40,0.40,0.40,0.55,0.50,0.45,0.45,0.55,
0.65,0.80,0.70,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.85,0.85,0.75,0.55,0.70,0.40,0.90,0.60,0.65,0.50,
0.55,0.50,0.50,0.55,0.55,0.50,0.45,0.45,0.45,0.45,
0.55,0.55,0.45,0.55,0.50,0.45,0.45,0.45,0.60,0.55,
0.45,0.55,0.45,0.60,0.50,0.55,0.60,0.55,0.45,0.45,
0.70,0.75,0.65,0.70,0.65,0.65,0.70,0.65,0.75,0.70,
0.85,0.60,0.55,0.60,0.55,0.50,0.90,0.60,0.55,0.60,
0.55,0.55,0.60,0.60,0.90
),
/* ------------------------------------------------------------------
Community values defender
------------------------------------------------------------------ */
SteadfastDefenderOfCommunityValues => wc_ratings!(
0.45,0.45,0.45,0.50,0.50,0.75,0.40,0.40,0.85,0.45,
0.50,0.60,0.80,0.45,0.55,0.60,0.50,0.60,0.55,0.45,
0.40,0.55,0.55,0.50,0.50,0.30,0.45,0.50,0.65,0.45,
0.80,0.90,0.60,0.70,0.45,0.75,0.55,0.50,0.50,0.55,
0.65,0.75,0.60,0.45,0.45,0.45,0.60,0.55,0.50,0.50,
0.75,0.80,0.70,0.55,0.65,0.45,0.85,0.65,0.60,0.55,
0.55,0.50,0.50,0.55,0.55,0.50,0.45,0.45,0.45,0.45,
0.55,0.60,0.45,0.55,0.55,0.45,0.45,0.45,0.60,0.55,
0.50,0.50,0.45,0.55,0.55,0.55,0.60,0.55,0.50,0.50,
0.70,0.75,0.60,0.65,0.65,0.60,0.70,0.65,0.75,0.70,
0.80,0.85,0.55,0.65,0.50,0.60,0.85,0.70,0.55,0.60,
0.55,0.60,0.60,0.60,0.70
),
/* ------------------------------------------------------------------
Calm resilience amid extreme challenges
------------------------------------------------------------------ */
CalmlyPreparedForExtremeChallenges => wc_ratings!(
0.40,0.40,0.45,0.45,0.60,0.80,0.40,0.40,0.45,0.45,
0.45,0.45,0.75,0.40,0.45,0.45,0.45,0.45,0.45,0.40,
0.40,0.50,0.45,0.45,0.45,0.35,0.40,0.45,0.70,0.40,
0.45,0.45,0.40,0.40,0.40,0.55,0.45,0.45,0.45,0.55,
0.65,0.80,0.85,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.80,0.80,0.80,0.60,0.80,0.40,0.80,0.50,0.55,0.50,
0.50,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,0.45,
0.50,0.50,0.45,0.50,0.45,0.45,0.45,0.45,0.55,0.50,
0.45,0.50,0.45,0.60,0.50,0.55,0.60,0.55,0.45,0.45,
0.60,0.65,0.60,0.65,0.60,0.60,0.65,0.60,0.70,0.65,
0.80,0.55,0.50,0.55,0.50,0.50,0.85,0.60,0.50,0.55,
0.50,0.50,0.60,0.60,0.90
),
/* ------------------------------------------------------------------
Calm spiritual defense preparedness
------------------------------------------------------------------ */
CalmlyPreparedForSpiritualDefense => wc_ratings!(
0.40,0.40,0.45,0.45,0.50,0.80,0.80,0.40,0.50,0.45,
0.45,0.45,0.75,0.40,0.45,0.45,0.45,0.45,0.45,0.40,
0.40,0.50,0.45,0.45,0.45,0.35,0.40,0.45,0.70,0.40,
0.45,0.45,0.40,0.40,0.75,0.55,0.50,0.45,0.45,0.55,
0.65,0.80,0.70,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.80,0.80,0.80,0.60,0.80,0.90,0.80,0.90,0.55,0.50,
0.50,0.45,0.50,0.60,0.55,0.55,0.50,0.50,0.50,0.45,
0.50,0.55,0.45,0.55,0.50,0.45,0.55,0.45,0.55,0.50,
0.45,0.45,0.45,0.55,0.45,0.50,0.55,0.50,0.50,0.45,
0.60,0.65,0.60,0.60,0.60,0.60,0.65,0.60,0.70,0.60,
0.80,0.55,0.55,0.60,0.55,0.55,0.90,0.65,0.55,0.60,
0.50,0.55,0.60,0.60,0.85
),
/* ------------------------------------------------------------------
Tenacity sustained over very long struggles
------------------------------------------------------------------ */
TenaciousThroughLongTermStruggles => wc_ratings!(
0.40,0.45,0.45,0.45,0.50,0.85,0.40,0.40,0.45,0.50,
0.50,0.50,0.85,0.45,0.50,0.50,0.55,0.50,0.50,0.40,
0.40,0.55,0.50,0.50,0.50,0.40,0.40,0.50,0.75,0.45,
0.45,0.45,0.40,0.40,0.40,0.60,0.50,0.45,0.45,0.55,
0.65,0.80,0.70,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.85,0.80,0.85,0.60,0.85,0.40,0.90,0.70,0.70,0.60,
0.60,0.50,0.50,0.55,0.55,0.50,0.45,0.45,0.45,0.45,
0.55,0.55,0.45,0.55,0.50,0.45,0.45,0.45,0.60,0.55,
0.45,0.55,0.45,0.60,0.50,0.60,0.65,0.55,0.45,0.45,
0.70,0.75,0.70,0.70,0.70,0.70,0.75,0.70,0.80,0.75,
0.90,0.60,0.55,0.60,0.55,0.55,0.90,0.70,0.60,0.65,
0.55,0.55,0.65,0.65,0.85
),
/* ------------------------------------------------------------------
Resilience amid uncertainty & ambiguity
------------------------------------------------------------------ */
ResilientInAmbiguousSituations => wc_ratings!(
0.40,0.45,0.50,0.45,0.50,0.80,0.40,0.40,0.45,0.50,
0.50,0.50,0.80,0.45,0.50,0.50,0.55,0.50,0.50,0.40,
0.40,0.55,0.50,0.50,0.50,0.40,0.40,0.55,0.85,0.45,
0.45,0.45,0.40,0.40,0.40,0.60,0.55,0.45,0.50,0.55,
0.65,0.80,0.70,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.80,0.80,0.75,0.60,0.80,0.45,0.80,0.50,0.85,0.70,
0.70,0.60,0.60,0.80,0.80,0.60,0.45,0.60,0.50,0.50,
0.60,0.65,0.50,0.60,0.55,0.50,0.55,0.55,0.70,0.65,
0.50,0.55,0.50,0.65,0.55,0.60,0.65,0.60,0.50,0.50,
0.75,0.80,0.70,0.75,0.75,0.70,0.80,0.75,0.80,0.75,
0.80,0.60,0.55,0.65,0.55,0.60,0.85,0.70,0.60,0.65,
0.55,0.60,0.70,0.70,0.85
),
/* ------------------------------------------------------------------
Resilience via resource conservation & renewal
------------------------------------------------------------------ */
ResilientThroughResourceManagement => wc_ratings!(
0.40,0.45,0.45,0.45,0.50,0.80,0.40,0.40,0.45,0.55,
0.50,0.50,0.80,0.45,0.50,0.50,0.55,0.50,0.50,0.40,
0.40,0.55,0.50,0.50,0.90,0.40,0.40,0.50,0.70,0.45,
0.45,0.45,0.40,0.40,0.40,0.60,0.50,0.45,0.45,0.50,
0.60,0.70,0.60,0.45,0.45,0.45,0.55,0.50,0.45,0.45,
0.80,0.80,0.75,0.55,0.75,0.40,0.85,0.65,0.60,0.55,
0.55,0.50,0.50,0.55,0.55,0.50,0.45,0.45,0.45,0.45,
0.55,0.55,0.45,0.55,0.50,0.45,0.45,0.45,0.60,0.55,
0.50,0.55,0.45,0.60,0.55,0.60,0.65,0.60,0.50,0.55,
0.70,0.75,0.60,0.65,0.65,0.60,0.70,0.65,0.75,0.70,
0.80,0.60,0.55,0.60,0.55,0.55,0.80,0.70,0.55,0.60,
0.55,0.55,0.60,0.60,0.80
),
}
}
}