You breathe out a blast of energy. Creatures in the affected area take 1d6 points of energy damage per caster level (maximum of 12d6). A successful Reflex save results in half damage. The spell's effect and energy type depend on the type of dragon scale used:
- Black dragon: 60-foot line of acid.
- Blue or bronze dragon: 60-foot line of electricity.
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
<?php | |
namespace app\extensions\helper; | |
class Form extends \lithium\template\helper\Form { | |
/** | |
* String templates used by this helper. | |
* | |
* @var array |
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
<?php | |
namespace app\security\auth\adapter; | |
use \lithium\security\Auth; | |
use \lithium\core\Object; | |
class Proxy extends Object | |
{ | |
/** |
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
import cocos | |
import pyglet | |
import random | |
import hashlib | |
class HelloSprite(cocos.layer.Layer): | |
is_event_handler = True | |
def __init__(self): | |
super( HelloSprite, self ).__init__() |
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
upstream unicorn { | |
server unix:/tmp/unicorn.sock:; | |
} | |
server { | |
listen 80; | |
server_name leagues.afdc.local; | |
root /var/www/leagues.afdc.com/; | |
access_log /var/log/leagues.afdc.com/access.log; |
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
import socket, ssl, sys, time | |
from pprint import pprint as pp | |
from urlparse import urlparse | |
if len(sys.argv) != 2: | |
print "ERROR: You must supply a url to profile." | |
sys.exit(-2) | |
url = sys.argv[1] |
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
Vagrant.configure("2") do |config| | |
config.vm.box = "afdc-vm" | |
config.vm.box_url = "http://files.vagrantup.com/precise64.box" | |
config.vm.network :private_network, ip: "192.168.33.102" | |
config.hostsupdater.aliases = %w(www.afdc.local leagues.afdc.local) | |
config.vm.provider :virtualbox do |vb| | |
vb.customize ["modifyvm", :id, "--memory", "1024"] | |
end |
- Dua
- NaanStop
- Ali Baba Cafe
- Aviva by Kameel
- Reuben's Deli - Supposedly has NYC bagels flown in
- Rosa's Pizza - get there before noon, ideally
OlderNewer