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
Memo 001 - Killer Bee Memo | |
_________________________ | |
Keep an eye out for Killer Bees nearby. | |
If you get hit by one, you could become | |
Paralyzed, making you unable to move. | |
========================= | |
Memo 002 - Petripede Memo | |
_________________________ |
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
1 - Umbrella Frog [Zanctorium | All Areas | ] Rain | |
2 - Jester Frog [Noahtun | South | ] Rain | |
3 - Golden Frog [Noahtun | North to West | ] Rain | |
4 - Dire Wolf [Zanctorium | All Areas | Forests] Night | |
5 - Snow Wolf [Zanctorium | Southern Mount Arkmaal | Jade Prison] | |
6 - Snow Hare [Zanctorium | Southern Mount Arkmaal | Snowy Mountains] Day | |
7 - Great Whitehorn [Zanctorium | Southern Mount Arkmaal | Snowy Mountains] Day | |
8 - Great Redhorn [Noahtun | Meamir Plains | Gorges] | |
9 - Horned Lizard [Zanctorium | All Areas | Mountain Ranges] | |
10 - Sandskink [Noahtun | South | Wilds] |
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
Bronze Sword [Camp/Shop/Market] | |
Copper Ore: 5 | |
Common Wood: 10 | |
___________________ | |
Iron Sword [Camp/Shop/Market] | |
Iron Ore: 5 | |
Common Wood: 10 | |
___________________ | |
Steel Sword [Camp/Shop] | |
Iron Ore: 5 |
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
Abyss Worm [Zanctorium | | ] | |
Celestial Memories | |
Leaf Worm [Zanctorium | All Areas | ] | |
Round Shell | |
Crystivore Grub [Zanctorium | Northern Mount Arkmaal | Cobalt Mines] | |
Transparent Shell | |
Green Ant [Zanctorium | All Areas | Forests] | |
Sap | |
Umbrella Frog [Zanctorium | All Areas | ] | |
Toad Oil |
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
================================================================ | |
Wooden Log [1u/2s] - Logger [Wooden Log] | |
-------------------------------- | |
================================================================ | |
================================================================ | |
Tree Bark [1u/2s] - Logger [Tree Bark] | |
-------------------------------- | |
================================================================ |
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
import numpy as np | |
def makeMatrix(wound,toughness = False,diehard = False, remake = True): | |
deathvalue = 5 + diehard | |
m = [[0 for j in range(deathvalue)] for i in range(deathvalue)] | |
dieroll = [i for i in range(1,21)] | |
m[0][0] = 1.0 | |
for i in range(1,deathvalue-1): | |
critSuccess = len(list(filter(lambda d: d == 20,dieroll))) | |
success = len(list(filter(lambda d: d!=20 and d >= (10+i-toughness),dieroll))) |
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
Rathian | |
Rathalos | |
Pink Rathian | |
Azure Rathalos | |
Gold Rathian | |
Silver Rathalos | |
Yian Kut-Ku | |
B. Yian Kut-Ku | |
Gypceros | |
Purple Gypceros |
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
雌火竜 リオレイア | |
雌火竜 ヌシ・リオレイア | |
火竜 リオレウス | |
火竜 ヌシ・リオレウス | |
奇怪竜 フルフル | |
岩竜 バサルモス | |
角竜 ディアブロス | |
角竜 ヌシ・ディアブロス | |
金獅子 ラージャン | |
鋼龍 クシャルダオラ |