Skip to content

Instantly share code, notes, and snippets.

import itertools
import math
"""
Finds the product for the permutations of values that is equal to the specified sum.
"""
def find_product_for_sum_of(values, sum_of, permutations):
p = itertools.permutations(values, permutations)
for i in p:
if sum_of == sum(i):
@jparks
jparks / charactersheet.css
Created June 12, 2019 22:38
Stackedit.io Style Sheets
.preview {
background: #f00;
}
@jparks
jparks / .block
Last active May 7, 2017 16:27 — forked from mbostock/.block
Vector Tiles
license: gpl-3.0
@jparks
jparks / .block
Last active May 7, 2017 05:18 — forked from mbostock/.block
Vector Tiles
license: gpl-3.0
# Built application files
*.apk
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class

Better Piloting Through Chemistry

==Booster Use== Boosters work like temporary implants. A booster is consumed and will appear on the AUGMENTATION tab of your character sheet

http://i.imgur.com/qp81S5i.png

Boosters improve 1 ship or weapon statistic, while randomly rolling up to 4 [[#Penalties|penalties]]. Though boosters can inflict [[#Penalties|penalties]], they are designed to be used in applications where the [[#Penalties|penalties]] are on stats that aren't critical to the ship's role. See [[#Ship Suggestions|Ship Suggestions]] for sanctioned ship/booster pairings.

===Skills===