Skip to content

Commit

Permalink
tutor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 27, 2024
1 parent 10d3b53 commit 5747676
Showing 1 changed file with 64 additions and 55 deletions.
119 changes: 64 additions & 55 deletions mods/BaseGameContent.rairmod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "BaseGameContent",
"author": "Seiyria",
"version": 1,
"savedAt": 1727385792120,
"savedAt": 1727432632206,
"dependencies": []
},
"npcs": [
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -2117859,9 +2117862,12 @@
"min": 10000,
"max": 10000
},
"otherStats": {},
"usableSkills": [
"MagicMissile"
],
"maxWanderRandomlyDistance": 0,
"noLeash": false,
"items": {
"equipment": {
"armor": "Antanian Tunic"
Expand All @@ -2117871,17 +2117877,6 @@
"keyword": {
"hello": {
"actions": [
{
"type": "checkItem",
"fromHands": true,
"slot": [
"rightHand",
"leftHand"
],
"item": {
"name": "Tutorial Yeti Skull"
}
},
{
"type": "checkItem",
"fromHands": true,
Expand All @@ -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"
}
]
}
]
}
Expand Down Expand Up @@ -2117975,7 +2117983,8 @@
}
}
},
"_id": "01916bde-d3d8-7cc5-8174-485104f5949f"
"baseEffects": [],
"behaviors": []
},
{
"tag": "Rylt Twean",
Expand Down

0 comments on commit 5747676

Please sign in to comment.