From fae84118f0338ba731620d963e24be59ad1e509b Mon Sep 17 00:00:00 2001 From: Gideon <35176230+Glazelf@users.noreply.github.com> Date: Sun, 7 Apr 2024 18:26:09 +0200 Subject: [PATCH] Fix capitalization (#82) --- data/SkillData.js | 6 +++--- data/SkillData.ts | 8 ++++---- data/SkillDataRoyal.js | 4 ++-- data/SkillDataRoyal.ts | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/data/SkillData.js b/data/SkillData.js index f67d25d..e1f94e3 100644 --- a/data/SkillData.js +++ b/data/SkillData.js @@ -2044,7 +2044,7 @@ var skillMap = { }, "Mahamaon": { "cost": 3400, - "effect": "medium chance of instantly killing all foes.", + "effect": "Medium chance of instantly killing all foes.", "element": "bless", "fuse": "Melchizedek", "personas": { @@ -2165,7 +2165,7 @@ var skillMap = { }, "Mamudoon": { "cost": 3400, - "effect": "medium chance of instantly killing all foes.", + "effect": "Medium chance of instantly killing all foes.", "element": "curse", "fuse": "Alice", "personas": { @@ -2622,7 +2622,7 @@ var skillMap = { }, "Mudoon": { "cost": 1500, - "effect": "medium chance of instantly killing 1 foe.", + "effect": "Medium chance of instantly killing 1 foe.", "element": "curse", "personas": { "Anubis": 0, diff --git a/data/SkillData.ts b/data/SkillData.ts index ef47401..61ee9e9 100644 --- a/data/SkillData.ts +++ b/data/SkillData.ts @@ -9,7 +9,7 @@ interface SkillData { cost?: number; effect: string; element: "phys" | "gun" | "fire" | "ice" | "electric" | "wind" | "psy" | "nuclear" | "bless" | "curse" | - "almighty" | "ailment" | "support" | "passive" | "healing" | "trait"; + "almighty" | "ailment" | "support" | "passive" | "healing" | "trait"; personas?: { [name: string]: number; }; @@ -2073,7 +2073,7 @@ const skillMap: SkillMap = { }, "Mahamaon": { "cost": 3400, - "effect": "medium chance of instantly killing all foes.", + "effect": "Medium chance of instantly killing all foes.", "element": "bless", "fuse": "Melchizedek", "personas": { @@ -2194,7 +2194,7 @@ const skillMap: SkillMap = { }, "Mamudoon": { "cost": 3400, - "effect": "medium chance of instantly killing all foes.", + "effect": "Medium chance of instantly killing all foes.", "element": "curse", "fuse": "Alice", "personas": { @@ -2651,7 +2651,7 @@ const skillMap: SkillMap = { }, "Mudoon": { "cost": 1500, - "effect": "medium chance of instantly killing 1 foe.", + "effect": "Medium chance of instantly killing 1 foe.", "element": "curse", "personas": { "Anubis": 0, diff --git a/data/SkillDataRoyal.js b/data/SkillDataRoyal.js index 96db389..9a180b2 100644 --- a/data/SkillDataRoyal.js +++ b/data/SkillDataRoyal.js @@ -2110,7 +2110,7 @@ var skillMapRoyal = { "personas": { "Lamia": 30, "Leanan Sidhe": 21, "Nue": 24, "Pisaca": 29 } }, "Mamudoon": { - "effect": "medium chance of instantly killing all foes.", + "effect": "Medium chance of instantly killing all foes.", "cost": 2600, "element": "curse", "fuse": ["Chernobog"], @@ -2524,7 +2524,7 @@ var skillMapRoyal = { "personas": { "Alice": 0, "Mother Harlot": 0, "Thanatos Picaro": 70 } }, "Mudoon": { - "effect": "medium chance of instantly killing 1 foe.", + "effect": "Medium chance of instantly killing 1 foe.", "cost": 1200, "element": "curse", "personas": { diff --git a/data/SkillDataRoyal.ts b/data/SkillDataRoyal.ts index 6089fee..8f5fbc5 100644 --- a/data/SkillDataRoyal.ts +++ b/data/SkillDataRoyal.ts @@ -2110,7 +2110,7 @@ const skillMapRoyal: SkillMap = { "personas": { "Lamia": 30, "Leanan Sidhe": 21, "Nue": 24, "Pisaca": 29 } }, "Mamudoon": { - "effect": "medium chance of instantly killing all foes.", + "effect": "Medium chance of instantly killing all foes.", "cost": 2600, "element": "curse", "fuse": ["Chernobog"], @@ -2524,7 +2524,7 @@ const skillMapRoyal: SkillMap = { "personas": { "Alice": 0, "Mother Harlot": 0, "Thanatos Picaro": 70 } }, "Mudoon": { - "effect": "medium chance of instantly killing 1 foe.", + "effect": "Medium chance of instantly killing 1 foe.", "cost": 1200, "element": "curse", "personas": {