Skip to content

Commit

Permalink
merged rods(encounters todo)
Browse files Browse the repository at this point in the history
  • Loading branch information
kithr1 committed Oct 12, 2024
1 parent b8403b9 commit bf73d83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion data/maps/DewfordTown/scripts.inc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ DewfordTown_EventScript_OldRodFisherman::

DewfordTown_EventScript_GiveOldRod::
msgbox DewfordTown_Text_GiveYouOneOfMyRods, MSGBOX_DEFAULT
giveitem ITEM_OLD_ROD
giveitem ITEM_SUPER_ROD
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
setflag FLAG_RECEIVED_OLD_ROD
msgbox DewfordTown_Text_ThrowInFishingAdvice, MSGBOX_DEFAULT
Expand Down
24 changes: 13 additions & 11 deletions src/data/wild_encounters.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,30 @@
{
"type": "fishing_mons",
"encounter_rates": [
70,
30,
60,
20,
20,
40,
40,
15,
10,
10,
10,
10,
10,
5,
4,
1
],
"groups": {
"old_rod": [
0,
1

],
"good_rod": [
2,
3,
4

],
"super_rod": [
0,
1,
2,
3,
4,
5,
6,
7,
Expand Down

0 comments on commit bf73d83

Please sign in to comment.