EN-released T-Dolls with special equip not yet out on EN (G41, Kar, etc.) will now default to them if "View EN Only" is turned off
Functional Additions/Changes
Search now shows all T-Dolls in the same page without requiring user to tab.
If user selects a T-Doll, the search box is cleared the next time they select something
Search function now also supports regex if the entered expression compiles to regex, and will match well-known aliases (e.g. "shrimp", "MAC-10", "Nagant Revolver").
Technical
Added additional properties to dolls.json
id_index: In-game T-Doll index number, used to generate gf-db crafting voodoo link
aliases: Alternate names, where aliases[0] is always the full name of the firearm and subsequent values are possible nicknames or alternative spellings ("homete", "Howa Type 64", etc.)
api_name: Game data asset name for the T-Doll (e.g. 357 for Astra, aps for Stechkin)
spritesheet_col and spritesheet_row: Index values used to position the CSS spritesheet for fancy buttons
name_skill1, icon_name_skill1, name_skill2, icon_name_skill2: Used for advanced tooltip. Icon names also come from game data assets.
Preferences are stored in localStorage with format preference-* e.g. preference-en-only
Misc
Performance optimizations
Minor CSS fixes
Marked K2, K11, Howa Type 64, SPR A3G, and Jericho as released in EN.
Major UI Additions/Changes
Functional Additions/Changes
Search function now also supports regex if the entered expression compiles to regex, and will match well-known aliases (e.g. "shrimp", "MAC-10", "Nagant Revolver").
Technical
dolls.json
id_index
: In-game T-Doll index number, used to generategf-db
crafting voodoo linkaliases
: Alternate names, wherealiases[0]
is always the full name of the firearm and subsequent values are possible nicknames or alternative spellings ("homete", "Howa Type 64", etc.)api_name
: Game data asset name for the T-Doll (e.g.357
for Astra,aps
for Stechkin)spritesheet_col
andspritesheet_row
: Index values used to position the CSS spritesheet for fancy buttonsname_skill1
,icon_name_skill1
,name_skill2
,icon_name_skill2
: Used for advanced tooltip. Icon names also come from game data assets.localStorage
with formatpreference-*
e.g.preference-en-only
Misc