The flyout element that contains the repeater that will be displayed, populated with options
- We have two servers, one named staging, one named production.
- We have made changes on the staging branch to:
- Use an alternate authentication source
- Display more complex errors
- Communicate with the staging server
- We have branched from staging to implement a new feature (feature-easypost)
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
https://www.reddit.com/r/UnearthedArcana/comments/72fqtc/bargain_magic_rings_9_useful_baubles_for_lowlevel/ | |
http://homebrewery.naturalcrit.com/share/SJiT9L7jZ | |
Bargain Magic Rings | |
Do you need a magic bauble 'round your finger? Look no further than Crazy Jarl's Emporium of Wondrous Items. We've got the very best magic rings in the realm, at a price you can afford. Don't believe us? Have a look at our catalogue and see for yourself... | |
Ring of Second Chances | |
Ring, uncommon | |
This pure silver ring is set with a bright white gemstone. | |
If the creature wearing this ring is dead, it is immediately subject to the Revivify spell. This happens even if the creature has been dead for more than a minute. After casting the spell, the ring's gem turns black and it becomes mundane. | |
Ring of Magical Missiles |
Whilst swarms are not specifically prohibited by the rules as written, it is reasonable for DMs to disallow their use (on the grounds that the druid changes into an individual animal shape; the rules state, "a beast"). But other DMs may argue that this is allowable. For clarity, swarms have been marked in italics.
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
{ | |
"games": { | |
"_gameId": { | |
"master": "_playerId", | |
"players": [ "_playerId", "_playerId", "_playerId" ], | |
"encounter": { | |
"encounterId": "_encounterId", | |
"NOTE": "When the encounter is instantiated, it should be copied here" | |
}, | |
"viewport": { |
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
/* | |
* NPM package.json template | |
* Replace: | |
* $PROJECTNAME$ eg: package-json-sample (Must be valid npm project name) | |
* $GITHUBUSERNAME$ eg: thehig | |
* $AUTHOR$ eg: David Higgins <[email protected]> | |
* $TESTPATTERN$ eg: specs/unit/*.coffee | |
*/ | |
{ |
From ADnD2e Tome of Magic
Roll | Effect |
---|---|
01 | Wall of force appears in front of caster |
02 | Caster smells like a skunk for spell duration |
03 | Caster shoots forth eight non-poisonous snakes from fingertips. Snakes do not attack. |
04 | Caster's clothes itch (+2 to initiative) |
05 | Caster glows as per a light spell |
Food | Ingredients Effect | Hearts | Notes |
---|---|---|---|
Baked Apple | Apple | .75 |
(Must be cooked over an open flame.) |
Baked Palm Fruit | Palm Fruit | 1.5 |
(Must be cooked over an open flame.) |
Energizing Fish and Mushroom Skewer | Stamella Shroom, Hyrule Bass | 3 |
Refill some stamina . |
Energizing Glazed Meat | Raw Meat, Courser Bee Honey | 6 |
Refill some stamina . |
- Can cohabitate on Windows by renaming the 2.7 version of python.exe to python27.exe
- Install Python 3 into a different folder than Python 2.7
- Include Python 3 path into environment variables
- Both versions of Python are accessible by using
python
orpython27