koishi-plugin-wifegacha
Version:
抽老婆,详情请查看[readme.md](https://github.com/Bear-biscuit/koishi-plugin-wifegacha/blob/main/README.md)
12 lines (11 loc) • 574 B
TypeScript
/**
* 计算牛老婆成功率(%)
* @param lpNum 黄毛老婆数量
* @param ntrSuccessCount 黄毛牛老婆成功次数
* @param targetWifeNum 苦主老婆数量
* @param targetaffectionLevel 苦主老婆好感度等级
* @param affection 黄毛对苦主老婆的好感度
* @param targetAffection 苦主老婆好感度
* @returns 成功率
*/
export declare function camelCase(lpNum: number, ntrSuccessCount: number, targetWifeNum: number, targetaffectionLevel: number, targetTodayAffection: number, affection?: number, targetWifeAffection?: number): number;