Skip to content

Instantly share code, notes, and snippets.

View Kramin42's full-sized avatar

Cameron Dykstra Kramin42

View GitHub Profile
Race that starts roughly humanish and gradually turns into a large bear.
start: all slots, no innate muts.
get fur 3 progressively like felids. Start at 0 HP apt, +1 every 9 levels (end at +3)
level 9: deformed body, +1 HP
level 18: large size, another +1 HP (boots, gloves, non DA/TLA/robes get removed)
level 27: +1 HP
every 3 levels gain one random out of:
#!/bin/env node
var express = require('express');
var fs = require('fs');
var irc = require('irc');
var Dota2Api = require('dota2-api');
//DOTA_API_KEY = 'D3FE4C4AAE0631B3D9C0E3D4E6560D4F';
var da = Dota2Api.create('D3FE4C4AAE0631B3D9C0E3D4E6560D4F');
var heroes = [];
@Kramin42
Kramin42 / datboi
Last active June 7, 2016 04:15 — forked from anonymous/datboi
Ben and Cam's CC API
-- helper functions edited
function waitFuel(n)
n = n or 100
while turtle.getFuelLevel()<n do
while not turtle.refuel(1) do
turtle.select(turtle.getSelectedSlot()%16+1)
end
end
end
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.