-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 60203b2 Author: MrVauxs <[email protected]> Date: Wed Jun 15 17:40:25 2022 +0200 v0.5.8 commit 2431df4 Author: MrVauxs <[email protected]> Date: Mon Jun 13 15:55:13 2022 +0200 v0.5.7 commit 6c6c8d5 Author: MrVauxs <[email protected]> Date: Mon Jun 13 15:28:13 2022 +0200 v0.5.6 commit e31250c Author: MrVauxs <[email protected]> Date: Mon Jun 13 15:11:29 2022 +0200 v0.5.5 commit 849a2f9 Author: MrVauxs <[email protected]> Date: Mon Jun 13 15:05:29 2022 +0200 v0.5.4 commit 35503ac Author: MrVauxs <[email protected]> Date: Mon Jun 13 14:30:37 2022 +0200 v0.5.3 commit baa0a03 Author: MrVauxs <[email protected]> Date: Sun Jun 12 17:40:29 2022 +0200 v0.5.2
- Loading branch information
Showing
56 changed files
with
749 additions
and
3,022 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"rarity": "rare", | ||
"hp": 8, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
"rarity": "rare", | ||
"hp": 8, | ||
"size": [ | ||
"Medium", | ||
"Small" | ||
"medium", | ||
"small" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
"rarity": "uncommon", | ||
"hp": 8, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 20, | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"rarity": "uncommon", | ||
"hp": 8, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"rarity": "rare", | ||
"hp": 10, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
}, | ||
"hp": 10, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 20 | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
}, | ||
"hp": 6, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 30 | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"rarity": "uncommon", | ||
"hp": 8, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
"rarity": "rare", | ||
"hp": 10, | ||
"size": [ | ||
"Medium", | ||
"Small" | ||
"medium", | ||
"small" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
}, | ||
"hp": 8, | ||
"size": [ | ||
"Small" | ||
"small" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
}, | ||
"hp": 6, | ||
"size": [ | ||
"Small" | ||
"small" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"rarity": "rare", | ||
"hp": 8, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 30 | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"rarity": "uncommon", | ||
"hp": 6, | ||
"size": [ | ||
"Small" | ||
"small" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
}, | ||
"hp": 6, | ||
"size": [ | ||
"Small" | ||
"small" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"rarity": "uncommon", | ||
"hp": 8, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
}, | ||
"hp": 8, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"rarity": "uncommon", | ||
"hp": 6, | ||
"size": [ | ||
"Small" | ||
"small" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"rarity": "uncommon", | ||
"hp": 8, | ||
"size": [ | ||
"Small" | ||
"small" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"rarity": "uncommon", | ||
"hp": 10, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"rarity": "rare", | ||
"hp": 6, | ||
"size": [ | ||
"Small" | ||
"small" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"rarity": "uncommon", | ||
"hp": 6, | ||
"size": [ | ||
"Small" | ||
"small" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"rarity": "rare", | ||
"hp": 8, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"rarity": "rare", | ||
"hp": 6, | ||
"size": [ | ||
"Small" | ||
"small" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"rarity": "rare", | ||
"hp": 6, | ||
"size": [ | ||
"Tiny" | ||
"tiny" | ||
], | ||
"speed": { | ||
"walk": 20 | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"rarity": "rare", | ||
"hp": 8, | ||
"size": [ | ||
"Medium" | ||
"medium" | ||
], | ||
"speed": { | ||
"walk": 25 | ||
|
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
Oops, something went wrong.