Skip to main content

character_traits_warrior_capability/
protective_capability.rs

1// ---------------- [ File: character-traits-warrior-capability/src/protective_capability.rs ]
2crate::ix!();
3
4#[derive(Copy,EnumIter,Debug, Clone, PartialEq, Eq, Hash)]
5pub enum WarriorProtectiveCapability {
6    /// Selected when a warrior prioritizes aggressive defense of territorial boundaries, swiftly responding to intrusions or threats to established borders.
7    AggressivelyProtectiveOfBoundaries,
8
9    /// Appropriate for individuals dedicated to protecting community interests and well-being, willingly confronting threats at personal risk.
10    CourageouslyProtectsCommunity,
11
12    /// Suited for warriors who actively safeguard ecosystems, wildlife, and habitats from natural or human-caused environmental hazards.
13    DefenderAgainstEnvironmentalThreats,
14
15    /// Optimal when the primary motivation for defense stems from loyalty, protecting family, close allies, or devoted followers.
16    DefendsLovedOnesAndFollowers,
17
18    /// Best fits those who guard and sustain natural rhythms, ecosystems, and ecological harmony against disruptive influences.
19    ProtectorOfNaturalCyclesAndBalance,
20
21    /// Chosen for entities that consistently maintain high preparedness levels, proactively ready for sudden threats or emergencies.
22    DefensivelyPreparedForEmergencies,
23
24    /// Ideal for warriors focused on proactively preserving biodiversity and ensuring survival of endangered life forms.
25    GuardianOfLifeAndBiodiversity,
26
27    /// Represents warriors whose protective capabilities are augmented significantly by magical or supernatural defenses.
28    FierceProtectorWithMagicalDefense,
29
30    /// Suited for warriors characterized by a balanced approach to both proactive defense and responsive protection.
31    ProtectiveAndDefensiveStance,
32
33    /// Appropriate for those committed to safeguarding artifacts, records, and places of significant historical importance.
34    GuardianOfHistoricalIntegrity,
35
36    /// Preferred when primary focus involves defending national security, sovereignty, and territorial integrity against external or internal threats.
37    ProtectorOfNationalSecurity,
38
39    /// Ideal for characters whose role involves carefully nurturing and managing growth environments, ensuring resource availability and stability.
40    ProtectorOfNutrientsAndSustainedGrowth,
41
42    /// Selected when protection involves physically reshaping and maintaining landscapes to mitigate threats or create defensive advantages.
43    ProtectorThroughLandscapeManipulation,
44
45    /// Appropriate for characters tasked explicitly with safeguarding entire realms or expansive territories from existential threats.
46    ProtectorOfRealms,
47
48    /// Chosen for warriors known for exceptional protective capability and immense physical or metaphysical strength in defensive situations.
49    UnparalleledProtectionAndStrength,
50
51    /// Represents individuals quietly dedicated to the vigilant protection of cultural heritage sites, traditions, and artifacts.
52    QuietGuardianOfCulturalHeritage,
53
54    /// Suited for defenders who discreetly yet effectively prevent vandalism, desecration, or harm to sacred places or significant cultural symbols.
55    QuietlyDefensiveAgainstDesecration,
56
57    /// Optimal for warriors who silently secure and protect resources, knowledge, or assets hidden from public view or enemy awareness.
58    GuardianOfHiddenResources,
59
60    /// Best applied when defense is focused explicitly on sacred spaces, sites of spiritual significance, or areas of profound communal reverence.
61    ResoluteGuardianOfSacredSpaces,
62
63    /// Ideal for characters dedicated explicitly to protecting the health, diversity, and integrity of forested areas and their ecosystems.
64    SkilledProtectorOfForestIntegrity,
65
66    /// Chosen when the protective role includes not only direct defense but also active guidance, tactical instruction, and leadership in battle situations.
67    ProtectorProvidingBattleGuidance,
68
69    /// Suited for warriors who combine protective roles with providing strategic, tactical insights to enhance overall defensive effectiveness.
70    ProtectorProvidingTacticalGuidance,
71
72    /// Preferred for warriors whose protective style includes heightened vigilance, continuous threat assessment, and early-warning capabilities.
73    VigilantlyObservantOfDangers,
74
75    /// Best applied when warriors prioritize control and secure dominance over territories to proactively preempt threats.
76    GuardianSecuringTerritorialDominance,
77
78    /// Optimal for experts who meticulously establish and maintain defenses specifically along ecological boundaries, actively preserving ecological balance.
79    ExpertGuardianOfEcologicalBoundaries,
80
81    /// Ideal for warriors providing specialized protection in extreme environmental conditions (e.g., deserts, arctic regions), ensuring survival and operational effectiveness.
82    GuardianInExtremeEnvironments,
83
84    /// Represents characters whose defensive strength arises from technological superiority, effectively deploying advanced security systems or equipment to maintain safety.
85    ProtectorWithTechnologicalAdvantage,
86
87    /// Chosen for warriors proficient at rapidly mobilizing defensive resources or personnel to respond effectively to evolving threats or emergencies.
88    RapidResponseProtector,
89}
90
91impl WarriorProtectiveCapability {
92    #[instrument(level = "trace", skip(self))]
93    pub fn intrinsic_dimension_ratings(&self) -> WarriorCapabilityIntrinsicDimensionRatings {
94        use WarriorProtectiveCapability::*;
95        match self {
96            /* ------------------------------------------------------------------
97               Emphasizes robust border defense and high vigilance; high dominance and rapid threat response.
98            ------------------------------------------------------------------ */
99            AggressivelyProtectiveOfBoundaries => wc_ratings!(
100                0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.80,
101                0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50,
102                0.80, 0.50, 0.20, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.80,
103                1.00, 0.50, 0.50, 0.50, 0.50, 0.80, 0.80, 0.80, 0.80, 0.50,
104                0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50,
105                0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.80, 0.80, 0.80,
106                0.80, 0.20, 0.50, 0.50, 0.20, 0.50, 0.50, 0.50, 0.50, 0.50,
107                1.00, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.20, 0.50, 0.50,
108                0.50, 0.50, 0.20, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50,
109                0.50, 0.50, 0.50, 0.50, 0.50, 0.20, 0.50, 0.50, 0.50, 0.50,
110                0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.80, 0.50,
111                0.50, 0.50, 0.50, 0.50, 0.50
112            ),
113
114            /* ------------------------------------------------------------------
115               Community‑oriented bravery; high protective bravery and moral courage; moderate ally protection.
116            ------------------------------------------------------------------ */
117            CourageouslyProtectsCommunity => wc_ratings!(
118                0.50, 0.50, 0.50, 0.50, 0.50, 0.80, 0.50, 0.50, 0.50, 0.50,
119                0.80, 0.80, 0.50, 0.50, 0.80, 0.60, 0.50, 0.50, 0.50, 0.50,
120                0.20, 0.50, 0.20, 0.50, 0.50, 0.20, 0.50, 0.50, 0.50, 0.50,
121                0.50, 0.80, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50,
122                0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.60, 0.50, 0.50,
123                0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.70, 0.60,
124                0.70, 0.40, 0.50, 0.50, 0.20, 0.50, 0.50, 0.50, 0.50, 0.50,
125                0.50, 0.50, 0.50, 0.50, 0.70, 0.50, 0.50, 0.50, 0.50, 0.50,
126                0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50, 0.50,
127                0.50, 0.50, 0.50, 0.50, 0.50, 0.20, 0.50, 0.50, 0.50, 0.50,
128                0.80, 0.50, 0.50, 0.50, 0.50, 0.50, 0.60, 0.50, 0.50, 0.50,
129                0.50, 0.50, 0.50, 0.50, 0.50
130            ),
131
132            /* ------------------------------------------------------------------
133               Guards ecosystems from harm; high environmental protection and terrain awareness.
134            ------------------------------------------------------------------ */
135            DefenderAgainstEnvironmentalThreats => wc_ratings!(
136                0.50, 0.50, 0.50, 0.70, 0.50, 0.70, 0.50, 0.50, 0.60, 0.40,
137                0.60, 0.60, 0.70, 0.40, 0.60, 0.50, 0.60, 0.45, 0.70, 0.50,
138                0.50, 0.60, 0.30, 0.40, 0.70, 0.20, 0.80, 0.20, 0.70, 0.30,
139                0.60, 0.50, 0.80, 0.80, 0.50, 0.70, 0.70, 0.70, 0.60, 0.55,
140                0.50, 0.50, 0.60, 0.55, 0.40, 0.45, 0.55, 0.60, 0.50, 0.50,
141                0.50, 0.70, 0.60, 0.60, 0.50, 0.60, 0.60, 0.55, 0.60, 0.55,
142                0.80, 0.50, 0.50, 0.60, 0.60, 0.30, 0.30, 0.55, 0.50, 0.50,
143                0.50, 0.50, 0.40, 0.50, 0.50, 0.50, 0.50, 0.20, 0.45, 0.40,
144                0.70, 0.60, 0.40, 0.50, 0.55, 0.55, 0.55, 0.50, 0.50, 0.50,
145                0.55, 0.50, 0.50, 0.50, 0.50, 0.20, 0.55, 0.50, 0.50, 0.50,
146                0.55, 0.50, 0.50, 0.50, 0.50, 0.40, 0.50, 0.50, 0.50, 0.50,
147                0.50, 0.50, 0.50, 0.50, 0.50
148            ),
149
150            /* ------------------------------------------------------------------
151               Protects close relations with compassion and strength; low ruthlessness.
152            ------------------------------------------------------------------ */
153            DefendsLovedOnesAndFollowers => wc_ratings!(
154                0.50, 0.55, 0.50, 0.55, 0.60, 0.70, 0.50, 0.50, 0.70, 0.40,
155                0.70, 0.80, 0.70, 0.40, 0.80, 0.60, 0.55, 0.50, 0.65, 0.50,
156                0.50, 0.60, 0.35, 0.50, 0.60, 0.20, 0.55, 0.20, 0.60, 0.30,
157                0.60, 0.70, 0.55, 0.50, 0.50, 0.60, 0.60, 0.65, 0.60, 0.55,
158                0.55, 1.00, 0.70, 0.55, 0.50, 0.50, 0.50, 0.65, 0.55, 0.55,
159                0.60, 0.60, 0.70, 0.55, 0.60, 0.60, 0.60, 0.50, 0.65, 0.60,
160                0.70, 0.60, 0.50, 0.70, 0.60, 0.30, 0.30, 0.50, 0.55, 0.50,
161                0.55, 0.50, 0.45, 0.50, 0.60, 0.60, 0.50, 0.30, 0.55, 0.50,
162                0.60, 0.55, 0.30, 0.55, 0.60, 0.60, 0.60, 0.50, 0.60, 0.50,
163                0.55, 0.60, 0.65, 0.60, 0.65, 0.20, 0.60, 0.50, 0.60, 0.60,
164                0.75, 0.55, 0.60, 0.60, 0.60, 0.30, 0.55, 0.55, 0.55, 0.55,
165                0.55, 0.55, 0.55, 0.50, 0.55
166            ),
167
168            /* ------------------------------------------------------------------
169               Maintains ecological harmony; spiritually attuned and compassionate.
170            ------------------------------------------------------------------ */
171            ProtectorOfNaturalCyclesAndBalance => wc_ratings!(
172                0.50, 0.50, 0.55, 0.60, 0.45, 0.65, 0.50, 0.45, 0.60, 0.40,
173                0.55, 0.60, 0.60, 0.35, 0.60, 0.55, 0.55, 0.45, 0.70, 0.50,
174                0.45, 0.55, 0.35, 0.45, 0.60, 0.20, 0.60, 0.25, 0.75, 0.25,
175                0.55, 0.60, 0.80, 0.80, 0.50, 0.65, 0.70, 0.70, 0.55, 0.55,
176                0.55, 0.55, 0.50, 0.55, 0.40, 0.45, 0.55, 0.60, 0.50, 0.50,
177                0.50, 0.70, 0.65, 0.60, 0.60, 0.70, 0.70, 0.55, 0.60, 0.55,
178                0.80, 0.50, 0.50, 0.65, 0.65, 0.35, 0.35, 0.55, 0.50, 0.50,
179                0.50, 0.50, 0.45, 0.50, 0.60, 0.60, 0.50, 0.25, 0.50, 0.45,
180                0.60, 0.55, 0.40, 0.55, 0.55, 0.60, 0.55, 0.50, 0.55, 0.50,
181                0.60, 0.65, 0.60, 0.60, 0.60, 0.25, 0.60, 0.50, 0.55, 0.55,
182                0.55, 0.55, 0.55, 0.50, 0.55, 0.35, 0.55, 0.55, 0.55, 0.55,
183                0.55, 0.55, 0.55, 0.50, 0.55
184            ),
185
186            /* ------------------------------------------------------------------
187               Always ready; high preparedness, vigilance, and rapid response abilities.
188            ------------------------------------------------------------------ */
189            DefensivelyPreparedForEmergencies => wc_ratings!(
190                0.50, 0.45, 0.50, 0.60, 0.50, 0.80, 0.50, 0.50, 0.55, 0.55,
191                0.60, 0.60, 0.70, 0.40, 0.60, 0.55, 0.60, 0.50, 0.60, 0.45,
192                0.50, 0.60, 0.30, 0.45, 0.60, 0.20, 0.50, 0.25, 0.70, 0.30,
193                0.55, 0.65, 0.55, 0.50, 0.50, 0.65, 0.70, 0.80, 0.60, 0.60,
194                0.60, 0.60, 0.55, 0.55, 0.45, 0.50, 0.55, 0.60, 0.55, 0.55,
195                0.50, 0.70, 0.55, 0.55, 0.55, 0.65, 0.70, 0.60, 0.75, 1.00,
196                0.80, 0.50, 0.50, 0.60, 0.60, 0.35, 0.35, 0.50, 0.50, 0.50,
197                0.50, 0.50, 0.45, 0.50, 0.60, 0.60, 0.55, 0.30, 0.50, 0.45,
198                0.55, 0.55, 0.35, 0.55, 0.60, 0.60, 0.60, 0.50, 0.60, 0.50,
199                0.60, 0.65, 0.65, 0.65, 0.60, 0.25, 0.55, 0.55, 0.60, 0.60,
200                0.60, 0.55, 0.55, 0.50, 0.55, 0.35, 0.60, 0.55, 0.60, 1.00,
201                0.60, 0.55, 0.55, 0.50, 0.55
202            ),
203
204            /* ------------------------------------------------------------------
205               Prioritizes preservation of diverse life; high compassion and guardian instinct.
206            ------------------------------------------------------------------ */
207            GuardianOfLifeAndBiodiversity => wc_ratings!(
208                0.50, 0.50, 0.55, 0.70, 0.55, 0.75, 0.50, 0.50, 0.70, 0.45,
209                0.65, 0.70, 0.70, 0.40, 0.70, 0.60, 0.55, 0.50, 0.75, 0.50,
210                0.50, 0.55, 0.35, 0.45, 0.70, 0.20, 0.55, 0.25, 0.80, 0.30,
211                0.55, 0.70, 0.85, 0.85, 0.50, 0.70, 0.75, 0.70, 0.60, 0.60,
212                0.60, 0.65, 0.60, 0.55, 0.45, 0.50, 0.55, 0.65, 0.55, 0.55,
213                0.55, 0.75, 0.65, 0.65, 0.60, 0.75, 0.75, 0.60, 0.70, 0.60,
214                0.85, 0.50, 0.50, 0.70, 0.70, 0.35, 0.35, 0.55, 0.55, 0.55,
215                0.55, 0.55, 0.45, 0.50, 0.65, 0.65, 0.55, 0.25, 0.55, 0.50,
216                0.65, 0.60, 0.35, 0.60, 0.60, 0.60, 0.60, 0.50, 0.60, 0.50,
217                0.60, 0.65, 0.65, 0.65, 0.65, 0.25, 0.55, 0.55, 0.60, 0.60,
218                0.70, 0.60, 0.60, 0.50, 0.60, 0.35, 0.60, 0.55, 0.55, 0.55,
219                0.55, 0.55, 0.55, 0.55, 0.55
220            ),
221
222            /* ------------------------------------------------------------------
223               Relies on magical shields and arcane countermeasures; high supernatural affinity.
224            ------------------------------------------------------------------ */
225            FierceProtectorWithMagicalDefense => wc_ratings!(
226                0.60, 0.50, 0.55, 0.60, 0.55, 0.70, 0.80, 0.20, 0.55, 0.45,
227                0.65, 0.65, 0.65, 0.45, 0.70, 0.55, 0.55, 0.50, 0.60, 0.45,
228                0.55, 0.55, 0.35, 0.45, 0.60, 0.25, 0.50, 0.25, 0.60, 0.35,
229                0.60, 0.60, 0.55, 0.50, 0.60, 1.00, 0.70, 0.70, 0.55, 0.55,
230                0.55, 0.60, 0.55, 0.55, 0.45, 0.50, 0.55, 0.55, 0.55, 0.55,
231                0.55, 0.75, 0.60, 0.60, 0.55, 0.65, 0.65, 0.60, 0.65, 0.60,
232                0.85, 0.50, 0.50, 0.70, 0.70, 0.40, 0.40, 0.55, 0.55, 0.55,
233                0.55, 0.55, 0.45, 0.50, 0.65, 0.65, 0.55, 0.25, 0.55, 0.50,
234                0.70, 0.65, 0.40, 0.55, 0.65, 0.65, 0.60, 0.50, 0.60, 0.50,
235                0.65, 0.70, 0.70, 0.70, 0.65, 0.30, 0.55, 0.55, 0.55, 0.55,
236                0.70, 0.70, 0.60, 0.50, 0.60, 0.35, 0.60, 0.55, 0.55, 0.55,
237                0.55, 0.55, 0.55, 0.55, 0.55
238            ),
239
240            /* ------------------------------------------------------------------
241               Balanced, disciplined defense; high vigilance and community guardianship.
242            ------------------------------------------------------------------ */
243            ProtectiveAndDefensiveStance => wc_ratings!(
244                0.50, 0.50, 0.50, 0.60, 0.55, 0.65, 0.50, 0.50, 0.55, 0.45,
245                0.60, 0.60, 0.60, 0.45, 0.60, 0.55, 0.55, 0.50, 0.60, 0.50,
246                0.45, 0.55, 0.35, 0.45, 0.60, 0.25, 0.50, 0.25, 0.65, 0.30,
247                0.70, 0.80, 0.70, 0.55, 0.50, 0.70, 0.70, 0.75, 0.60, 0.60,
248                0.55, 0.55, 0.55, 0.50, 0.45, 0.50, 0.55, 0.55, 0.55, 0.50,
249                0.50, 0.70, 0.60, 0.60, 0.55, 0.60, 0.60, 0.55, 0.65, 0.60,
250                0.75, 0.50, 0.50, 0.50, 0.60, 0.35, 0.35, 0.55, 0.55, 0.55,
251                0.55, 0.55, 0.45, 0.50, 0.65, 0.65, 0.55, 0.25, 0.50, 0.50,
252                0.60, 0.55, 0.40, 0.55, 0.55, 0.60, 0.55, 0.50, 0.55, 0.50,
253                0.60, 0.65, 0.60, 0.60, 0.60, 0.30, 0.50, 0.50, 0.55, 0.55,
254                0.60, 0.55, 0.55, 0.50, 0.55, 0.35, 0.55, 0.55, 0.55, 0.55,
255                0.55, 0.55, 0.55, 0.55, 0.55
256            ),
257
258            /* ------------------------------------------------------------------
259               Safeguards cultural heritage; high barrier integrity and respect cultivation.
260            ------------------------------------------------------------------ */
261            GuardianOfHistoricalIntegrity => wc_ratings!(
262                0.50, 0.45, 0.50, 0.55, 0.45, 0.65, 0.50, 0.50, 0.55, 0.35,
263                0.55, 0.55, 0.60, 0.40, 0.60, 0.55, 0.55, 0.50, 0.70, 0.50,
264                0.45, 0.55, 0.35, 0.45, 0.60, 0.20, 0.55, 0.25, 0.65, 0.30,
265                0.60, 0.70, 0.50, 0.85, 0.50, 0.70, 0.70, 0.75, 0.60, 0.60,
266                0.55, 0.55, 0.55, 0.50, 0.45, 0.50, 0.55, 0.60, 0.50, 0.50,
267                0.50, 0.70, 0.60, 0.60, 0.55, 0.60, 0.60, 0.55, 0.60, 0.60,
268                0.80, 0.50, 0.50, 0.55, 0.55, 0.35, 0.35, 0.55, 0.55, 0.55,
269                0.55, 0.55, 0.45, 0.50, 0.65, 0.65, 0.55, 0.25, 0.50, 0.50,
270                0.55, 0.55, 0.35, 0.55, 0.60, 0.60, 0.60, 0.50, 0.60, 1.00,
271                0.55, 0.60, 0.60, 0.60, 0.60, 0.25, 0.60, 0.50, 0.60, 0.70,
272                0.60, 0.55, 0.55, 0.50, 0.60, 0.35, 0.60, 0.55, 0.55, 0.55,
273                0.60, 0.60, 0.55, 0.55, 0.55
274            ),
275
276            /* ------------------------------------------------------------------
277               Secures national sovereignty; strong territorial defense, planning, and operational security.
278            ------------------------------------------------------------------ */
279            ProtectorOfNationalSecurity => wc_ratings!(
280                0.55, 0.70, 0.60, 0.55, 0.55, 0.70, 0.50, 0.70, 0.55, 0.65,
281                0.60, 0.60, 0.65, 0.45, 0.60, 0.55, 0.60, 0.55, 0.65, 0.50,
282                0.60, 0.65, 0.45, 0.55, 0.70, 0.30, 0.60, 0.30, 0.70, 0.40,
283                0.70, 0.70, 0.60, 0.55, 0.50, 0.70, 0.75, 0.80, 1.00, 0.60,
284                0.60, 0.60, 0.60, 0.55, 0.55, 0.55, 0.60, 0.60, 0.60, 0.60,
285                0.60, 0.70, 0.65, 0.65, 0.55, 0.65, 0.70, 0.60, 0.70, 0.65,
286                0.90, 0.55, 0.55, 0.65, 0.65, 0.40, 0.40, 0.60, 0.60, 0.60,
287                0.60, 0.60, 0.50, 0.55, 0.70, 0.70, 0.60, 0.30, 0.60, 0.60,
288                0.70, 0.75, 0.50, 0.60, 0.65, 0.65, 0.60, 0.55, 0.65, 0.60,
289                0.70, 0.70, 0.70, 0.70, 0.65, 0.30, 0.60, 0.60, 0.65, 0.75,
290                0.70, 0.65, 0.65, 0.55, 0.65, 0.35, 0.65, 0.65, 0.65, 0.70,
291                0.70, 0.70, 0.70, 0.65, 0.65
292            ),
293
294            /* ------------------------------------------------------------------
295               Ensures resource stability and growth; patient and strategic.
296            ------------------------------------------------------------------ */
297            ProtectorOfNutrientsAndSustainedGrowth => wc_ratings!(
298                0.50, 0.50, 0.55, 0.60, 0.50, 0.75, 0.50, 0.50, 0.60, 0.30,
299                0.55, 0.55, 0.65, 0.40, 0.60, 0.55, 0.55, 0.50, 0.60, 0.50,
300                0.45, 0.55, 0.35, 0.45, 0.60, 0.25, 0.55, 0.25, 0.70, 0.30,
301                0.55, 0.65, 0.75, 0.80, 0.50, 0.65, 0.70, 0.70, 0.55, 0.55,
302                0.55, 0.55, 0.55, 0.55, 0.45, 0.50, 0.55, 0.55, 0.55, 0.55,
303                0.55, 0.75, 0.70, 0.70, 0.70, 0.80, 0.70, 0.60, 0.70, 0.70,
304                0.85, 0.50, 0.50, 0.60, 0.60, 0.35, 0.35, 0.55, 0.55, 0.55,
305                0.55, 0.55, 0.45, 0.50, 0.60, 0.60, 0.55, 0.25, 0.50, 0.50,
306                0.60, 0.55, 0.35, 0.55, 0.60, 0.60, 0.60, 0.50, 0.60, 0.50,
307                0.60, 0.65, 0.60, 0.60, 0.60, 0.30, 0.55, 0.50, 0.55, 0.55,
308                0.60, 0.55, 0.55, 0.50, 0.55, 0.35, 0.55, 0.55, 0.55, 0.55,
309                0.55, 0.55, 0.55, 0.50, 0.55
310            ),
311
312            /* ------------------------------------------------------------------
313               Uses terrain alteration for defense; innovative and strategically safeguarded.
314            ------------------------------------------------------------------ */
315            ProtectorThroughLandscapeManipulation => wc_ratings!(
316                0.50, 0.50, 0.55, 0.55, 0.50, 0.70, 0.50, 0.50, 0.55, 0.40,
317                0.60, 0.60, 0.60, 0.40, 0.60, 0.55, 0.55, 0.50, 0.60, 0.50,
318                0.50, 0.60, 0.35, 0.45, 0.65, 0.25, 0.80, 0.20, 0.70, 0.35,
319                0.70, 0.75, 0.70, 0.55, 0.50, 0.70, 0.75, 0.75, 0.60, 0.60,
320                0.60, 0.60, 0.60, 0.60, 0.50, 0.55, 0.65, 0.65, 0.55, 0.55,
321                0.55, 0.75, 0.60, 0.60, 0.55, 0.65, 0.65, 0.60, 0.70, 0.70,
322                0.80, 0.50, 0.50, 0.55, 0.55, 0.40, 0.40, 0.80, 0.55, 0.55,
323                0.85, 0.55, 0.50, 0.55, 0.70, 0.65, 0.60, 0.35, 0.60, 0.50,
324                0.65, 0.60, 0.40, 0.60, 0.60, 0.65, 0.60, 0.50, 0.60, 0.50,
325                0.65, 0.70, 0.65, 0.65, 0.65, 0.30, 0.55, 0.60, 0.55, 0.55,
326                0.60, 0.60, 0.60, 0.50, 0.60, 0.40, 0.60, 0.60, 0.60, 0.60,
327                0.60, 0.60, 0.60, 0.55, 0.60
328            ),
329
330            /* ------------------------------------------------------------------
331               Defends entire realms with magic and strategic safeguards; high boundary defense.
332            ------------------------------------------------------------------ */
333            ProtectorOfRealms => wc_ratings!(
334                0.60, 0.60, 0.65, 0.70, 0.55, 0.75, 0.70, 0.45, 0.60, 0.55,
335                0.70, 0.70, 0.70, 0.50, 0.70, 0.60, 0.60, 0.55, 0.70, 0.55,
336                0.60, 0.60, 0.40, 0.50, 0.70, 0.35, 0.60, 0.30, 0.70, 0.50,
337                1.00, 0.60, 0.65, 0.60, 0.55, 1.00, 0.80, 0.80, 0.70, 0.65,
338                0.60, 0.60, 0.60, 0.55, 0.50, 0.55, 0.60, 0.60, 0.60, 0.60,
339                0.60, 0.75, 0.65, 0.65, 0.60, 0.70, 0.70, 0.65, 0.75, 0.75,
340                0.90, 0.55, 0.55, 0.65, 0.70, 0.45, 0.45, 0.60, 0.60, 0.60,
341                0.60, 0.60, 0.50, 0.55, 0.70, 0.70, 0.60, 0.35, 0.60, 0.60,
342                0.70, 0.70, 0.50, 0.60, 0.65, 0.65, 0.60, 0.55, 0.60, 0.55,
343                0.70, 0.75, 0.70, 0.70, 0.70, 0.35, 0.60, 0.60, 0.65, 0.70,
344                0.70, 0.70, 0.65, 0.55, 0.65, 0.35, 0.60, 0.60, 0.60, 0.60,
345                0.60, 0.60, 0.60, 0.60, 0.60
346            ),
347
348            /* ------------------------------------------------------------------
349               Embodies raw defensive strength and dominance; peak physical potency.
350            ------------------------------------------------------------------ */
351            UnparalleledProtectionAndStrength => wc_ratings!(
352                0.60, 0.65, 0.55, 0.60, 1.00, 0.80, 0.50, 0.45, 0.60, 0.60,
353                0.75, 0.75, 0.70, 0.55, 0.80, 0.60, 0.60, 0.55, 0.70, 0.55,
354                0.80, 0.70, 0.40, 0.45, 0.70, 0.35, 0.60, 0.30, 0.70, 0.55,
355                1.00, 0.60, 0.50, 0.60, 0.55, 0.80, 0.80, 0.75, 0.70, 1.00,
356                0.60, 1.00, 0.80, 0.65, 0.55, 0.60, 0.65, 0.65, 0.60, 0.60,
357                0.60, 0.80, 0.70, 0.70, 0.60, 0.70, 0.75, 0.60, 0.75, 0.70,
358                0.90, 0.55, 0.55, 0.65, 0.70, 0.45, 0.45, 0.60, 0.60, 0.60,
359                0.60, 0.60, 0.50, 0.55, 0.70, 0.70, 0.60, 0.35, 0.60, 0.60,
360                0.75, 0.70, 0.55, 0.60, 0.70, 0.70, 0.65, 0.55, 0.65, 0.60,
361                0.70, 0.75, 0.75, 0.75, 0.70, 0.35, 0.55, 0.60, 0.60, 0.65,
362                0.70, 0.70, 0.65, 0.55, 0.70, 0.35, 0.60, 0.60, 0.60, 0.60,
363                0.60, 0.60, 0.60, 0.60, 0.60
364            ),
365
366            /* ------------------------------------------------------------------
367               Silent watch over heritage sites; low visibility with strong vigilance.
368            ------------------------------------------------------------------ */
369            QuietGuardianOfCulturalHeritage => wc_ratings!(
370                0.45, 0.40, 0.45, 0.50, 0.45, 0.65, 0.50, 0.50, 0.60, 0.20,
371                0.50, 0.55, 0.60, 0.35, 0.60, 0.55, 0.50, 0.45, 0.65, 0.50,
372                0.30, 0.45, 0.35, 0.45, 0.55, 0.20, 0.55, 0.25, 0.65, 0.25,
373                0.60, 0.70, 0.45, 0.85, 0.50, 0.70, 0.70, 0.80, 0.55, 0.60,
374                0.50, 0.50, 0.50, 0.50, 0.40, 0.45, 0.50, 0.55, 0.50, 0.50,
375                0.50, 0.65, 0.60, 0.60, 0.60, 0.65, 0.60, 0.55, 0.60, 0.60,
376                0.75, 0.50, 0.50, 0.45, 0.55, 0.40, 0.40, 0.55, 0.55, 0.55,
377                0.55, 0.55, 0.45, 1.00, 0.65, 0.65, 0.60, 0.25, 0.45, 0.45,
378                0.55, 0.55, 0.35, 0.55, 0.60, 0.60, 0.60, 0.50, 0.60, 0.50,
379                0.55, 0.60, 0.55, 0.55, 0.55, 0.25, 0.50, 0.55, 0.50, 0.55,
380                0.55, 0.55, 0.55, 0.50, 0.55, 0.35, 0.55, 0.60, 0.55, 0.70,
381                0.55, 0.55, 0.55, 0.50, 0.55
382            ),
383
384            /* ------------------------------------------------------------------
385               Discreetly prevents desecration; low risk yet effective.
386            ------------------------------------------------------------------ */
387            QuietlyDefensiveAgainstDesecration => wc_ratings!(
388                0.45, 0.40, 0.45, 0.50, 0.45, 0.65, 0.50, 0.50, 0.60, 0.20,
389                0.50, 0.55, 0.60, 0.35, 0.60, 0.55, 0.50, 0.45, 0.65, 0.50,
390                0.30, 0.45, 0.35, 0.45, 0.55, 0.20, 0.55, 0.25, 0.65, 0.25,
391                0.60, 0.70, 0.45, 0.85, 0.50, 0.70, 0.70, 0.75, 0.55, 0.55,
392                0.50, 0.50, 0.50, 0.50, 0.40, 0.45, 0.50, 0.55, 0.50, 0.45,
393                0.50, 0.65, 0.60, 0.60, 0.60, 0.65, 0.60, 0.55, 0.60, 0.60,
394                0.70, 0.50, 0.50, 0.45, 0.55, 0.40, 0.40, 0.55, 0.55, 0.55,
395                0.55, 0.55, 0.45, 0.80, 0.65, 0.65, 0.60, 0.25, 0.45, 0.45,
396                0.55, 0.55, 0.35, 0.55, 0.60, 0.60, 0.60, 0.50, 0.60, 0.50,
397                0.55, 0.60, 0.55, 0.55, 0.55, 0.25, 0.50, 0.55, 0.50, 0.55,
398                0.55, 0.55, 0.55, 0.50, 0.55, 0.35, 0.55, 0.55, 0.55, 0.60,
399                0.55, 0.55, 0.55, 0.50, 0.55
400            ),
401
402            /* ------------------------------------------------------------------
403               Secures covert assets; excels at operational security and stealth.
404            ------------------------------------------------------------------ */
405            GuardianOfHiddenResources => wc_ratings!(
406                0.50, 0.55, 0.50, 0.55, 0.50, 0.70, 0.50, 0.60, 0.55, 0.45,
407                0.55, 0.55, 0.60, 0.45, 0.60, 0.55, 0.55, 0.50, 0.60, 0.50,
408                0.30, 0.55, 0.35, 0.45, 0.60, 0.25, 0.55, 0.30, 0.65, 0.25,
409                0.60, 0.70, 0.50, 0.55, 0.50, 0.70, 0.75, 0.80, 0.60, 0.55,
410                0.55, 0.55, 0.55, 0.55, 0.45, 0.50, 0.55, 0.55, 0.55, 0.55,
411                0.55, 0.70, 0.60, 0.60, 0.55, 0.65, 0.65, 0.60, 0.70, 0.70,
412                0.80, 0.55, 0.55, 0.60, 0.65, 0.35, 0.35, 0.60, 0.60, 0.60,
413                0.60, 0.60, 0.50, 0.55, 0.70, 0.70, 0.60, 0.35, 0.60, 0.65,
414                0.70, 0.75, 0.50, 0.60, 0.70, 0.70, 0.65, 0.55, 0.65, 0.55,
415                1.00, 0.80, 0.75, 0.75, 0.70, 0.35, 0.60, 0.70, 0.60, 0.75,
416                0.70, 0.65, 0.65, 0.60, 0.65, 0.35, 0.65, 0.70, 0.70, 0.75,
417                0.70, 0.70, 0.70, 0.65, 0.65
418            ),
419
420            /* ------------------------------------------------------------------
421               Spiritually steadfast defender of holy sites; high barrier integrity.
422            ------------------------------------------------------------------ */
423            ResoluteGuardianOfSacredSpaces => wc_ratings!(
424                0.55, 0.50, 0.55, 0.60, 0.50, 0.75, 0.55, 0.45, 0.65, 0.40,
425                0.60, 0.60, 0.65, 0.45, 0.60, 0.60, 0.55, 0.50, 0.70, 0.55,
426                0.50, 0.60, 0.35, 0.45, 0.65, 0.25, 0.55, 0.25, 0.70, 0.30,
427                0.60, 0.70, 0.55, 1.00, 0.60, 0.80, 0.75, 0.80, 0.60, 0.55,
428                0.55, 0.55, 0.55, 0.55, 0.45, 0.50, 0.55, 0.60, 0.55, 0.55,
429                0.55, 0.75, 0.70, 0.70, 0.65, 0.75, 0.70, 0.65, 0.75, 0.70,
430                0.90, 0.50, 0.50, 0.60, 0.60, 0.35, 0.35, 0.55, 0.55, 0.55,
431                0.55, 0.55, 0.50, 0.60, 0.70, 0.70, 0.60, 0.30, 0.60, 0.50,
432                0.65, 0.65, 0.35, 0.60, 0.65, 0.65, 0.60, 0.55, 0.65, 0.55,
433                0.70, 0.75, 0.70, 0.70, 0.70, 0.30, 0.60, 0.60, 0.60, 0.65,
434                0.70, 0.70, 0.65, 0.55, 0.60, 0.35, 0.60, 0.60, 0.60, 0.60,
435                0.60, 0.60, 0.60, 0.60, 0.60
436            ),
437
438            /* ------------------------------------------------------------------
439               Forest ward with acute terrain sense and ecological guardianship.
440            ------------------------------------------------------------------ */
441            SkilledProtectorOfForestIntegrity => wc_ratings!(
442                0.50, 0.50, 0.55, 0.65, 0.50, 0.70, 0.50, 0.45, 0.60, 0.40,
443                0.60, 0.60, 0.65, 0.40, 0.60, 0.55, 0.55, 0.50, 0.70, 0.50,
444                0.45, 0.55, 0.35, 0.45, 0.65, 0.25, 0.80, 0.20, 0.75, 0.25,
445                0.70, 0.75, 0.70, 0.80, 0.50, 0.70, 0.75, 0.70, 0.60, 0.60,
446                0.60, 0.60, 0.60, 0.60, 0.50, 0.55, 0.65, 0.65, 0.55, 0.55,
447                0.55, 0.75, 0.70, 0.70, 0.60, 0.75, 0.75, 0.60, 0.70, 0.70,
448                0.90, 0.50, 0.50, 0.60, 0.65, 0.40, 0.40, 0.60, 0.60, 0.60,
449                0.60, 0.60, 0.50, 0.55, 0.70, 0.70, 0.60, 0.30, 0.60, 0.50,
450                0.65, 0.65, 0.35, 0.60, 0.65, 0.65, 0.60, 0.55, 0.65, 0.55,
451                0.70, 0.75, 0.70, 0.70, 0.70, 0.30, 0.60, 0.55, 0.60, 0.60,
452                0.70, 0.65, 0.65, 0.55, 0.60, 0.35, 0.60, 0.60, 0.60, 0.60,
453                0.60, 0.60, 0.60, 0.55, 0.60
454            ),
455
456            /* ------------------------------------------------------------------
457               Leads with morale and tactical support to allies in defense.
458            ------------------------------------------------------------------ */
459            ProtectorProvidingBattleGuidance => wc_ratings!(
460                0.55, 0.65, 0.60, 0.60, 0.55, 0.70, 0.50, 0.50, 0.60, 0.55,
461                0.70, 0.70, 0.65, 0.50, 0.70, 0.70, 0.70, 0.60, 0.70, 0.50,
462                0.60, 0.65, 0.40, 0.50, 0.65, 0.30, 0.60, 0.30, 0.70, 0.40,
463                0.70, 0.70, 0.60, 0.55, 0.50, 0.70, 0.70, 0.75, 0.65, 0.65,
464                0.60, 0.65, 0.60, 0.55, 0.50, 0.55, 0.60, 0.60, 0.60, 0.60,
465                0.60, 0.75, 0.65, 0.65, 0.60, 0.70, 0.70, 0.65, 0.70, 0.70,
466                0.85, 0.55, 0.55, 0.65, 0.65, 0.40, 0.40, 0.60, 0.60, 0.60,
467                0.60, 0.60, 0.50, 0.55, 0.70, 0.70, 0.65, 0.35, 0.60, 0.60,
468                0.70, 0.70, 0.45, 0.60, 0.70, 0.70, 0.65, 0.55, 0.65, 0.60,
469                0.70, 0.75, 0.70, 0.70, 0.70, 0.35, 0.60, 0.60, 0.60, 0.65,
470                0.70, 0.70, 0.65, 0.55, 0.60, 0.35, 0.60, 0.60, 0.60, 0.60,
471                0.60, 0.60, 0.60, 0.60, 0.60
472            ),
473
474            /* ------------------------------------------------------------------
475               Strategist offering tactical insights; high strategic acumen.
476            ------------------------------------------------------------------ */
477            ProtectorProvidingTacticalGuidance => wc_ratings!(
478                0.55, 0.65, 0.70, 0.55, 0.50, 0.70, 0.50, 0.50, 0.60, 0.50,
479                0.55, 0.55, 0.60, 0.45, 0.60, 0.60, 0.75, 0.60, 0.65, 0.50,
480                0.55, 0.70, 0.40, 0.50, 0.65, 0.30, 0.55, 0.25, 0.70, 0.35,
481                0.65, 0.70, 0.60, 0.55, 0.50, 0.70, 0.70, 0.75, 0.60, 0.60,
482                0.55, 0.55, 0.55, 0.55, 0.45, 0.50, 0.55, 0.60, 0.55, 0.55,
483                0.55, 0.70, 0.60, 0.60, 0.55, 0.65, 0.65, 0.60, 0.70, 0.65,
484                0.80, 0.55, 0.55, 0.60, 0.60, 0.40, 0.40, 0.55, 0.55, 0.55,
485                0.55, 0.55, 0.50, 0.55, 0.65, 0.65, 0.60, 0.30, 0.60, 0.50,
486                0.65, 0.65, 0.35, 0.60, 0.65, 0.65, 0.60, 0.55, 0.65, 0.60,
487                0.70, 0.70, 0.70, 0.70, 0.65, 0.30, 0.60, 0.60, 0.60, 0.60,
488                0.65, 0.65, 0.65, 0.55, 0.65, 0.35, 0.60, 0.60, 0.60, 0.60,
489                0.60, 0.60, 0.60, 0.60, 0.60
490            ),
491
492            /* ------------------------------------------------------------------
493               Constantly watches for threats; high vigilance and detection.
494            ------------------------------------------------------------------ */
495            VigilantlyObservantOfDangers => wc_ratings!(
496                0.50, 0.50, 0.55, 0.60, 0.50, 0.70, 0.50, 0.50, 0.55, 0.25,
497                0.55, 0.55, 0.60, 0.40, 0.55, 0.55, 0.55, 0.50, 0.60, 0.50,
498                0.45, 0.55, 0.35, 0.50, 0.60, 0.25, 0.55, 0.25, 0.70, 0.25,
499                0.60, 0.70, 0.55, 0.50, 0.50, 0.70, 0.85, 0.80, 0.65, 0.65,
500                0.65, 0.65, 0.60, 0.60, 0.50, 0.55, 0.60, 0.60, 0.60, 0.60,
501                0.60, 0.70, 0.55, 0.55, 0.55, 0.65, 0.65, 0.60, 0.70, 1.00,
502                0.80, 0.50, 0.50, 0.60, 0.60, 0.35, 0.35, 0.60, 0.60, 0.60,
503                0.60, 0.60, 0.55, 0.60, 0.70, 0.70, 0.60, 0.30, 0.65, 0.65,
504                0.70, 0.75, 0.50, 0.60, 0.65, 0.65, 0.60, 0.55, 0.65, 0.60,
505                0.70, 0.75, 0.70, 0.70, 0.70, 0.30, 0.60, 0.60, 0.65, 0.70,
506                0.70, 0.70, 0.65, 0.55, 0.65, 0.35, 0.60, 0.60, 0.60, 0.60,
507                0.60, 0.60, 0.60, 0.60, 0.60
508            ),
509
510            /* ------------------------------------------------------------------
511               Maintains territorial control; strong dominance and defense.
512            ------------------------------------------------------------------ */
513            GuardianSecuringTerritorialDominance => wc_ratings!(
514                0.55, 0.60, 0.60, 0.60, 0.55, 0.70, 0.50, 0.50, 0.60, 0.55,
515                0.65, 0.65, 0.60, 0.45, 0.65, 0.60, 0.55, 0.50, 0.65, 0.50,
516                0.80, 0.70, 0.35, 0.45, 0.70, 0.35, 0.60, 0.30, 0.70, 0.55,
517                1.00, 0.60, 0.70, 0.60, 0.55, 0.75, 0.80, 0.80, 0.80, 0.65,
518                0.60, 0.60, 0.60, 0.55, 0.55, 0.55, 0.60, 0.60, 0.60, 0.60,
519                0.60, 0.75, 0.65, 0.65, 0.60, 0.70, 0.70, 0.65, 0.75, 0.75,
520                0.90, 0.55, 0.55, 0.65, 0.70, 0.40, 0.40, 0.60, 0.60, 0.60,
521                0.60, 0.60, 0.55, 0.60, 0.70, 0.70, 0.60, 0.35, 0.65, 0.60,
522                0.70, 0.75, 0.50, 0.60, 0.70, 0.70, 0.65, 0.55, 0.65, 0.60,
523                0.70, 0.75, 0.70, 0.70, 0.70, 0.35, 0.60, 0.60, 0.65, 0.75,
524                0.70, 0.70, 0.65, 0.55, 0.65, 0.35, 0.60, 0.60, 0.60, 0.60,
525                0.60, 0.60, 0.60, 0.60, 0.60
526            ),
527
528            /* ------------------------------------------------------------------
529               Specialist in defending ecological borders; high environmental safeguarding.
530            ------------------------------------------------------------------ */
531            ExpertGuardianOfEcologicalBoundaries => wc_ratings!(
532                0.50, 0.55, 0.55, 0.60, 0.50, 0.70, 0.50, 0.45, 0.60, 0.40,
533                0.60, 0.60, 0.65, 0.40, 0.60, 0.55, 0.55, 0.50, 0.60, 0.50,
534                0.45, 0.55, 0.35, 0.45, 0.65, 0.25, 0.80, 0.20, 0.75, 0.25,
535                0.70, 0.75, 0.70, 0.80, 0.50, 0.70, 0.75, 0.70, 0.60, 0.60,
536                0.60, 0.60, 0.60, 0.60, 0.50, 0.55, 0.65, 0.65, 0.55, 0.55,
537                0.55, 0.75, 0.70, 0.70, 0.60, 0.75, 0.75, 0.60, 0.70, 0.70,
538                0.90, 0.50, 0.50, 0.60, 0.65, 0.40, 0.40, 0.60, 0.60, 0.60,
539                0.60, 0.60, 0.50, 0.55, 0.70, 0.70, 0.60, 0.30, 0.60, 0.50,
540                0.65, 0.65, 0.35, 0.60, 0.65, 0.65, 0.60, 0.55, 0.65, 0.55,
541                0.70, 0.75, 0.70, 0.70, 0.70, 0.30, 0.60, 0.55, 0.60, 0.60,
542                0.70, 0.65, 0.65, 0.55, 0.60, 0.35, 0.60, 0.60, 0.60, 0.60,
543                0.60, 0.60, 0.60, 0.55, 0.60
544            ),
545
546            /* ------------------------------------------------------------------
547               Operates in harsh climates; exceptional survival and endurance.
548            ------------------------------------------------------------------ */
549            GuardianInExtremeEnvironments => wc_ratings!(
550                0.55, 0.55, 0.50, 0.60, 0.55, 0.75, 0.50, 0.50, 0.60, 0.45,
551                0.60, 0.60, 0.65, 0.45, 0.60, 0.55, 0.55, 0.50, 0.65, 0.50,
552                0.50, 0.55, 0.35, 0.45, 0.65, 0.25, 0.55, 0.25, 0.75, 0.35,
553                0.65, 0.70, 0.60, 0.55, 0.50, 0.70, 0.70, 0.75, 0.60, 0.65,
554                0.60, 0.65, 0.80, 0.60, 0.55, 0.60, 0.65, 0.70, 0.60, 0.60,
555                0.70, 0.80, 0.65, 0.65, 0.60, 0.70, 0.70, 0.60, 0.70, 0.70,
556                0.80, 0.50, 0.50, 0.65, 0.65, 0.40, 0.40, 0.55, 0.60, 0.65,
557                0.60, 0.60, 0.55, 0.65, 0.75, 0.75, 0.70, 0.30, 0.65, 0.65,
558                0.75, 0.80, 0.55, 0.65, 0.75, 0.75, 0.70, 0.60, 0.70, 0.60,
559                0.75, 0.80, 0.80, 0.80, 0.75, 0.35, 0.65, 0.65, 0.70, 0.75,
560                0.75, 0.75, 0.70, 0.60, 0.70, 0.35, 0.65, 0.65, 0.65, 0.65,
561                0.65, 0.65, 0.65, 0.60, 0.65
562            ),
563
564            /* ------------------------------------------------------------------
565               Leverages advanced tech for defense; high cyber resilience.
566            ------------------------------------------------------------------ */
567            ProtectorWithTechnologicalAdvantage => wc_ratings!(
568                0.50, 0.60, 0.55, 0.50, 0.45, 0.65, 0.20, 0.80, 0.55, 0.50,
569                0.55, 0.55, 0.60, 0.45, 0.55, 0.55, 0.55, 0.50, 0.60, 0.50,
570                0.55, 0.60, 0.40, 0.50, 0.70, 0.30, 0.55, 0.40, 0.65, 0.35,
571                0.55, 0.60, 0.55, 0.50, 0.50, 0.60, 0.65, 0.70, 0.55, 0.60,
572                0.55, 0.55, 0.55, 0.55, 0.50, 0.55, 0.70, 0.60, 0.60, 0.60,
573                0.60, 0.70, 0.60, 0.60, 0.55, 0.65, 0.65, 0.60, 0.70, 0.70,
574                0.80, 0.55, 0.55, 0.60, 0.65, 0.40, 0.40, 0.60, 0.60, 0.60,
575                0.60, 0.60, 0.50, 0.60, 0.70, 0.70, 0.65, 0.30, 0.80, 0.80,
576                0.85, 0.90, 0.65, 0.75, 0.85, 0.85, 0.80, 0.70, 0.80, 0.75,
577                0.80, 0.85, 0.85, 0.85, 0.80, 0.35, 0.60, 0.75, 0.75, 0.80,
578                0.85, 0.80, 0.80, 0.65, 0.65, 0.35, 0.65, 0.75, 0.75, 0.85,
579                0.80, 0.80, 0.80, 0.70, 0.70
580            ),
581
582            /* ------------------------------------------------------------------
583               Responds swiftly to emerging threats; peak agility and timeliness.
584            ------------------------------------------------------------------ */
585            RapidResponseProtector => wc_ratings!(
586                0.55, 0.50, 0.55, 0.60, 0.55, 0.75, 0.50, 0.50, 0.60, 0.70,
587                0.70, 0.65, 0.70, 0.45, 0.60, 0.60, 0.60, 0.55, 0.65, 0.50,
588                0.55, 0.60, 0.40, 0.50, 0.65, 0.30, 0.55, 0.30, 0.70, 0.50,
589                0.65, 0.70, 0.60, 0.55, 0.50, 0.70, 0.75, 0.80, 0.65, 0.75,
590                1.00, 0.80, 0.75, 0.70, 0.60, 0.65, 0.70, 0.70, 0.65, 0.65,
591                0.70, 0.80, 0.60, 0.60, 0.60, 0.70, 0.75, 0.60, 1.00, 0.80,
592                0.90, 0.50, 0.50, 0.65, 0.65, 0.40, 0.40, 0.60, 0.70, 0.70,
593                0.70, 0.70, 0.50, 0.60, 0.70, 0.70, 0.65, 0.35, 0.65, 1.00,
594                0.80, 0.90, 0.65, 0.75, 0.85, 0.85, 0.80, 0.70, 0.80, 0.75,
595                0.85, 0.90, 0.90, 0.90, 0.85, 0.35, 0.60, 0.75, 0.70, 0.80,
596                0.85, 0.80, 0.80, 0.70, 0.70, 0.35, 0.65, 0.70, 0.70, 0.85,
597                0.80, 0.80, 0.80, 0.75, 0.70
598            ),
599        }
600    }
601}