This file contains 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
$ npm i -S react redux react-redux react-dom webpack@2* webpack-dev-server@2* | |
$ npm i -D babel-core babel-loader babel-preset-es2015 babel-preset-react | |
// webpack.config.js | |
module.exports = { | |
context: __dirname + '/src', | |
entry: { | |
app: './index.js' | |
}, |
This file contains 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
// Currently, there's a bug when numbers which are too large are used... | |
function getRandomPartitionsFromNumber(number, parts, min, max) { | |
var result = []; | |
for (var i = 0; i < parts; i++) { | |
var part = randomIntFromInterval(min, max); | |
result.push(part); | |
} | |
This file contains 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
execute pathogen#infect() | |
filetype plugin indent on | |
set colorcolumn=80 | |
set cursorcolumn | |
set ruler | |
set tabstop=4 | |
set shiftwidth=4 | |
set softtabstop=4 | |
set smarttab | |
set expandtab |
- Download the ATLauncher
- Search for Resonante Rise
- Install Resonant Rise Mainline and use this pack code
vyPhK5Jf
- Do the shit below
This file contains 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
/** | |
* This gulpfile will copy static libraries and a index.html file as well as | |
* merge, babelify and uglify the rest of the javascript project. | |
* | |
* TODO: | |
* - Separate media, libs and src with different watchers. | |
* - Media and libs should only be copied to dist if they are different sizes. | |
* | |
* The expected project is to be laid out as such: | |
* |
This file contains 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
Scriptname JumpingUsesStaminaMCM extends SKI_ConfigBase | |
bool modEnabled = true | |
int costFixed = 30 | |
bool percent = false | |
int costPercent = 20 | |
bool jumping = false | |
event OnConfigInit() |
This file contains 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
Dart Trap Weapon | Projectile | |
Dart Trap Weapon | Projectile | |
Dart Trap Weapon | Projectile | |
Dart Trap Weapon | Projectile | |
Dart Trap Weapon | Projectile | |
Dart Trap Weapon | Projectile | |
Herebane's Courage | OneHSword | |
Spider Control Rod | Staff | |
Froki's Bow | Bow | |
Queen Freydis's Sword | OneHSword |
This file contains 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
Elven Shield of Eminent Blocking | LIGHT | |
Elven Shield of Major Blocking | LIGHT | |
Elven Shield of Blocking | LIGHT | |
<NO TEXT> | CLOTHING | |
Steel Shield of Dwindling Magic | HEAVY | |
Steel Shield of Waning Magic | HEAVY | |
Steel Shield of Resist Magic | HEAVY | |
Orcish Shield of Magic Abatement | HEAVY | |
Orcish Shield of Magic Suppression | HEAVY | |
Orcish Shield of Dwindling Magic | HEAVY |
NewerOlder