|
81 | 81 | {
|
82 | 82 | "switch": { "math": [ "u_preshift_size" ] },
|
83 | 83 | "cases": [
|
84 |
| - { "case": 1, "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "12" ] } ] }, |
| 84 | + { "case": 1, "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 12" ] } ] }, |
85 | 85 | {
|
86 | 86 | "case": 2,
|
87 |
| - "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "6" ] } ] |
| 87 | + "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 6" ] } ] |
88 | 88 | },
|
89 | 89 | {
|
90 | 90 | "case": 3,
|
91 |
| - "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "2" ] } ] |
| 91 | + "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 2" ] } ] |
92 | 92 | },
|
93 | 93 | {
|
94 | 94 | "case": 4,
|
95 |
| - "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "1.5" ] } ] |
| 95 | + "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 1.5" ] } ] |
96 | 96 | },
|
97 | 97 | { "case": 5, "effect": [ ] }
|
98 | 98 | ]
|
|
198 | 198 | { "case": 1, "effect": [ { "math": [ "u_calories() /= 4" ] } ] },
|
199 | 199 | { "case": 2, "effect": [ { "math": [ "u_calories() /= 2" ] } ] },
|
200 | 200 | { "case": 3, "effect": [ ] },
|
201 |
| - { "case": 4, "effect": [ { "math": [ "u_calories()", "*=", "1.5" ] } ] }, |
202 |
| - { "case": 5, "effect": [ { "math": [ "u_calories()", "*=", "3" ] } ] } |
| 201 | + { "case": 4, "effect": [ { "math": [ "u_calories() *= 1.5" ] } ] }, |
| 202 | + { "case": 5, "effect": [ { "math": [ "u_calories() *= 3" ] } ] } |
203 | 203 | ]
|
204 | 204 | },
|
205 | 205 | { "run_eocs": "EOC_SHAPESHIFTING_ARMOR_CHECK_SUBSUME_INTO_FORM" },
|
|
241 | 241 | {
|
242 | 242 | "switch": { "math": [ "u_preshift_size" ] },
|
243 | 243 | "cases": [
|
244 |
| - { "case": 1, "effect": [ { "math": [ "u_calories()", "*=", "4" ] } ] }, |
245 |
| - { "case": 2, "effect": [ { "math": [ "u_calories()", "*=", "2" ] } ] }, |
| 244 | + { "case": 1, "effect": [ { "math": [ "u_calories() *= 4" ] } ] }, |
| 245 | + { "case": 2, "effect": [ { "math": [ "u_calories() *= 2" ] } ] }, |
246 | 246 | { "case": 3, "effect": [ ] },
|
247 | 247 | { "case": 4, "effect": [ { "math": [ "u_calories() /= 1.5" ] } ] },
|
248 | 248 | { "case": 5, "effect": [ { "math": [ "u_calories() /= 3" ] } ] }
|
|
304 | 304 | { "case": 3, "effect": [ ] },
|
305 | 305 | {
|
306 | 306 | "case": 4,
|
307 |
| - "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "1.5" ] } ] |
| 307 | + "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 1.5" ] } ] |
308 | 308 | },
|
309 | 309 | {
|
310 | 310 | "case": 5,
|
311 |
| - "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "3" ] } ] |
| 311 | + "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 3" ] } ] |
312 | 312 | }
|
313 | 313 | ]
|
314 | 314 | },
|
|
346 | 346 | {
|
347 | 347 | "switch": { "math": [ "u_preshift_size" ] },
|
348 | 348 | "cases": [
|
349 |
| - { "case": 1, "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "4" ] } ] }, |
| 349 | + { "case": 1, "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 4" ] } ] }, |
350 | 350 | {
|
351 | 351 | "case": 2,
|
352 |
| - "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "2" ] } ] |
| 352 | + "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 2" ] } ] |
353 | 353 | },
|
354 | 354 | { "case": 3, "effect": [ ] },
|
355 | 355 | {
|
|
468 | 468 | { "case": 1, "effect": [ ] },
|
469 | 469 | {
|
470 | 470 | "case": 2,
|
471 |
| - "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "2" ] } ] |
| 471 | + "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 2" ] } ] |
472 | 472 | },
|
473 | 473 | {
|
474 | 474 | "case": 3,
|
475 |
| - "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "4" ] } ] |
| 475 | + "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 4" ] } ] |
476 | 476 | },
|
477 | 477 | {
|
478 | 478 | "case": 4,
|
479 |
| - "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "6" ] } ] |
| 479 | + "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 6" ] } ] |
480 | 480 | },
|
481 | 481 | {
|
482 | 482 | "case": 5,
|
483 |
| - "effect": [ { "math": [ "u_calories('dont_affect_weariness': true)", "*=", "10" ] } ] |
| 483 | + "effect": [ { "math": [ "u_calories('dont_affect_weariness': true) *= 10" ] } ] |
484 | 484 | }
|
485 | 485 | ]
|
486 | 486 | },
|
|
0 commit comments