|
|
|
@ -1024,20 +1024,8 @@ function BurningCtrl($scope, $http, $modal, $timeout, settings, appropriateWeapo |
|
|
|
|
return {"shade" : "", "exp" : 10 - $scope.statsByName["Will"].exp() + bonus}; |
|
|
|
|
} |
|
|
|
|
else if ( "Stride" == name ){ |
|
|
|
|
var stride = 0; |
|
|
|
|
if( $scope.stock == 'dwarf' ) |
|
|
|
|
stride = 6; |
|
|
|
|
else if( $scope.stock == 'elf' ) |
|
|
|
|
stride = 8; |
|
|
|
|
else if( $scope.stock == 'roden' ) |
|
|
|
|
stride = 8; |
|
|
|
|
else if( $scope.stock == 'wolf' ) |
|
|
|
|
stride = 11; |
|
|
|
|
else |
|
|
|
|
stride = 7; |
|
|
|
|
|
|
|
|
|
var stride = burningData.stock_objs[$scope.stock].stride; |
|
|
|
|
stride += bonus; |
|
|
|
|
|
|
|
|
|
return {"shade" : "", "exp" : stride}; |
|
|
|
|
} |
|
|
|
|
else if ( "Circles" == name ){ |
|
|
|
|