Skip to content

Commit

Permalink
add quest for item holder (#17712)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baerschen authored Oct 21, 2024
1 parent 8b27a41 commit db4f94e
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"questIDHigh:4": 0,
"sizeX:3": 24,
"x:3": 876,
"y:3": 516,
"y:3": 528,
"questIDLow:4": 118,
"sizeY:3": 24
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"questIDHigh:4": 0,
"sizeX:3": 24,
"x:3": 936,
"y:3": 648,
"y:3": 660,
"questIDLow:4": 1865,
"sizeY:3": 24
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"questIDHigh:4": 8038612610134264913,
"sizeX:3": 24,
"x:3": 876,
"y:3": 564,
"questIDLow:4": -8788923125695859609,
"sizeY:3": 24
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"questIDHigh:4": 0,
"sizeX:3": 24,
"x:3": 876,
"y:3": 624,
"y:3": 612,
"questIDLow:4": 1918,
"sizeY:3": 24
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"questIDHigh:4": 0,
"sizeX:3": 24,
"x:3": 876,
"y:3": 588,
"x:3": 972,
"y:3": 648,
"questIDLow:4": 2403,
"sizeY:3": 24
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"questIDHigh:4": 8038612610134264913,
"preRequisites:9": {
"0:10": {
"questIDHigh:4": 0,
"questIDLow:4": 97
}
},
"questIDLow:4": -8788923125695859609,
"properties:10": {
"betterquesting:10": {
"snd_complete:8": "random.levelup",
"taskLogic:8": "OR",
"visibility:8": "NORMAL",
"isMain:1": 0,
"simultaneous:1": 0,
"icon:10": {
"id:8": "gregtech:gt.metaitem.01",
"Count:3": 1,
"Damage:2": 32380,
"OreDict:8": ""
},
"snd_update:8": "random.levelup",
"repeatTime:3": -1,
"globalShare:1": 0,
"questLogic:8": "AND",
"repeat_relative:1": 1,
"name:8": "New Quest",
"lockedProgress:1": 0,
"autoClaim:1": 0,
"isSilent:1": 0,
"desc:8": "Are you tired of storing Shapes and/or Molds near your Extruders and Solidifiers instead of inside them? Today must be your lucky day, because these item holders let you do exactly that!\n\nThey allow your machines to hold a small number of extra items, though each slot can only store one item at a time. There are three versions of this cover, each offering a different amount of storage:\n\nBasic Item Holder: 9 slots\nGood Item Holder: 12 slots\nAdvanced Item Holder: 15 slots\n\n[note]If that\u0027s still not enough space, you can either upgrade them or simply attach multiple holders to your machine of choice.[/note]"
}
},
"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": 1,
"Damage:2": 32380,
"OreDict:8": ""
}
},
"taskID:8": "bq_standard:retrieval"
},
"1:10": {
"partialMatch:1": 1,
"autoConsume:1": 0,
"groupDetect:1": 0,
"ignoreNBT:1": 1,
"index:3": 1,
"consume:1": 0,
"requiredItems:9": {
"0:10": {
"id:8": "gregtech:gt.metaitem.01",
"Count:3": 1,
"Damage:2": 32381,
"OreDict:8": ""
}
},
"taskID:8": "bq_standard:retrieval"
},
"2:10": {
"partialMatch:1": 1,
"autoConsume:1": 0,
"groupDetect:1": 0,
"ignoreNBT:1": 1,
"index:3": 2,
"consume:1": 0,
"requiredItems:9": {
"0:10": {
"id:8": "gregtech:gt.metaitem.01",
"Count:3": 1,
"Damage:2": 32382,
"OreDict:8": ""
}
},
"taskID:8": "bq_standard:retrieval"
}
},
"rewards:9": {
"0:10": {
"rewardID:8": "bq_standard:item",
"index:3": 0,
"rewards:9": {
"0:10": {
"id:8": "enhancedlootbags:lootbag",
"Count:3": 1,
"Damage:2": 4,
"OreDict:8": ""
}
}
},
"1:10": {
"rewardID:8": "bq_standard:item",
"index:3": 1,
"rewards:9": {
"0:10": {
"id:8": "dreamcraft:item.CoinTechnician",
"Count:3": 15,
"Damage:2": 0,
"OreDict:8": ""
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,14 @@
"Count:3": 1,
"Damage:2": 4,
"OreDict:8": ""
},
"1:10": {
}
}
},
"1:10": {
"rewardID:8": "bq_standard:item",
"index:3": 1,
"rewards:9": {
"0:10": {
"id:8": "dreamcraft:item.CoinTechnician",
"Count:3": 10,
"Damage:2": 0,
Expand Down

0 comments on commit db4f94e

Please sign in to comment.