Skip to content

Commit

Permalink
Create Trigger Quest: Nether Skip (#17244)
Browse files Browse the repository at this point in the history
* Create Trigger Quest: Nether Skip

Note: This was written in 2.6.1's questbook, and I have not written a quest before. I tried to match how other quests were made in the discord, so there might need to be edits to fix this.


This adds a Trigger Quest to skip "THE NETHER" & "How To Make Rubber" by obtaining 128 Rubber Bars in your inventory. Doing so will unlock "Wire-Wrap".

This is so players who decided to progress through the steam age without going to the nether (fear of nether mobs, wanting to build renewable methods early through XP Buckets, etc.) can still progress through the questbook.

* Update TriggerNetherSki-qFco17HGS0SxmpVn-uWJZQ==.json

---------

Co-authored-by: Martin Robertz <[email protected]>
  • Loading branch information
PlayfulPiano and Dream-Master authored Sep 7, 2024
1 parent 3e46f3e commit 43363ef
Showing 1 changed file with 61 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"questIDHigh:4": -6316535045498188988,
"preRequisites:9": {
"0:10": {
"questIDHigh:4": 0,
"questIDLow:4": 65
}
},
"questIDLow:4": -5649038508759348891,
"properties:10": {
"betterquesting:10": {
"snd_complete:8": "random.levelup",
"taskLogic:8": "AND",
"visibility:8": "HIDDEN",
"isMain:1": 0,
"simultaneous:1": 0,
"icon:10": {
"id:8": "gregtech:gt.metaitem.01",
"Count:3": 1,
"Damage:2": 11880,
"OreDict:8": ""
},
"snd_update:8": "random.levelup",
"repeatTime:3": -1,
"globalShare:1": 0,
"questLogic:8": "AND",
"repeat_relative:1": 1,
"name:8": "Trigger:Nether Skip",
"lockedProgress:1": 0,
"autoClaim:1": 1,
"isSilent:1": 0,
"desc:8": "No Description"
}
},
"tasks:9": {
"0:10": {
"partialMatch:1": 1,
"autoConsume:1": 0,
"groupDetect:1": 0,
"ignoreNBT:1": 1,
"index:3": 0,
"consume:1": 0,
"requiredItems:9": {
"0:10": {
"id:8": "gregtech:gt.metaitem.01",
"Count:3": 128,
"Damage:2": 11880,
"OreDict:8": ""
}
},
"taskID:8": "bq_standard:retrieval"
}
},
"rewards:9": {
"0:10": {
"questID:8": "AAAAAAAAAAAAAAAAAAAARQ\u003d\u003d",
"rewardID:8": "bq_standard:questcompletion",
"index:3": 0
}
}
}

0 comments on commit 43363ef

Please sign in to comment.