mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-05-03 16:01:14 +00:00
85bce61525
* [Parse Error] - Dualstring bow #60 * Adds starting for localization * tests yay, this is terrible Add junit tests :( #74 * revert tests cause they were really terrible * bump gitignore so i dont lose files * Update Traditional Chinese (#79) * Update issue templates * Update issue templates * Update for Traditional Chinese * Update Traditional Chinese * add new client strings * Hard coded strings (#80) * Features/pseudo-pseudo (#93) * uhhhhhhhhhhhh, maybe pseudo will get support before GGG * psesudo only ele * remove git ignored files * fix ignore * [Parse Error] - % based value not updating #88 * [Not Recognized Modifier] - Allies in your Presence have +11% to all Elemental Resistances #76 * fully fixes now * fixes: #61 #75 [Not Recognized Modifier] - Spirit: 100 #61 [Not Recognized Modifier] - Charm Slots: 1 #75 * [Parse Error] - Shouldn't show attacks per second #62 * [Not Recognized Modifier] - Items with bottom help text #63 * version bump
49 lines
802 B
Plaintext
49 lines
802 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "renderer",
|
|
"path": "renderer"
|
|
},
|
|
{
|
|
"name": "main",
|
|
"path": "main"
|
|
},
|
|
{
|
|
"name": "DataStore",
|
|
"path": "./renderer/public/.DS_Store"
|
|
},
|
|
{
|
|
"name": "docs",
|
|
"path": "docs"
|
|
},
|
|
{
|
|
"name": "root",
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"main/": true,
|
|
"renderer/": true,
|
|
"docs/": true,
|
|
"dist/": true
|
|
},
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"conventionalCommits.scopes": [
|
|
"Update to 2"
|
|
],
|
|
"cSpell.words": [
|
|
"edps",
|
|
"ilvl",
|
|
"nonunique",
|
|
"onlineleague",
|
|
"pdps",
|
|
"uniquefoil",
|
|
"WAYSTONE"
|
|
],
|
|
"files.associations": {
|
|
"*.ndjson": "jsonl"
|
|
}
|
|
}
|
|
} |