A minor fix and added some extra events.#10
Open
TiVa85 wants to merge 10 commits intoroot-BB:masterfrom
Open
Conversation
Added Description HOS Signposts
Needed for online deployment on tivaprojects: Original: n=window.location.href.replace(window.location.hash,"").toString().slice(0,-10) Changed to: n=window.location.href.replace(window.location.hash,"").toString().slice(0,0)
Added disclaimer for 2 monsternest which are only actvie during Big Game Hunter.
coords: [[75.484,40.313]],
label: $.t("sidebar.monsternest"),
popup: $.t("monsternest.desc") + $.t("misc.dactive",{quest: $.t("contracts.label.biggamehunter")})
coords: [[75.328,40.578]],
label: $.t("sidebar.monsternest"),
popup: $.t("monsternest.desc") + $.t("misc.dactive",{quest: $.t("contracts.label.biggamehunter")})
The Heroes´ Pursuits: Fayrlund has wrong marker:
root-bb had:
coords: [[-34.687,-26.917]]
changed to
coords: [[-34.687,-26.917]],
label: $.t("sidequest.pursuit") +$.t(": ") +$.t("sidequests.label.ps_fa"),
popup: $.t("sidequests.desc.ps_fa")
Enable "Point of Interest" so Triss Earring can be added
Added coordinates for POI Triss Earring
poi: [{
coords: [[66.906,66.734]],
label: $.t("k:poi.label.earring"),
popup: $.t("k:poi.desc.earring")
}],
add to events-->
coords: [[225.425,151.080]],
label: $.t("event.label.doors2") + '*',
popup: $.t("misc.active",{quest: $.t("contracts.label.doors")}) + $.t("event.desc.doors2")
add to sidequests --> RAGING WOLF submit
coords: [[59.063,75.141]],
label: $.t("sidequests.label.ff_rw") + '*',
popup: $.t("misc.active",{quest: $.t("sidequest.fist") + " - " + $.t("sidequests.label.ff_st")})
added desc and label for Triss Earring -->
"poi": {
"desc": {
"earring": " "
},
"label": {
"earring": "Triss Earring"
}
},
Added labels and descriptions for Raging Wolf and aftermatch Doors Slamming Shut
CHANGE: add to events-->
"event": {
"desc": {
...
"doors2": "If the pillars are destroyed when fighting the elemental during this quest, a small cutscenes triggers informing Geralt what happened to the new owner. ",
...
},
"label": {
...
"doors2": "Doors Slamming Shut (Part 2)",
add to sidequests-->
"sidequests": {
"desc": {
...
"ff_rw": "It will become active after the '__quest__' mission. ",
"label": {
...
"ff_rw": "Raging Wolf",
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added:
Fixed:
BEWARE: I made a change to home.js just to be able to push it to tivaprojects.com/witcher3map- do not take over this commit