오우썸한 카드 파서
Parse Gwent Data Definiton files to JSON
this project is Not Finished Yet
- Go To Path/to/Gwent/Folder/GWENT_Data/StreamingAssets
- Copy 'data_definintions' to this project directory
- rename 'data_definitons.zip' (it's actually zip file)
- unzip folder in this directory
npm install
npm ./parser [locale]
- output file is
GwentDefinitions.json
this project can be parsed to JSON with all laguage available in GWENT
de-de
en-us
es-es
ex-mx
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
zh-cn
zh-tw
this project is Not Finished Yet
currently GwentDefinitons.json has format below.
{
"Factions": {
[FactionId]: { "fluff", "name" }
},
"Cards": {
[CardId]: {
"fluff", "name", "tooltip", "Power", "Armor", "FactionId", "Rarity", "Provision", "Type", "Kind"
}
},
"Keywords": {
[KeywordName]: [KeywordDescription]
}
}