Skip to content

Commit

Permalink
Begin questing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller committed Aug 4, 2024
1 parent 96f051f commit 9f9e543
Show file tree
Hide file tree
Showing 13 changed files with 214 additions and 67 deletions.
42 changes: 0 additions & 42 deletions config/factions.json

This file was deleted.

1 change: 1 addition & 0 deletions config/heracles/groups.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Main
66 changes: 66 additions & 0 deletions config/heracles/quests/main/hello.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"dependencies": [],
"tasks": {
"Ok!": {
"type": "heracles:check"
}
},
"rewards": {
"10": {
"xptype": "LEVEL",
"amount": 5,
"type": "heracles:xp"
}
},
"display": {
"subtitle": {
"text": ""
},
"description": [
"",
"",
"",
"",
"",
"",
"",
"",
"**Welcome To the Server!**",
"",
"This book will guide you through various aspects and progressions in this modpack.",
"",
"Some of these quests may give you loot to aid your progress along the way :)",
"",
"Every quest will have tasks, which you can see why clicking on the /5/Tasks/5/ tab on the left.",
"",
"Similarly, you will get to see the rewards on it's own tab."
],
"groups": {
"Main": {
"position": [
-106,
-5
]
}
},
"icon": {
"item": {
"id": "heracles:quest_book",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "hello"
}
},
"settings": {
"showDependencyArrow": true,
"repeatable": false,
"autoClaimRewards": false,
"individual_progress": false,
"hidden": "LOCKED",
"unlockNotification": false
}
}
62 changes: 62 additions & 0 deletions config/heracles/quests/main/pronouns.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"dependencies": [
"hello"
],
"tasks": {
"ack": {
"title": "I set it!",
"type": "heracles:check"
}
},
"rewards": {
"ok": {
"xptype": "LEVEL",
"amount": 5,
"type": "heracles:xp"
}
},
"display": {
"subtitle": {
"translate": "Set your pronouns with..."
},
"description": [
"",
"",
"",
"",
"",
"Set your pronouns be viewable in the chat with",
"",
"/1//pronouns set <your pronouns>/1/",
"",
"this way others will be able to see them in chat :)"
],
"groups": {
"Main": {
"position": [
-258,
-6
]
}
},
"icon": {
"item": {
"id": "minecraft:writable_book",
"count": 1
},
"type": "heracles:item"
},
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
"title": {
"translate": "Pronouns"
}
},
"settings": {
"showDependencyArrow": true,
"repeatable": false,
"autoClaimRewards": false,
"individual_progress": false,
"hidden": "LOCKED",
"unlockNotification": false
}
}
5 changes: 5 additions & 0 deletions config/heracles/tutorial.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<h2>Tutorial</h2>
<p>Quests are a way to guide you through the progression. They are a way to help you learn about things and the world around you.</p>
<p>Quests are split into groups. Each group has a set of quests that you can complete. You can complete quests in any order you want, but some quests may require you to complete other quests first.</p>
<hr/>
<p>Happy Questing!</p>
7 changes: 6 additions & 1 deletion config/roughlyenoughitems/config.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"basics": {
"favorites": [],
"favorites": [
"{type:\"cadmus:cadmus\"}",
"{type:\"heracles:heracles\"}",
"{type:\"argonauts:party_chat\"}",
"{type:\"argonauts:party_management\"}"
],
"hiddenFavorites": [],
"displayHistory": [],
// Declares whether cheating mode is on.
Expand Down
31 changes: 21 additions & 10 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,6 @@ hash = "cd072a740260ad90cd5f6272aa033e707fa121d8ecf34eb71ff3d29116d8a03f"
file = "config/essentialcommands/rules.txt"
hash = "22b895f2e76ff5f4649f422702604905f36c7acb096a2c8c26997aedc19f72a9"

[[files]]
file = "config/factions.json"
hash = "23ab6f8f4d879e6490de34926ee07351ec5dcd38c9a9790881eb879cfa87cf82"

[[files]]
file = "config/fallingtree.json"
hash = "922a0a06c316eb1f0aba285f5bc59f4421b51b6f861661f3cdab38bbd44e4927"
Expand Down Expand Up @@ -514,7 +510,7 @@ hash = "e76bbc73d622a4e1a8ec0d34c4a96a39773272ea50d2d137d59ecd9e08d7c222"

[[files]]
file = "config/roughlyenoughitems/config.json5"
hash = "ca8bfde2dc7313fd2b06a0f4b04a6e9536773c33439f3df64dfafb555ec3eeb7"
hash = "0aee8e13418d9dc7ed448b5f31a52a6ef8d9843e91e19f78d8143065173342da"

[[files]]
file = "config/servercore.toml"
Expand Down Expand Up @@ -764,6 +760,11 @@ file = "mods/architectury-api.pw.toml"
hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad"
metafile = true

[[files]]
file = "mods/argonauts.pw.toml"
hash = "597db06a671717007869d4aa033732fa7d03fc370deb934f2085601fd2c9b99d"
metafile = true

[[files]]
file = "mods/azurelib-armor.pw.toml"
hash = "70f3988fc144b7da812dfa6be45720e13980a2421768c8542b5acdb22ebee6ba"
Expand Down Expand Up @@ -839,6 +840,11 @@ file = "mods/building-wands.pw.toml"
hash = "29885615b9a13b46a8c0e2da012b0f51f1eeea35d6fcb58d74fe094c959f4400"
metafile = true

[[files]]
file = "mods/cadmus.pw.toml"
hash = "241146c0daa95b2fc2f7ab72f5029e38c3315a360dffadcc7b236c9c6757325d"
metafile = true

[[files]]
file = "mods/cardinal-components-api.pw.toml"
hash = "b3503cb0b7eae56e27e1d7980882795c0b81f4750ec9b140beb996a9d7c0dfb3"
Expand Down Expand Up @@ -1009,11 +1015,6 @@ file = "mods/fabric-language-kotlin.pw.toml"
hash = "bd278a821fa158a7ffedb511c84e5bc0887192ceae21f9038b30357edd64a9e9"
metafile = true

[[files]]
file = "mods/factions.pw.toml"
hash = "75b687d053336772c3357f324ed20e99f1cd8c1e599813586ce35c248e22c623"
metafile = true

[[files]]
file = "mods/fallingtree.pw.toml"
hash = "a79279c798e10b673c3e7dfbe675a29e09d5709ddf38d7300356346a7d29ac13"
Expand Down Expand Up @@ -1089,6 +1090,11 @@ file = "mods/gotta-go-fast-fabric.pw.toml"
hash = "6beecae4007fc03a0fc56f4c9338492852351422ecb50aa41e9c04b6c5e259d1"
metafile = true

[[files]]
file = "mods/heracles.pw.toml"
hash = "b9012cd40181be144e60d904d6f387443fea89b4b334515e902e8b00c5e588d6"
metafile = true

[[files]]
file = "mods/image2map.pw.toml"
hash = "cf74fc839a410d76ef5468b2d0d48f1f8d6db6669651fe7694e02c305a6e1fde"
Expand Down Expand Up @@ -1406,6 +1412,11 @@ file = "mods/rei.pw.toml"
hash = "3cda85e2da5d48c8ae89c43c0519c6e4dce11e1d4c6fce66bdb98c9fe17a32d7"
metafile = true

[[files]]
file = "mods/resourceful-lib.pw.toml"
hash = "cd7b16dc449e4795d9bda1a38a20e2a2a835064e92cf47b28a29d03388a43ed5"
metafile = true

[[files]]
file = "mods/rhino.pw.toml"
hash = "f3dbbcc93a34c8ba38b2e5a1ab3d5e898099d420ded6bd14ac01e0a7386b3b9a"
Expand Down
13 changes: 13 additions & 0 deletions mods/argonauts.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Argonauts"
filename = "argonauts-fabric-1.20.1-1.0.10.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/bb2EpKpx/versions/wLI6JsqG/argonauts-fabric-1.20.1-1.0.10.jar"
hash-format = "sha1"
hash = "539bfb0f62404da8a5a9649e97015eb98f1813cb"

[update]
[update.modrinth]
mod-id = "bb2EpKpx"
version = "wLI6JsqG"
13 changes: 13 additions & 0 deletions mods/cadmus.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Cadmus"
filename = "cadmus-fabric-1.20.1-1.0.8.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/fEWKxVzh/versions/kzMsPbNB/cadmus-fabric-1.20.1-1.0.8.jar"
hash-format = "sha1"
hash = "fb79e31c80030f6d6b1672a33cba48813339d0e8"

[update]
[update.modrinth]
mod-id = "fEWKxVzh"
version = "kzMsPbNB"
13 changes: 0 additions & 13 deletions mods/factions.pw.toml

This file was deleted.

13 changes: 13 additions & 0 deletions mods/heracles.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Heracles"
filename = "Heracles-fabric-1.20.1-1.1.13.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/lo90fZoB/versions/Iw91uuFK/Heracles-fabric-1.20.1-1.1.13.jar"
hash-format = "sha1"
hash = "9a9213acbbe2d10ed12087978653253f0a4754c6"

[update]
[update.modrinth]
mod-id = "lo90fZoB"
version = "Iw91uuFK"
13 changes: 13 additions & 0 deletions mods/resourceful-lib.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Resourceful Lib"
filename = "resourcefullib-fabric-1.20.1-2.1.28.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/4u04iwUx/resourcefullib-fabric-1.20.1-2.1.28.jar"
hash-format = "sha1"
hash = "791b5a8cc972199dc920d2502600c4035e01adca"

[update]
[update.modrinth]
mod-id = "G1hIVOrD"
version = "4u04iwUx"
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "80eb834e2bc85a077e697f362d81cc9d592ccf0f556f864cb260fa98daa1f722"
hash = "1546a84975cae819c28dede53e24a9a71a1ce211f149e708dc2bdf0980a75e1c"

[versions]
fabric = "0.15.5"
Expand Down

0 comments on commit 9f9e543

Please sign in to comment.