diff --git a/Doc/Changelog.txt b/Doc/Changelog.txt index 06b3c60..6a87896 100644 --- a/Doc/Changelog.txt +++ b/Doc/Changelog.txt @@ -1,5 +1,6 @@ 2018-08-05 version 53 - Added missing skillquests + Added missing skillquests, + Some code has been refactored 2018-08-15 version 52-beta-01 Now have HistOfflineBeta.lua. diff --git a/data/de/de.lua b/data/de/de.lua index fc34627..ac96175 100644 --- a/data/de/de.lua +++ b/data/de/de.lua @@ -284,6 +284,39 @@ Locations = { ["35"] = "Sommersend", } +Locations2 = { -- Used for WB and SQ, + +--EP +{ name="Steinfälle",Grp="Fungal Grotto", Pub="Crow's Wood"}, +{ name="Deshaan", Grp="Darkshade Caverns", Pub="Forgotten Crypts"}, +{ name="Schattenfenn", Grp="Arx Corinum", Pub="Sanguine's Demesne"}, +{ name="Ostmarsch", Grp="Direfrost Keep", Pub="Hall of the Dead"}, +{ name="Rift", Grp="Blessed Crucible", Pub="Lion's Den"}, +--DC +{ kname="Glenumbra", Grp="Spindleclutch", Pub="Bad Man's Hallows"}, +{ name="Sturmhafen", Grp="Wayrest Sewers", Pub="Bonesnap Ruins"}, +{ name="Kluftspitze", Grp="Crypt of Hearts", Pub="Obsidian Scar"}, +{ name="Alik'r Wüste", Grp="Volenfell", Pub="Lost City"}, +{ name="Bangkorai", Grp="Blackheart Haven", Pub="Razaks Wheel"}, +--AD +{ name="Auridon", Grp="Banished Cells", Pub="Toothmall Gully"}, +{ name="Grahtwald", Grp="Elden Hollow", Pub="Root Sunder Ruins"}, +{ name="Grünschatten", Grp="City of Ash", Pub="Rulanyil's Fall"}, +{ name="Malabal-Tor", Grp="Tempest Island", Pub="Crimson Cove"}, +{ name="Schnittermark", Grp="Selene's Web", Pub="The Vile Manse"}, +--Coldharbour +{ name="Kalthafen", Grp="Vaults of Madness", Pub="Village of the Lost"}, +{ name="Dark Brotherhood"}, +{ name="Diebesgilde"}, +{ name="Imperial City"}, +{ name="VVardenfell"}, + +{ name="Orsinium"}, +{ name="Stadt der Uhrwerke"}, +{ name="Sommersend"}, + +} + DLC_Location_names = { ["11"] = "Rkindaleft", ["21"] = "Das alte Orsinium", @@ -310,3 +343,9 @@ DLC_Location_names = { ["36"] = "Marsch der Aufopferung", ["46"] = "Marsch der Aufopferung (Vet)", } +--With Dungeons No thieves guild or dark brotherhood +-- In DLC.lua, the canonical naming DLC_Category= {"Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter") + +--Our Naming + +DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter"} \ No newline at end of file diff --git a/data/fr/fr.lua b/data/fr/fr.lua index f8506c1..1ab3e8c 100644 --- a/data/fr/fr.lua +++ b/data/fr/fr.lua @@ -255,6 +255,8 @@ Trials_Names["VH"] = { ["61"] = "Craglorn Trials Conqueror", } + + Locations = { --EP ["11"] = "Stonefalls", @@ -285,6 +287,39 @@ Locations = { ["35"] = "Summerset", } + +Locations2 = { -- Used for WB and SQ, + +--EP +{ name="Stonefalls",Grp="Fungal Grotto", Pub="Crow's Wood"}, +{ name="Deshaan", Grp="Darkshade Caverns", Pub="Forgotten Crypts"}, +{ name="Shadowfen", Grp="Arx Corinum", Pub="Sanguine's Demesne"}, +{ name="Eastmarch", Grp="Direfrost Keep", Pub="Hall of the Dead"}, +{ name="The Rift", Grp="Blessed Crucible", Pub="Lion's Den"}, +--DC +{ kname="Glenumbra", Grp="Spindleclutch", Pub="Bad Man's Hallows"}, +{ name="Stormhaven", Grp="Wayrest Sewers", Pub="Bonesnap Ruins"}, +{ name="Rivenspire", Grp="Crypt of Hearts", Pub="Obsidian Scar"}, +{ name="Alik'r Desert", Grp="Volenfell", Pub="Lost City"}, +{ name="Bangkorai", Grp="Blackheart Haven", Pub="Razaks Wheel"}, +--AD +{ name="Auridon", Grp="Banished Cells", Pub="Toothmall Gully"}, +{ name="Grahtwood", Grp="Elden Hollow", Pub="Root Sunder Ruins"}, +{ name="Greenshade", Grp="City of Ash", Pub="Rulanyil's Fall"}, +{ name="Malabal-Tor", Grp="Tempest Island", Pub="Crimson Cove"}, +{ name="Reaper's March", Grp="Selene's Web", Pub="The Vile Manse"}, +--Coldharbour +{ name="Coldharbour", Grp="Vaults of Madness", Pub="Village of the Lost"}, +{ name="Dark Brotherhood"}, +{ name="Thieves Guild"}, +{ name="Imperial City"}, +{ name="VVardenfell"}, + +{ name="Orsinium"}, +{ name="Cité mécanique"}, +{ name="Summerset"}, + +} DLC_Location_names = { ["11"] = "Rkindaleft", ["21"] = "D'Orsinium-la-Vieille", @@ -311,3 +346,9 @@ DLC_Location_names = { ["36"] = "Procession des Sacrifiés", ["46"] = "Procession des Sacrifiés (Vet)", } +--With Dungeons No thieves guild or dark brotherhood +-- In DLC.lua, the canonical naming DLC_Category= {"Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter") + +--Our Naming + +DLC_Names= {"Thieves Guild", "Dark Brotherhood", "Orsinium", "Imperial City", "Shadows of the Hist", "Horns of the Reach", "Dragon Bones","Clockwork City", "Morrowind", "Summerset", "Wolfhunter"} diff --git a/history.txt b/history.txt index a64e407..7690852 100644 --- a/history.txt +++ b/history.txt @@ -1,6 +1,6 @@ ## Title: Dad's History ## APIVersion: 100024 -## Version: 52 +## Version: 53 ## Author: HisDad ## Description: Record progress of all characters for offline viewing. ## SavedVariables: History_SV