32 lines
2.1 KiB
XML
32 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
battleChipPerAccount : Tactical chips given per account
|
|
dormantPeriod : Criteria for judging dormant accounts
|
|
minUserAccount : Minimum number of accounts for guild war declaration or non-declaration
|
|
maxUserAccount : Maximum number of accounts for guild war declaration or non-declaration
|
|
countLevel : Character level to check
|
|
checkSide : Which side to check (0 = Do not check, 1 = Side with fewer tactical chips, 2 = Side with more tactical chips, 3 = Betting amount)
|
|
bettingMethod : Tactical chip betting method (0 = Integer, 1 = Ratio)
|
|
Betting : Betting amount (integer or ratio depending on the betting method defined)
|
|
noLimitRaise : Condition for unlimited additional betting
|
|
raiseTimeLimit : Time limit for additional betting
|
|
startGiveUp : Amount lost when giving up for the first time
|
|
giveUpIncreaseRate : Rate of increase when giving up against the same guild
|
|
maxGiveUp : Upper limit of the rate of tactical chips lost when giving up
|
|
minGiveUpBattleChip : If the amount is less than the value entered, only the amount defined in minGiveUpLose is taken
|
|
minGiveUpLose : If the amount of minGiveUpBattleChip is less than the entered value, only the specified amount is taken
|
|
cancelTime : Time limit for cancellation of declaration
|
|
cancelLost : Percentage of tactical chips lost when cancelling the declaration (percentage of betting amount)
|
|
-->
|
|
|
|
<BattleChipData>
|
|
<GiveRule battleChipPerAccount="60" dormantPeriod="28" />
|
|
<Restriction minUserAccount="30" minUserAccountQa="2" maxUserAccount="100" maxUserAccountQa="4" countLevel="60"/>
|
|
<BettingRule>
|
|
<MaxBettingRule checkSide="1" bettingMethod="1" Betting="0.5" />
|
|
<MinBettingRule checkSide="0" bettingMethod="0" Betting="60" noLimitBattlechip="60" />
|
|
<RaiseBettingRule checkSide="3" bettingMethod="1" Betting="0.5" noLimitRaise="0.5" raiseTimeLimit="43200"/>
|
|
<GiveUpRule startGiveUp="0.1" giveUpIncreaseRate="1.5" maxGiveUp="0.5" minGiveUpBattleChip="50" minGiveUpLose="1" />
|
|
<CancelRule checkSide="3" cancelTime="0" cancelLost="0.02"/>
|
|
</BettingRule>
|
|
</BattleChipData> |