Skip to content

Commit

Permalink
Quest Improvements - 20 January (#15375)
Browse files Browse the repository at this point in the history
* fix format

* fix canola quest again

* fix powerful armor quest

* Hulk smash typo fix

* fix hydroponics prereqs

* add lv extruder skip
  • Loading branch information
chochem authored Jan 20, 2024
1 parent 8898c1e commit 1f97351
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"4:10": {
"questIDHigh:4": -4603000547969448882,
"sizeX:3": 24,
"x:3": 576,
"y:3": 72,
"x:3": 1116,
"y:3": 264,
"questIDLow:4": -8825008741784511339,
"sizeY:3": 24
},
Expand Down Expand Up @@ -803,8 +803,8 @@
"100:10": {
"questIDHigh:4": 0,
"sizeX:3": 24,
"x:3": 1116,
"y:3": 120,
"x:3": 1164,
"y:3": 168,
"questIDLow:4": 1734,
"sizeY:3": 24
},
Expand Down Expand Up @@ -1123,8 +1123,8 @@
"140:10": {
"questIDHigh:4": 0,
"sizeX:3": 24,
"x:3": 1116,
"y:3": 264,
"x:3": 1164,
"y:3": 216,
"questIDLow:4": 2848,
"sizeY:3": 24
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"Count:3": 1,
"tag:10": {
"owner:8": "gregtech",
"name:8": "Canola",
"name:8": "Rape",
"scan:4": 4
},
"Damage:2": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lockedProgress:1": 0,
"autoClaim:1": 0,
"isSilent:1": 0,
"desc:8": "Mass destruction! Or at least, lots and lots of crushed ores. Build a maceration statck to keep up with all the ores you are getting. In IV you can upgrade the Multi to be much better with a upgrade chip and better casings."
"desc:8": "Mass destruction! Or at least, lots and lots of crushed ores. Build a maceration stack to keep up with all the ores you are getting. In IV you can upgrade the Multi to be much better with a upgrade chip and better casings."
}
},
"tasks:9": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"questIDHigh:4": -5727453828777228889,
"preRequisites:9": {
"0:10": {
"questIDHigh:4": 0,
"questIDLow:4": 740
}
},
"questIDLow:4": -8875537553313490831,
"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": "minecraft:nether_star",
"Count:3": 1,
"Damage:2": 0,
"OreDict:8": ""
},
"snd_update:8": "random.levelup",
"repeatTime:3": -1,
"globalShare:1": 0,
"questLogic:8": "AND",
"repeat_relative:1": 1,
"name:8": "Trigger: LV Extruder Skip",
"lockedProgress:1": 0,
"autoClaim:1": 1,
"isSilent:1": 1,
"desc:8": "No Description"
}
},
"tasks:9": {},
"rewards:9": {
"0:10": {
"questID:8": "AAAAAAAAAAAAAAAAAAACoQ\u003d\u003d",
"rewardID:8": "bq_standard:questcompletion",
"index:3": 0
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"requiredItems:9": {
"0:10": {
"id:8": "AWWayofTime:emptySocket",
"Count:3": 27,
"Count:3": 28,
"Damage:2": 0,
"OreDict:8": ""
}
Expand All @@ -62,7 +62,7 @@
"requiredItems:9": {
"0:10": {
"id:8": "AWWayofTime:bloodSocket",
"Count:3": 27,
"Count:3": 28,
"Damage:2": 0,
"OreDict:8": ""
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"preRequisites:9": {
"0:10": {
"questIDHigh:4": 0,
"questIDLow:4": 1429
"questIDLow:4": 1535
}
},
"questIDLow:4": -8825008741784511339,
Expand Down

0 comments on commit 1f97351

Please sign in to comment.