Skip to content

Commit

Permalink
Botania mushroom coin quest (#16444)
Browse files Browse the repository at this point in the history
Adds a coin quest with a 20 min cooldown and provides the player with their choice of a botania mushroom. It is great for that early game with botania to help the player not have to comb the twilight forest looking for them.
  • Loading branch information
Reflex18 authored Jun 2, 2024
1 parent a037e9f commit 83f866b
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"questIDHigh:4": 7309218930086988029,
"sizeX:3": 24,
"x:3": 360,
"y:3": 288,
"questIDLow:4": -5078863766116826815,
"sizeY:3": 24
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
{
"questIDHigh:4": 7309218930086988029,
"preRequisites:9": {
"0:10": {
"questIDHigh:4": 0,
"questIDLow:4": 3221
}
},
"questIDLow:4": -5078863766116826815,
"properties:10": {
"betterquesting:10": {
"snd_complete:8": "random.levelup",
"taskLogic:8": "AND",
"visibility:8": "NORMAL",
"isMain:1": 0,
"simultaneous:1": 0,
"icon:10": {
"id:8": "Botania:specialFlower",
"Count:3": 1,
"tag:10": {
"type:8": "jadedAmaranthus"
},
"Damage:2": 0,
"OreDict:8": ""
},
"snd_update:8": "random.levelup",
"repeatTime:3": 24000,
"globalShare:1": 0,
"questLogic:8": "AND",
"repeat_relative:1": 1,
"name:8": "Having trouble finding Botania mushrooms?",
"lockedProgress:1": 0,
"autoClaim:1": 0,
"isSilent:1": 0,
"desc:8": "Why not exchange a few coins to save yourself the time of combing the Twilight forest for Shimmering mushrooms."
}
},
"tasks:9": {
"0:10": {
"partialMatch:1": 1,
"autoConsume:1": 0,
"groupDetect:1": 0,
"ignoreNBT:1": 1,
"index:3": 0,
"consume:1": 1,
"requiredItems:9": {
"0:10": {
"id:8": "dreamcraft:item.CoinFlowerI",
"Count:3": 5,
"Damage:2": 0,
"OreDict:8": ""
}
},
"taskID:8": "bq_standard:retrieval"
}
},
"rewards:9": {
"0:10": {
"rewardID:8": "bq_standard:choice",
"index:3": 0,
"choices:9": {
"0:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 0,
"OreDict:8": ""
},
"1:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 1,
"OreDict:8": ""
},
"2:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 2,
"OreDict:8": ""
},
"3:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 3,
"OreDict:8": ""
},
"4:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 4,
"OreDict:8": ""
},
"5:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 5,
"OreDict:8": ""
},
"6:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 6,
"OreDict:8": ""
},
"7:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 7,
"OreDict:8": ""
},
"8:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 8,
"OreDict:8": ""
},
"9:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 15,
"OreDict:8": ""
},
"10:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 9,
"OreDict:8": ""
},
"11:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 10,
"OreDict:8": ""
},
"12:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 11,
"OreDict:8": ""
},
"13:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 12,
"OreDict:8": ""
},
"14:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 13,
"OreDict:8": ""
},
"15:10": {
"id:8": "Botania:mushroom",
"Count:3": 2,
"Damage:2": 14,
"OreDict:8": ""
}
}
}
}
}

0 comments on commit 83f866b

Please sign in to comment.