-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(content): typos, level up messages
- Loading branch information
1 parent
51760fe
commit d99e6d9
Showing
9 changed files
with
37 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -281,6 +281,7 @@ val=31 | |
val=40 | ||
val=41 | ||
val=55 | ||
val=60 | ||
val=70 | ||
val=85 | ||
|
||
|
12 changes: 6 additions & 6 deletions
12
data/src/scripts/levelup/scripts/levelup_unlocks_attack.rs2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[label,levelup_attack] | ||
//Attack level up unlock messages | ||
switch_int(stat_base(attack)) { | ||
case 5 : ~objbox(steel_longsword,"You can now wield @dbl@Steel Weaponry@bla@!", 250, 0, 0); | ||
case 10 : ~objbox(black_longsword,"You can now wield @dbl@Black Weaponry@bla@!", 250, 0, 0); | ||
case 20 : ~objbox(mithril_longsword,"You can now wield @dbl@Mithril Weaponry@bla@!", 250, 0, 0); | ||
case 30 : ~objbox(adamant_longsword,"You can now wield @dbl@Adamant Weaponry@bla@!", 250, 0, 0); | ||
case 40 : ~objbox(rune_longsword,"You can now wield @dbl@Rune Weaponry@bla@!", 250, 0, 0); | ||
case 60 : ~objbox(dragon_longsword,"Members can now wield @dbl@Dragon Weaponry@bla@!", 250, 0, 0); | ||
case 5 : ~objbox(steel_longsword,"You can now wield @dbl@Steel Weaponry!", 250, 0, 0); | ||
case 10 : ~objbox(black_longsword,"You can now wield @dbl@Black Weaponry!", 250, 0, 0); | ||
case 20 : ~objbox(mithril_longsword,"You can now wield @dbl@Mithril Weaponry!", 250, 0, 0); | ||
case 30 : ~objbox(adamant_longsword,"You can now wield @dbl@Adamant Weaponry!", 250, 0, 0); | ||
case 40 : ~objbox(rune_longsword,"You can now wield @dbl@Rune Weaponry!", 250, 0, 0); | ||
case 60 : ~objbox(dragon_longsword,"Members can now wield @dbl@Dragon Weaponry!", 250, 0, 0); //imgur.com/VfAYlr7 | ||
} |
34 changes: 17 additions & 17 deletions
34
data/src/scripts/levelup/scripts/levelup_unlocks_fletching.rs2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
[label,levelup_fletching] | ||
//Fletching level up unlock messages | ||
switch_int(stat_base(fletching)) { | ||
case 5 : ~objbox(shortbow,"You can now make @dbl@Shortbows@bla@.", 250, 0, 0); | ||
case 10 : ~objbox(longbow,"You can now make @dbl@Longbows@bla@.", 250, 0, 0); | ||
case 15 : ~objbox(iron_arrow_5,"You can now make @dbl@Iron Arrows@bla@.", 250, 0, 0); | ||
case 20 : ~objbox(oak_shortbow,"You can now make @dbl@Oak Shortbows@bla@.", 250, 0, 0); | ||
case 25 : ~objbox(oak_longbow,"You can now make @dbl@Oak Longbows@bla@.", 250, 0, 0); | ||
case 30 : ~objbox(steel_arrow_5,"You can now make @dbl@Steel Arrows@bla@.", 250, 0, 0); | ||
case 35 : ~objbox(willow_shortbow,"You can now make @dbl@Willow Shortbows@bla@.", 250, 0, 0); | ||
case 40 : ~objbox(willow_longbow,"You can now make @dbl@Willow Longbows@bla@.", 250, 0, 0); | ||
case 45 : ~objbox(mithril_arrow_5,"You can now make @dbl@Mithril Arrows@bla@.", 250, 0, 0); | ||
case 50 : ~objbox(maple_shortbow,"You can now make @dbl@Maple Shortbows@bla@.", 250, 0, 0); | ||
case 55 : ~objbox(maple_longbow,"You can now make @dbl@Maple Longbows@bla@.", 250, 0, 0); | ||
case 60 : ~objbox(adamant_arrow_5,"You can now make @dbl@Adamant Arrows@bla@.", 250, 0, 0); | ||
case 65 : ~objbox(yew_shortbow,"You can now make @dbl@Yew Shortbows@bla@.", 250, 0, 0); | ||
case 75 : ~objbox(rune_arrow_5,"You can now make @dbl@Rune Arrows@bla@.", 250, 0, 0); | ||
case 70 : ~objbox(yew_longbow,"You can now make @dbl@Yew Longbows@bla@.", 250, 0, 0); | ||
case 80 : ~objbox(magic_shortbow,"You can now make @dbl@Magic Shortbows@bla@.", 250, 0, 0); | ||
case 85 : ~objbox(magic_longbow,"You can now make @dbl@Magic Longbows@bla@.", 250, 0, 0); | ||
case 5 : ~objbox(shortbow,"You can now make @dbl@Shortbows.", 250, 0, 0); | ||
case 10 : ~objbox(longbow,"You can now make @dbl@Longbows.", 250, 0, 0); | ||
case 15 : ~objbox(iron_arrow_5,"You can now make @dbl@Iron Arrows.", 250, 0, 0); | ||
case 20 : ~objbox(oak_shortbow,"You can now make @dbl@Oak Shortbows.", 250, 0, 0); | ||
case 25 : ~objbox(oak_longbow,"You can now make @dbl@Oak Longbows.", 250, 0, 0); | ||
case 30 : ~objbox(steel_arrow_5,"You can now make @dbl@Steel Arrows.", 250, 0, 0); | ||
case 35 : ~objbox(willow_shortbow,"You can now make @dbl@Willow Shortbows.", 250, 0, 0); | ||
case 40 : ~objbox(willow_longbow,"You can now make @dbl@Willow Longbows.", 250, 0, 0); | ||
case 45 : ~objbox(mithril_arrow_5,"You can now make @dbl@Mithril Arrows.", 250, 0, 0); | ||
case 50 : ~objbox(maple_shortbow,"You can now make @dbl@Maple Shortbows.", 250, 0, 0); | ||
case 55 : ~objbox(maple_longbow,"You can now make @dbl@Maple Longbows.", 250, 0, 0); | ||
case 60 : ~objbox(adamant_arrow_5,"You can now make @dbl@Adamant Arrows.", 250, 0, 0); | ||
case 65 : ~objbox(yew_shortbow,"You can now make @dbl@Yew Shortbows.", 250, 0, 0); | ||
case 75 : ~objbox(rune_arrow_5,"You can now make @dbl@Rune Arrows.", 250, 0, 0); | ||
case 70 : ~objbox(yew_longbow,"You can now make @dbl@Yew Longbows.", 250, 0, 0); //imgur.com/3Er8U3m | ||
case 80 : ~objbox(magic_shortbow,"You can now make @dbl@Magic Shortbows.", 250, 0, 0); | ||
case 85 : ~objbox(magic_longbow,"You can now make @dbl@Magic Longbows.", 250, 0, 0); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters