-
Notifications
You must be signed in to change notification settings - Fork 17
scrap notes
James edited this page Jul 10, 2015
·
5 revisions
Adept Ink
- Fire - Roy
- Water - Benedict
- Earth - Jazep
- Air - Stasya
2xx Redmond
3xx downtown
4xx penumbra
5xx north side
6xx Puyallup
- Wyverns Tooth
-
- Wyverns Tooth Penumbra Frosty
- frosty
- enderine chem
- Frosty
-
- Piper
- Boone
- Vigor
- trevor/greely
- greely
- Penumbra CLinic Vid Phone
- chet (Wild Yak)
- vigor
- victor boone
- piper
-
if((freeKarma>currentLevel)
&&(prerequisite>currentLevel)
&&(currentLevel<racialMax)) {
currentLevel+=1;
freeKarma+=(0-currentLevel)
}
/// make some sots above racialMax available at quadruple cost
if(((freeKarma/4)>currentLevel)
&&(prerequisite>currentLevel)
&&(currentLevel<(racialMax*3/2))
&&(currentLevel>=racialMax)) {
currentLevel+=1;
freeKarma+=(0-(currentLevel*4))
}