This file contains hidden or 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
Fall was upon a remote reservation when the Indian tribe asked their new Chief what the coming winter was going to be like. The modern day Chief had never been taught the secrets of the ancients. When he looked at the sky he couldn't tell what the winter was going to be like. | |
Better safe than sorry, he said to himself and told his tribe that the winter was indeed expected to be cold and that the members of the village should stock up on firewood to be prepared. | |
After several days, our modern Chief got an idea. He went to the phone booth, called the National Weather Service and asked, "Is the coming winter going to be cold?" | |
"It looks like this winter is going to be quite cold," the meteorologist at the weather service responded. | |
So the Chief went back to his people and told them to collect even more firewood in order to be prepared. A week later he called the National Weather Service again. "Does it still look like it is going to be a very cold winter?" |
This file contains hidden or 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
[ENABLE] | |
{$lua} | |
if not syntaxcheck then | |
memrec.color = 0x008000; | |
end; | |
local perkHashes = {} | |
perkHashes['0000017FC7ECFB20'] = '+50% Chance to not Consume Special Arrows' | |
perkHashes['0000017FC7ECFB29'] = '+50% Damage and +100% Health for Tamed Beasts' | |
perkHashes['0000017FC7ED6A62'] = 'Gain 25% of an Adrenaline Segment with Hunter Abilities' |
This file contains hidden or 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
<mxfile modified="2019-08-28T01:35:59.236Z" host="www.draw.io" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36" etag="zbIUOg--Oey8zkDgPgD3" pages="1" version="11.2.3" type="device"><diagram id="gwVdG-KHAgIQCyrvABbW" name="Map">7V1Zd+K4Ev41OfOUHC9g4DGhO9090znTp8lMep44CgjsibG4Xppkfv2VvLC4lOCkjUoQ5SFg4bXqq1JtKp+5w8Xjp5gs/Rs2peGZY00fz9wPZ47jDGyHf4iRp3LE7nnFyDwOpsWYvRkYBf/RctAqR7NgSpOdHVPGwjRY7g5OWBTRSbozRuKYrXZ3m7Fw96pLMqdgYDQhIRy9C6apX4z2u9Zm/DMN5n51Zdsqf1mQaudyIPHJlK22htyPZ+4wZiwtvi0ehzQU1KvoUhx3/cyv6xuLaZQ2OSDo/z50P/79V3IV/Zh3rlaefZecu8VZfpIwKx+4vNn0qaIAnXKClJssTn02ZxEJP25Gr2KWRVMqLmPxrc0+Xxlb8kGbD/5L0/Sp5C7JUsaH/HQRlr/CRymfLmFZPKEv3H8FCRLPafrCfuVjiWfZukBJqE+ULWgaP/EdYhqSNPi5y3xSYmi+3m9DZv6lpPQrqG4Dql/nJIx/S/jwZ454lqWAERsyC5qt/CCloyXJybPi0teQpD9pnNLHF4mw2gDdrtDrb4G8Yx2ILl0t0Dglib8m89uh2TlOaA604MHbye40JLvd14ruDlQJJIh/BnSFpwfKObtfijuaWnCgvsTAJJ/Al+KXMIgefm3S6jdVDZZWGK3ue4sPoyx6oBEf+0aSRJhSaGCtfvVKmmkDXijZR6ZQrYZo7WgF1uq2t+h+69PCvJrmkB2RaJ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
const width = Dimensions.get('window').width - 100; | |
return ( | |
<View | |
style={{ | |
paddingHorizontal: 50, | |
overflow: 'hidden', | |
backgroundColor: 'white', | |
}}> | |
<ScrollView |
This file contains hidden or 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
AB1_TraitorsProof | |
AB1_Zombie_Standard_Melee | |
AB2_EngineerTools | |
Ahlspiess_Q0 | |
Ahlspiess_Q1 | |
AlchemistAmulet_Q4 | |
AmuletOfBlack_Q2 | |
AmuletOfDebuffImmunity_Q4 | |
AmuletOfFire_Q2 | |
AmuletOfFocus_Q2 |
This file contains hidden or 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
<Container Size="300,200" ID="MiniMap" Anchor="L,B" Offset="-3,0" ConsumeMouse="0"> | |
<SlideAnim Size="parent,parent" ID="CollapseAnim" Begin="0,0" End="0,195" Function="OutQuint" FunctionPower="1" Speed="2" Cycle="Once" Stopped="1"> | |
<SlideAnim Size="parent,parent" ID="ExpandAnim" Begin="0,0" End="0,-195" Function="OutQuint" FunctionPower="3" Speed="2" Cycle="Once" Stopped="1"> | |
<Image Texture="MiniMap_WoodBacking" Offset="-5,-66" Size="423,276"/> | |
<Image ID="MinimapImage" Anchor ="L,B" Offset="18,21" Texture="MiniMap_BG.dds" ToolTip="LOC_HUD_MINIMAP_TOOLTIP" StretchMode="Fill" Sampler="Linear" Size="384,256"> | |
<Button ID="CollapseButton" Anchor="R,T" AnchorSide="I,O" Offset="3,3" Size="47,16" Hidden="0" Texture="Controls_Collapse.dds" ToolTip="LOC_HUD_MINIMAP_COLLAPSE_TOOLTIP" /> | |
<Button ID="ExpandButton" Anchor="R,T" AnchorSide="I,O" Offset="3,3" Size="47,16" Hidden="1" ConsumeAllMouse="1" Texture="Controls_ButtonExtend.dds" ToolTip="LOC_HUD_MINIMAP_EXPAND_TOOLTIP" /> | |
<Grid Textu |