10 lines
140 B
Python
10 lines
140 B
Python
|
|
fishing_chest = "Fishing Chest"
|
||
|
|
secret_note = "Secret Note"
|
||
|
|
|
||
|
|
quality_dict = {
|
||
|
|
0: "",
|
||
|
|
1: "Silver",
|
||
|
|
2: "Gold",
|
||
|
|
3: "Iridium"
|
||
|
|
}
|