From 5747676c0301e975fc6a637a5092a26b39e77acf Mon Sep 17 00:00:00 2001 From: "Kyle J. Kemp" Date: Fri, 27 Sep 2024 05:25:36 -0500 Subject: [PATCH] tutor fix --- mods/BaseGameContent.rairmod | 119 +++++++++++++++++++---------------- 1 file changed, 64 insertions(+), 55 deletions(-) diff --git a/mods/BaseGameContent.rairmod b/mods/BaseGameContent.rairmod index 045fcea..4012c39 100644 --- a/mods/BaseGameContent.rairmod +++ b/mods/BaseGameContent.rairmod @@ -3,7 +3,7 @@ "name": "BaseGameContent", "author": "Seiyria", "version": 1, - "savedAt": 1727385792120, + "savedAt": 1727432632206, "dependencies": [] }, "npcs": [ @@ -48842,20 +48842,20 @@ "iceBoostPercent": 200 }, "hp": { - "min": 420000, - "max": 450000 + "min": 535500, + "max": 573750 }, "mp": { - "min": 14000, - "max": 15000 + "min": 28000, + "max": 30000 }, "giveXp": { - "min": 53000, - "max": 57000 + "min": 60949, + "max": 65550 }, "gold": { - "min": 2900, - "max": 3900 + "min": 1667, + "max": 2242 }, "monsterGroup": "Snake", "avoidWater": false, @@ -2117846,10 +2117846,13 @@ "_id": "01916bde-d3d8-7cc5-8174-4419e8f2811f" }, { + "_id": "01916bde-d3d8-7cc5-8174-485104f5949f", "tag": "Rylt Tutor", "name": "Tutor", "affiliation": "Tutors", "hostility": "Never", + "allegiance": "Adventurers", + "alignment": "neutral", "level": 10, "hp": { "min": 10000, @@ -2117859,9 +2117862,12 @@ "min": 10000, "max": 10000 }, + "otherStats": {}, "usableSkills": [ "MagicMissile" ], + "maxWanderRandomlyDistance": 0, + "noLeash": false, "items": { "equipment": { "armor": "Antanian Tunic" @@ -2117871,17 +2117877,6 @@ "keyword": { "hello": { "actions": [ - { - "type": "checkItem", - "fromHands": true, - "slot": [ - "rightHand", - "leftHand" - ], - "item": { - "name": "Tutorial Yeti Skull" - } - }, { "type": "checkItem", "fromHands": true, @@ -2117894,46 +2117889,59 @@ }, "checkPassActions": [ { - "type": "takeItem", - "slot": [ - "rightHand", - "leftHand" - ], - "item": { - "name": "Tutorial Yeti Skull", - "amount": 1 - } - }, - { - "type": "takeItem", - "slot": [ - "rightHand", - "leftHand" - ], - "item": { - "name": "Antanian Bracers", - "amount": 1 - } - }, - { - "type": "giveItem", + "type": "checkItem", + "fromHands": true, "slot": [ "rightHand", "leftHand" ], "item": { - "name": "Antanian Newbie Bracers", - "amount": 1 - } - }, - { - "type": "chat", - "maxDistance": 2, - "message": "Thanks, ${ name }! I've transferred the important bits to your bracers, and the rest of the skull should serve my research nicely. \n", - "options": [ + "name": "Tutorial Yeti Skull" + }, + "checkPassActions": [ { - "text": "I hope it helps me as much as it helped you", - "action": "noop" + "type": "takeItem", + "slot": [ + "rightHand", + "leftHand" + ], + "item": { + "name": "Tutorial Yeti Skull", + "amount": 1 + } + }, + { + "type": "takeItem", + "slot": [ + "rightHand", + "leftHand" + ], + "item": { + "name": "Antanian Bracers", + "amount": 1 + } + }, + { + "type": "giveItem", + "slot": [ + "rightHand", + "leftHand" + ], + "item": { + "name": "Antanian Newbie Bracers", + "amount": 1 + } + }, + { + "type": "chat", + "maxDistance": 2, + "message": "Thanks, ${ name }! I've transferred the important bits to your bracers, and the rest of the skull should serve my research nicely. \n", + "options": [ + { + "text": "I hope it helps me as much as it helped you", + "action": "noop" + } + ] } ] } @@ -2117975,7 +2117983,8 @@ } } }, - "_id": "01916bde-d3d8-7cc5-8174-485104f5949f" + "baseEffects": [], + "behaviors": [] }, { "tag": "Rylt Twean",