diff --git a/ChangeLog b/ChangeLog index d07e3064a..a4cc373e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2021-01-21 Nicolas Weeger - * navar_city/smugglers_cove/sc_warehouse3: Replace giant rats (high level) with bears, since the quest is for low level players. + * navar_city/smugglers_cove/sc_warehouse3, + * navar_city/smugglers_cove/susan.msg: Replace giant rats (high level) with bears, since the quest is for low level players. 2021-01-19 Nicolas Weeger * brest/shops/buildshop, diff --git a/navar_city/smugglers_cove/sc_warehouse3 b/navar_city/smugglers_cove/sc_warehouse3 index 11ad0312a..2554a76bf 100644 --- a/navar_city/smugglers_cove/sc_warehouse3 +++ b/navar_city/smugglers_cove/sc_warehouse3 @@ -806,8 +806,16 @@ x 5 y 21 end arch bear +Wis 15 x 5 y 21 +see_invisible 1 +can_see_in_dark 1 +no_mood_change 1 +arch bones2 +name bear's skull +material 0 +end end arch dirtfloor x 5 @@ -1408,8 +1416,16 @@ x 10 y 15 end arch bear +Wis 15 x 10 y 15 +see_invisible 1 +can_see_in_dark 1 +no_mood_change 1 +arch bones2 +name bear's skull +material 0 +end end arch dirtfloor x 10 @@ -1719,6 +1735,10 @@ y 23 end arch woman name Susan +msg +@match * +Help! +endmsg x 12 y 23 stand_still 1 @@ -2207,8 +2227,16 @@ x 16 y 14 end arch bear +Wis 15 x 16 y 14 +see_invisible 1 +can_see_in_dark 1 +no_mood_change 1 +arch bones2 +name bear's skull +material 0 +end end arch dirtfloor x 16 @@ -3955,8 +3983,16 @@ x 29 y 10 end arch bear +Wis 15 x 29 y 10 +see_invisible 1 +can_see_in_dark 1 +no_mood_change 1 +arch bones2 +name bear's skull +material 0 +end end arch dirtfloor x 29 @@ -4443,8 +4479,16 @@ x 33 y 5 end arch bear +Wis 15 x 33 y 5 +see_invisible 1 +can_see_in_dark 1 +no_mood_change 1 +arch bones2 +name bear's skull +material 0 +end end arch dirtfloor x 33 diff --git a/navar_city/smugglers_cove/susan.msg b/navar_city/smugglers_cove/susan.msg index ca644928f..c1e119129 100644 --- a/navar_city/smugglers_cove/susan.msg +++ b/navar_city/smugglers_cove/susan.msg @@ -2,7 +2,7 @@ "rules": [ { "match" : ["killed"], - "pre" : [["npctoken", "status", "killed"], ["item", "giant rat's skull", "4"], ["quest", "navar/rescue-daughters", "=40"]], + "pre" : [["npctoken", "status", "killed"], ["item", "bear's skull", "5"], ["quest", "navar/rescue-daughters", "=40"]], "post" : [["quest", "navar/rescue-daughters", "50"]], "msg" : ["Thank you for saving me!"] }, { @@ -14,7 +14,7 @@ "match" : ["saved"], "pre" : [["npctoken", "status", "saved"], ["quest", "navar/rescue-daughters", "=40"]], "post" : [["setnpctoken", "status", "killed"]], - "msg" : ["I'm afraid of those evil rats!"], + "msg" : ["I'm afraid of those evil bears!"], "replies" : [["killed", "I killed them, it's safe now.", "0"]] }, { "match" : ["*"], @@ -24,6 +24,11 @@ "replies" : [["saved", "You're saved, now.", "0"]] }, { "match" : ["*"], + "pre" : [["quest", "navar/rescue-daughters", "=50"]], + "post" : [], + "msg" : ["Thanks for saving me from those bears!"] + }, { + "match" : ["*"], "pre" : [], "post" : [["setnpctoken", "status", "saved"]], "msg" : ["Help!"]