5 public static int Negotiate(
int a,
float mod = 1.5f)
7 return (
int)Mathf.Max((
long)a * 100L / (
long)(100f + (
float)Mathf.Max(0,
EClass.
pc.
CHA / 2 +
EClass.
pc.
Evalue(291)) * mod), 1f);
10 public static int Invest(
int a,
float mod = 2f)
12 return (
int)Mathf.Max((
long)a * 100L / (
long)(100f + (
float)Mathf.Max(0,
EClass.
pc.
CHA / 2 +
EClass.
pc.
Evalue(292)) * mod), 1f);
47 return (c.
LV + 5) * (c.LV + 5) * 5;
52 int num = Mathf.Max(seller.
CHA * 6, 20) * ((!buyer.
IsWealthy) ? 1 : 2);
53 int num2 = Mathf.Max(buyer.
CHA * 12, 20) * ((!buyer.
IsWealthy) ? 1 : 2);
54 Debug.Log(
"seller:" + num +
" buyer:" + num2 +
" wealthy:" + buyer.
IsWealthy);
static int Negotiate(int a, float mod=1.5f)
static int Invest(int a, float mod=2f)
static int Picklock(Chara c, Thing t)
static int SellSlave(Chara c)
static int InvestZone(Chara c)
static int Identify(Chara c, bool superior)
static int BuySlave(Chara c)
static int InvestShop(Chara c, Chara tc)
static int Whore(Chara seller, Chara buyer)
static int Revive(Chara c)
static GuildMerchant Merchant
static GuildFighter Fighter
static int rndSeed(int a, int seed)