Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/parser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const { prefixes, suffixes } = variants;
const title = (str = '') =>
str
.toLowerCase()
.replace(/(?<!ö)\b\w/g, (l) => l.toUpperCase())
.replace(/(?<![öéā*])\b\w/g, (l) => l.toUpperCase())
.replace(/’/gi, "'")
.replace(/'S /gi, "'s ");

Expand Down
16 changes: 8 additions & 8 deletions data/json/All.json
Original file line number Diff line number Diff line change
Expand Up @@ -322474,7 +322474,7 @@
"description": "A Glyph for your profile.",
"imageName": "gaming-b-tches-glyph-0b671fd787.png",
"masterable": false,
"name": "Gaming B*Tches Glyph",
"name": "Gaming B*tches Glyph",
"tradable": false,
"type": "Glyph",
"uniqueName": "/Lotus/Types/StoreItems/AvatarImages/FanChannel/AvatarImageGamingBitches"
Expand Down Expand Up @@ -423590,7 +423590,7 @@
}
],
"imageName": "karkina-antenna-98c141fdea.png",
"itemCount": 3,
"itemCount": 20,
"masterable": false,
"name": "Karkina Antenna",
"parents": [ "Fosfor Blau", "Norg Bait", "Vahd Greaves", "Vasca Curative" ],
Expand Down Expand Up @@ -461725,7 +461725,7 @@
"excludeFromCodex": true,
"imageName": "la-cathédrale-scene-bc9151e83c.png",
"masterable": false,
"name": "La CathéDrale Scene",
"name": "La Cathédrale Scene",
"tradable": true,
"type": "Captura",
"uniqueName": "/Lotus/Types/Items/PhotoBooth/TauOldPeace/PhotoboothTileTauOldPeaceCathedral1799ProtoframeRoom"
Expand Down Expand Up @@ -530207,7 +530207,7 @@
"category": "Resources",
"description": "This carnivorous plant can be found growing in the wilderness on Lua. \n\nLocation: Obtained by gathering Lunar Pitcher plants that grow on Lua",
"imageName": "lunar-pitcher-f17f7c3873.png",
"itemCount": 6,
"itemCount": 50,
"masterable": false,
"name": "Lunar Pitcher",
"parents": [ "Seeding Step Ephemera", "Twilight Apothic" ],
Expand Down Expand Up @@ -629144,7 +629144,7 @@
"category": "Resources",
"description": "This uncommon plant can only be found at night. \n\nLocation: Obtained by gathering Moonlight Dragonlily plants that grow on Earth",
"imageName": "moonlight-dragonlily-1d96fd8309.png",
"itemCount": 6,
"itemCount": 10,
"masterable": false,
"name": "Moonlight Dragonlily",
"parents": [ "Lapis Antitoxin", "Nightfall Apothic", "The Silver Grove", "Topaz Antitoxin", "Vermillion Antitoxin" ],
Expand Down Expand Up @@ -895471,7 +895471,7 @@
}
],
"imageName": "sharrac-teeth-00c5c5e9ae.png",
"itemCount": 5,
"itemCount": 20,
"masterable": false,
"name": "Sharrac Teeth",
"parents": [ "Ceno Pauldrons", "Fosfor Rahd", "Norg Bait" ],
Expand Down Expand Up @@ -942170,7 +942170,7 @@
"speed": 0.667,
"crit_chance": 40,
"crit_mult": 3,
"status_chance": 32,
"status_chance": 50,
"charge_time": 1.6,
"shot_type": "Projectile",
"shot_speed": 300,
Expand Down Expand Up @@ -966920,7 +966920,7 @@
"category": "Resources",
"description": "This uncommon plant can only be found during the day. \n\nLocation: Obtained by gathering Sunlight Dragonlily plants that grow on Earth",
"imageName": "sunlight-dragonlily-aaeb487cc1.png",
"itemCount": 4,
"itemCount": 10,
"masterable": false,
"name": "Sunlight Dragonlily",
"parents": [ "Citrine Antitoxin", "Lapis Antitoxin", "The Silver Grove", "Vermillion Antitoxin" ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/Glyphs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/json/Misc.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/json/Primary.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/json/Resources.json

Large diffs are not rendered by default.

Loading
Loading