mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-05-12 20:31:48 +00:00
06c396f0cc
* change discord id #278
* Update config & data
* Commit mockup image
* update mockup
* feat: filter quick update (#247)
* feat: filter generator in renderer
* feat: filter generator in main
* chore: some polishing
* feat: about section
* feat: i18n (-ish), only en text
* chore: cleanup
* chore: clarification regarding original filter
* chore: safety checks to ignore empty or not full identifier, or empty filters all together
* fix: linting fixes
* chore: locked version of winreg
* fix: dont hide divine orbs :O
* fix: set filter to hide would always hide it, even after turning it back
fix: updated config version
* fix: moved ignore low lvl area items down in filter order
* fix: drop winreg in favor of existing solution
* Change config file handling
* add in empty string check
* feat: changing filter generator into filter updater
* chore: simplify generator pages
* chore: removed code that is no longer needed
* chore: linter fixes
* fix: remove debug text
* feat: customizable folder path
* Add russian localization
* Merge commit 'ec35412d2694eb6a677415893776939b496b8aae'
* Revert "Merge commit 'ec35412d2694eb6a677415893776939b496b8aae'"
This reverts commit 8a3d84af91.
* Merge branch 'dev' into pr/tmakuch/247
* update config version
* Add note about case sensitivity
* run linter/formatter
* Features/germanLang (#300)
* add app_i18n.json
Co-authored-by: @professorspoon
* Update files
* official site
* Build files
* update description parser?
* [Not Recognized Modifier] - %phys #298
* add new unique stats, don't have roll values yet
* Update uniques again
* [PoE2] - Checking log book hard crashes #305
* run data script again?
* data files update for 0.1.1
* version bump
45 lines
1.8 KiB
Plaintext
45 lines
1.8 KiB
Plaintext
description
|
|
1 number_of_additional_arrows
|
|
2
|
|
1 "Bow [Attack|Attacks] fire an additional Arrow"
|
|
2|# "Bow [Attack|Attacks] fire {0} additional Arrows" canonical_line
|
|
lang "Russian"
|
|
2
|
|
1 "Атаки луками выпускают дополнительную стрелу"
|
|
2|# "Атаки луками выпускают дополнительных стрел: {0}" canonical_line
|
|
lang "French"
|
|
2
|
|
1 "Les Attaques à l'arc tirent une Flèche supplémentaire"
|
|
2|# "Les Attaques à l'arc tirent {0} Flèches supplémentaires" canonical_line
|
|
lang "German"
|
|
2
|
|
1 "Angriffe mit Bögen feuern einen zusätzlichen Pfeil"
|
|
2|# "Angriffe mit Bögen feuern {0} zusätzliche Pfeile" canonical_line
|
|
lang "Spanish"
|
|
2
|
|
1 "Los [Attack|ataques] con arco disparan una flecha adicional"
|
|
2|# "Los [Attack|ataques] con arco disparan {0} flechas adicionales" canonical_line
|
|
lang "Thai"
|
|
2
|
|
1 "การโจมตีด้วยธนู ยิงศร เพิ่มเติม 1 ดอก"
|
|
2|# "การโจมตีด้วยธนู ยิงศร เพิ่มเติม {0} ดอก" canonical_line
|
|
lang "Traditional Chinese"
|
|
2
|
|
1 "弓攻擊發射 1 個額外箭矢"
|
|
2|# "弓攻擊發射 {0} 個額外箭矢" canonical_line
|
|
lang "Simplified Chinese"
|
|
2
|
|
1 "弓类攻击发射一支额外箭矢"
|
|
2|# "弓类攻击发射 {0} 支额外箭矢" canonical_line
|
|
lang "Portuguese"
|
|
2
|
|
1 "Ataques com Arco disparam uma Flecha adicional"
|
|
2|# "Ataques com Arco disparam {0} Flechas adicionais" canonical_line
|
|
lang "Korean"
|
|
2
|
|
1 "활 공격 시 화살 1개 추가 발사"
|
|
2|# "활 공격 시 화살 {0}개 추가 발사" canonical_line
|
|
lang "Japanese"
|
|
2
|
|
1 "弓による[Attack|アタック]は矢を追加で1本放つ"
|
|
2|# "弓による[Attack|アタック]は矢を追加で{0}本放つ" canonical_line |