Skip to content

Instantly share code, notes, and snippets.

View Caleth's full-sized avatar

Adam Rowell Caleth

View GitHub Profile
const characterUnitAdd = [
{
parentKey: "modifiers",
conditions: [
{
type: "atMost",
value: 5,
field: "selections",
scope: "self",
childId: "2dbf-4d49-5d74-85c9",
@Caleth
Caleth / UseAmmoPower.js
Last active August 29, 2015 14:08 — forked from shdwjk/UsePower.js
// https://gist.github.com/Caleth/77aa90a4d0a328bfca48
var UseAmmoPower = UseAmmoPower || (function() {
'use strict';
var version = 0.1,
schemaVersion = 0.1,
capitalize = function(s) {
return s.charAt(0).toUpperCase() + s.slice(1);