mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-24 21:11:29 +00:00
Fixed the class table issue
This commit is contained in:
@@ -52,7 +52,7 @@ var getFeature = (level)=>{
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
full : function(){
|
full : function(){
|
||||||
classname = _.sample(classnames)
|
var classname = _.sample(classnames)
|
||||||
|
|
||||||
var maxes = [4,3,3,3,3,2,2,1,1]
|
var maxes = [4,3,3,3,3,2,2,1,1]
|
||||||
var drawSlots = function(Slots){
|
var drawSlots = function(Slots){
|
||||||
@@ -92,7 +92,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
half : function(){
|
half : function(){
|
||||||
classname = _.sample(classnames)
|
var classname = _.sample(classnames)
|
||||||
|
|
||||||
var featureScore = 1
|
var featureScore = 1
|
||||||
return "<div class='classTable'>\n##### The " + classname + "\n" +
|
return "<div class='classTable'>\n##### The " + classname + "\n" +
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "homebrewery",
|
"name": "homebrewery",
|
||||||
"description": "Create authentic looking D&D homebrews using only markdown",
|
"description": "Create authentic looking D&D homebrews using only markdown",
|
||||||
"version": "2.6.1",
|
"version": "2.6.2",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node_modules/.bin/gulp prod",
|
"build": "node_modules/.bin/gulp prod",
|
||||||
"watch": "node_modules/.bin/gulp",
|
"watch": "node_modules/.bin/gulp",
|
||||||
|
|||||||
Reference in New Issue
Block a user