diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ab5d7b6..18994c92 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@
### Bugfixes
- [#34] Weapon Qualities and Damage Effects should be displayed in (localised) alphabetical order on Weapon item sheet
- [#51] Item quantity boxes polluting actor data when altered
+- [#60] Use localized skill names to sort and display alphabetically on Character sheet
### Chores
- [#33] Merged Polish language updates from Crowdin
diff --git a/data/packs/system-documentation.db/release_notes__auV5NLfnrA5zUr9q.json b/data/packs/system-documentation.db/release_notes__auV5NLfnrA5zUr9q.json
index e09206ce..2db5da81 100644
--- a/data/packs/system-documentation.db/release_notes__auV5NLfnrA5zUr9q.json
+++ b/data/packs/system-documentation.db/release_notes__auV5NLfnrA5zUr9q.json
@@ -8,7 +8,7 @@
"system": {
},
"text": {
- "content": "
v11.3.0
\n\n
Enhancements
\n\n
[#37] The following character sheet fields are now auto-calculated and have new variables that can be used to adjust them with Active Effects if needed:
Defense (adjusted by system.defense.bonus)
Max Health (adjusted by system.health.bonus)
Initiative (adjusted by system.initiative.bonus)
Melee Damage (adjusted by system.meleeDamage.bonus)
Next Level XP (no adjustment available)
[#50] Display the sytsem release notes the first time a new version is loaded
\n\n
Bugfixes
\n\n
[#34] Weapon Qualities and Damage Effects should be displayed in (localised) alphabetical order on Weapon item sheet
\n\n
Chores
\n\n
[#33] Merged Polish language updates from Crowdin
[#35] Remove usage of deprecated ActiveEffect._getSourceName()
[#36] Remove usage of deprecated ActiveEffect#label
[#46] Implement schema migration tools ready for likely schema changes
\n\n\n\n
v11.2.6
\n\n
Bugfixes
\n\n
[#27] Text for some item sheets seems to be broken
[#28] Editing/Deleting items broken due to missing data tag
[#29] Encumbrance not being calculated correctly
\n\n
Chores
\n\n
Merged Polish translation updates from Crowdin
\n\n\n\n
v11.2.5
\n\n
Chores
\n\n
Translation updates are now all handled via Crowdin to simplify the process of contributing translations. See here for more details: https://github.com/Muttley/foundryvtt-fallout/wiki/Other-ways-to-contribute#translation
\n\n\n\n
v11.2.4
\n\n
Bugfixes
\n\n
[#19] Actor skills being overwritten when an Actor is duplicated
\n\n\n\n
v11.2.3
\n\n
Bugfixes
\n\n
[#17] Item preview/expansion on Actor sheets doesn't display anything
\n\n\n\n
v11.2.2
\n\n
Bugfixes
\n\n
[#14] NPC / Creature inventory items messed up
\n\n
Enhancements
\n\n
[#15] Tidy up hunger/thirst/sleep selector layout
\n\n\n\n
v11.2.1
\n\n
Bugfixes
\n\n
[#9] AP Tracker not launching
\n\n\n\n
v11.2.0
\n\n
System migrated to new home and build process
Compendiums now contained within a top-level system folder
\n\n\n\n
v11.1.0
\n\n
Added Weight unit in settings
Added some translation fix for french
Changed defense on charater to read defense.value instead of defense.base
\n\n\n\n
v11.0.3
\n\n
Fixed Unstable radiation weapon quality
\n\n\n\n
v11.0.2
\n\n
Added new weapon qualities and damage effects
Added Polish and Deutsch languages
\n\n\n\n
v11.0.1
\n\n
Foundry v11 compatible
\n\n\n\n
v10.1.5
\n\n
Moved the TextEditor.enrichHTML to getData on the sheet
\n\n\n\n
v10.1.4
\n\n
updated FR translation
Added a setting where you can define your custom skill compendium that will be used to populate your newly created characters with the skills from that compendium.
Exposed the APTracker class if you want to make a macro to update gmAP or partyAP (special request by some users).\nYou can now call\nawait fallout.APTracker.setAP("gmAP", 1) or await fallout.APTracker.setAP("partyAP", 1) to set it to the custom value. Change "1" for some value you want.
\n\n\n\n
v10.1.3
\n\n
removed the max Foundry version from the system so you can test it on Foundry V11
small modification to encumbrance so the system.carryWeight.base could be modified by Active Effects
robot carryWeight modifications from armor is now only taking the equipped and not-stashed parts in to acount
\n\n\n\n
v10.1.2
\n\n
Lowering max version from 11 back to 10 since there are some problems in Foundry 11
Small fix in weapons names (to show if weapon is damaged)
Adding images and additional info to the Favorite Weapons Box.
Small styling fixes on the character status tab
\n\n\n\n
v10.1.1
\n\n
Fixed encumbrance display.
Adding this.system.unofficalSpeed = Agi + athletics in derivedData method. This can be used for grided maps and optional grided combat rules.
Equipped apparel name now shows when you hover "body part status box" on the status screen
Diseases. Added disease item. Those can also have Active effect on them that can be transfered to actors. Replaced Quick Apparel box on Character sheet with the diseases.
Improved the styling of chat messages that detail item's properties
Added Português (Brasil) translation
\n\n\n\n
v10.1.0
\n\n
Added new Block for Body Parts with resistances and Injuries to the NPC and Creature sheets. Unfortunately there is no way for me to migrate previous data so the resistances and the injuries of NPCs and Creatures must be repopulated.
\n\n\n\n
v10.0.9
\n\n
Added "perks" parameter to Robot Mods.
Removed the background from the d6 so the color of the die can be customized in Dice So Nice module
\n\n\n\n
v10.0.8
\n\n
Added "Ammo Per Shoot" parameter to weapons.
\n\n\n\n
v10.0.7
\n\n
Small fix in the Enricher initialization
\n\n\n\n
v10.0.6
\n\n
Small changes to enable compatibility with the Maestro module
\n\n\n\n
v10.0.5
\n\n
Introducing a way to write fallout symbols in to the text fileds. Use "@fos[DC]" for DC die. Use @fos[PH], @fos[EN], @fos[PO], @fos[RA] for the damage types.
\n\n\n\n
v10.0.4
\n\n
Added game settting for the initial carry capacity for characters and robots
\n\n\n\n
v10.0.3
\n\n
Improved Condition status display
Added system.complication value (initially 20). This can be further modified by Active Effects
Weapons with unreliable quality now decrease Complication by 1 when you roll 2D20 from the weapon
\n\n\n\n
v10.0.2
\n\n
Adding vicious damage effect in to the weapon damage calculation
\n\n\n\n
v10.0.1
\n\n
Added Ammo Calculation
Added Weapon Quality labels in the 2d20 chat message
Cleared some old "data" instances
\n\n\n\n
v10.0.0
\n\n
Compatibility update for Foundry v10
\n\n\n\n
v9.0.6
\n\n
Fixed initial creation of caps and other valuables on Actor (Thanks to Haxxer)
\n\n\n\n
v9.0.5
\n\n
Send item details to chat
\n\n\n\n
v9.0.4
\n\n
Thanks to @e4g13 for making new images for the location die. Check out his cool fallout maps on http://www.patreon.com/e4g13
\n\n\n\n
v9.0.3
\n\n
Introduced the "Hit Location Die" that is automatically rolled when clicking on the weapon. You can also roll it by using the "h" identifier. (eg. /r 1dh or as inline [[1dh]])
Added French translation
\n\n\n\n
v9.0.2
\n\n
Setting added: "Show Overseer's AP To Player"
Setting added: "Players Can Setup Party's Max AP"
\n\n\n\n
v9.0.1
\n\n
Added mouse hovers for weapon Qualities and Effects. You can change the page numbers for the actual descriptions by creating your own json file and pointing the system to it in the settings.
\n\n\n\n
v9.0.0
\n\n
Bumping the manifest to Foundry v9
\n\n\n\n
v1.9.1
\n\n
Weight of an Item can now be a float. (You can now put for example 0.2 as a weight)
Added Qualities and Effects to the Weapon List on the Character Sheet.
Fixed total value of the Challenge Die rolls when you use standard roll formula (/r 1dc).
Fixed quantity box so it doesn't disappear if the quantity is set to zero.
\n\n\n\n
v1.9
\n\n
Added quantity filed next to the item name/
I am still trying to find and fix why sometimes the crit doesn't register and you get a wrong num of successes. I did put some safe measures around it but I still need more test data.
\n\n\n\n
v1.8
\n\n
Added the 'Wear & Tear' field in the weapon sheet. If it is populated the 'wrench' will apear next to the weapon name on the character sheet to remind you that you should fix it.
\n\n\n\n
v1.7
\n\n
Radiation tracker added to the chracter sheet
\n\n\n\n
v1.6
\n\n
Fixed encumbrance calculation. Now it should include item quantity too.
\n\n\n\n
v1.5
\n\n
Added skill delete option for characters, and blocked skill duplication.
\n\n\n\n
v1.4
\n\n
Fixed Book and Magazines Effect field
\n\n\n\n
v1.3
\n\n
Added dice term for Combat Die. "/r 1dc"
Added Dice Modifier "ef" to count the effect results (5,6)
Added Dice Modifier "sum" to count the results (1+2+0+0+1+1)
\n\n\n\n
v1.21
\n\n
Bug Fix: Show robot mod on the character sheet under "unsorted items".
\n\n\n\n
v1.2
\n\n
Merged Rosataker translation improvements.
Bug Fix: show the Perk Rank on the character sheet list.
Improvement: DC Roll Chat Message now displays weapon damage types and weapon damage effects.
\n\n\n\n
v1.1
\n\n
Weapon Mods: Changed the weapon type field to be a text input so more specific weapon types can be entered.
Bug Fix: Items Sheet background bug fixed when installed on the Forge servers.