Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mat akevolve & akmatuses #178

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

PuppiizSunniiz
Copy link
Contributor

Material update (akmatuse & akevolve)

akmatuse.html

Add botton

  • Solvent marterial family
    • tier 4 Refined Solvent (L:98)
    • tier 3 Semi-Synthetic Solvent (L:121)
  • Cutting Fluid marterial family
    • tier 4 Cutting Fluid Solution (L:99)
    • tier 3 Compound Cutting Fluid (L:123)
  • Salt material family
    • tier 5 Nucleic Crystal Sinter (L:77)
    • tier 4 Transmuted Salt Agglomerate (L:100)
    • tier 3 Transmuted Salt (L:123)
  • Skill book row (L:152-161)
    • Skill Summary - 1 (L:157)
    • Skill Summary - 2 (L:158)
    • Skill Summary - 3 (L:159)
  • Module material (L:162-171)
    • Module Data Block (L:167)
    • Data Supplement Stick (L:168)
    • Data Supplement Instrument (L:169)
  • Module filter (L:195)
  • Modal Botton for All Material use (L:215-219)

Modal

  • Modal classe & element (L:236-261)

js\akmatuses.js

Add & Change

  • var Alllang to fetch all language material name
  • Add CN server opearator/material use (change server to CN)
  • Add char_patch section to fetch Amiya guard material use (and probably new class in future ?) (L:209-274)
  • Add uniequip section to fetch mod upgrade material use then script for All Material use and finising page (L:276-303 & 304-319)
  • Add script function for Module material (L:565-571 & 577-584)
  • Add script function for All Material use Modal (L:620-678)
  • Change sort algorithm to reflect added and changed (L:495-508)
  • Add and change various variable
    • change "name":char.name to "name":val["Lang"]=='en'?char.name:char.appellation to fecth CN operator en name
    • change"char_level":char.rarity + 1 to "char_level":char.rarity.length>1?Number(char.rarity.slice(-1)):char.rarity + 1
      • CN change value from 0-5 to "Tier_1"-"Tier_6"
    • etc.

Fixed

  • Fixed uncheck [All] not uncheck other filter botton (L:400-404)
  • Fixed rename material not working (L:472)

Known Issue

  • Skill book & Module material array might be too big (cause little stutter)

akevolve.html

Add & Change

  • Add flex-wrap: wrap to wrap update botton (L:85)
  • Add urlbox to gen url and copy to clipboard (Read-only)(L:91-95)
  • Add some logic to show/hide breakline when [Filter] (L:211-221)
  • Add url check to prevent accident update without proper url (need more test) (L:274)
  • Add simple way to auto load data from address on load (L:304-306)
  • Add property Readonly to lack mat box (L:399)
  • Add genurl onclick (L:443)
  • Add copy to clipboard script (L:446-451)

json\akmaterial.json

Add

  • Solvent marterial family
    • Refined Solvent (L:1121-1141)
    • Semi-Synthetic Solvent (L:1142-1158)
  • Cutting Fluid marterial family
    • Cutting Fluid Solution (L:1159-1178)
    • Compound Cutting Fluid (L:1179-1195)
  • Salt material family
    • Nucleic Crystal Sinter (L:1196-1212)
    • Transmuted Salt Agglomerate (L:1213-1232)
    • Transmuted Salt (L:1233-1249)

Note : Have to add Key"IconID" cause there no pics for above in /Arknight-Images/main/material/ bypass to /Arknight-Images/main/items/ instead


json\tl-item.json

Add

  • Salt material family
    • Nucleic Crystal Sinter (L:598-605)
    • Transmuted Salt Agglomerate (L:606-613)
    • Transmuted Salt (L:614-621)
  • Module material
    • Data Supplement Stick (L:622-629)
    • Data Supplement Instrument (L:630-637)

Known Issue

  • due to long long name (Data Supplement Stick,Data Supplement Instrument) end up cover half of material pics in akhrchars.html

@PuppiizSunniiz
Copy link
Contributor Author

akmatuse.html

Add

  • new EP13 mat button (L:102-103 & 129-130)

js/akmatuse.js

Change

  • edit some line for Ebenholz 3rd mod display/sorting

Fixed

  • fix button not show when dont have EN item name (L:129)

json/akmaterial.json

Add

  • new EP13 mat (L:1249-1317)

json/akmaterial.json

Add

  • new EP13 mat (L:638-669)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant