koishi-plugin-axlmly-role-playing-game
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -45,2 +45,3 @@ import { Context } from 'koishi'; | ||
duels: number; | ||
resetproperties: number; | ||
skill1: number; | ||
@@ -351,2 +352,3 @@ skill2: number; | ||
dateToTimestamp(dateString: any): number; | ||
distributeValues(total: any, n: any, minValue: any, maxValue: any): any[]; | ||
} |
import { Context, Schema, Service } from 'koishi'; | ||
export declare const name = "axlmly-role-playing-game"; | ||
export interface Config { | ||
sturdypoint: number; | ||
stamina: number; | ||
spiritualintuition: number; | ||
luckyvalue: number; | ||
intelligence: number; | ||
faith: number; | ||
attack: number; | ||
armourclass: number; | ||
criticalhit: number; | ||
@@ -21,2 +13,6 @@ logger: boolean; | ||
signinexp: number; | ||
resetpropertiestotal: number; | ||
resetpropertiesminValue: number; | ||
resetpropertiesmaxValue: number; | ||
resetproperties: number; | ||
} | ||
@@ -23,0 +19,0 @@ export declare const Config: Schema<Config>; |
{ | ||
"name": "koishi-plugin-axlmly-role-playing-game", | ||
"description": "", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8621376
14981