Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions configuration/skyblock/items/accessories/campfire.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ items:
texture: 3ada666715bfd2aa9fbd81daef59b9fe1c96c4fa0d08dbc72eae5633177dbf88
- id: ACCESSORY
- id: DEFAULT_SOULBOUND
coop_allowed: false
- id: CUSTOM_DISPLAY_NAME
name: "§fCampfire Initiate Badge I"
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ public DialogueSet[] dialogues(HypixelPlayer player) {
return new DialogueSet[]{
DialogueSet.builder()
.key("hello").lines(new String[]{
e[NPC] Maths Enjoyer: §fHey if you really want to know...",
e[NPC] Maths Enjoyer: §fThe formula to §6Magical Power §fis...",
e[NPC] Maths Enjoyer: §dStats Mult. §f= §b29.97§e(§aln(§b0.0019§6MP§a+1)§e)^§b1.2",
e[NPC] Maths Enjoyer: §fHave fun with that!"
"§fHey if you really want to know...",
"§fThe formula to §6Magical Power §fis...",
"§dStats Mult. §f= §b29.97§e(§aln(§b0.0019§6MP§a+1)§e)^§b1.2",
"§fHave fun with that!"
}).build()
};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ public enum TravelScrollType {
new ScrollUnlockCustomRecipe("Unlock this scroll's recipe through Recipe Unlock."),
new Pos(-190, 74, -89, -90, 0),
Rank.MVP_PLUS),
FORAGING_1_TRAVEL_SCROLL("foraging_1", "§aForaging §7- §aTravel Scroll I",
"Spawn at the Foraging Skill Area.",
"2f6f5e2f6d3e1c3b4a5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6071",
THE_PARK("park", "§aForaging §7- §aTravel Scroll I",
"Spawn in the Birch Park",
"a221f813dacee0fef8c59f76894dbb26415478d9ddfc44c2e708a6d3b7549b",
new ScrollUnlockCustomRecipe("Unlock this scroll's recipe through Foraging Skill Rewards."),
new Pos(200, 70, 200, 0, 0),
Rank.DEFAULT)
Expand Down