Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- initial delay = 10
- if (unit passive skill == first move)
- initial delay = 0
- if (unit type == diviner)
- initial delay = 4
- delay at battle start = getAdjustedDelay(unit.id, randInt(1, 4) + initialDelay)
- delay added by ability = getAdjustedDelay(unitID, getAbilityDelay(abilityID));
- lint getAdjustedDelay(lint unitIndex, lint baseValue)
- {
- lint delayAdjustment = 0;
- lint bb = 0;
- lint ii = 0;
- lint troopType = gs[ii][unitIndex].troopType;
- delayAdjustment = 15;
- if (troopType == ninja)
- {
- delayAdjustment = 6;
- }
- if (troopType == musketeer)
- {
- delayAdjustment = 8;
- }
- if (troopType == cavalry)
- {
- delayAdjustment = 10;
- }
- if (troopType == demonWarrior || troopType == __demonArcherdemonFootSoldier || troopType == demonMage || troopType == __demonArcherdemonFootSoldier)
- {
- delayAdjustment = 11;
- }
- if (troopType == footSoldier)
- {
- delayAdjustment = 11;
- }
- if (troopType == warrior)
- {
- delayAdjustment = 12;
- }
- if (troopType == knight)
- {
- delayAdjustment = 14;
- }
- if (troopType == diviner)
- {
- delayAdjustment = 14;
- }
- if (troopType == cannon)
- {
- delayAdjustment = 15;
- }
- if (troopType == archer)
- {
- delayAdjustment = 15;
- }
- if (troopType == miko)
- {
- delayAdjustment = 16;
- }
- if (troopType == mage)
- {
- delayAdjustment = 17;
- }
- if (troopType == monk)
- {
- delayAdjustment = 20;
- }
- if (troopType == tactician)
- {
- delayAdjustment = 20;
- }
- if (troopType == peasant)
- {
- delayAdjustment = 30;
- }
- if (gs[ii][unitIndex].speed == 0) // unit speed without tactician buffs
- {
- delayAdjustment += 8;
- }
- if (gs[ii][unitIndex].speed == 1)
- {
- delayAdjustment += 6;
- }
- if (gs[ii][unitIndex].speed == 2)
- {
- delayAdjustment += 4;
- }
- if (gs[ii][unitIndex].speed == 3)
- {
- delayAdjustment += 2;
- }
- if (gs[ii][unitIndex].speed == 4)
- {
- delayAdjustment = delayAdjustment;
- }
- if (gs[ii][unitIndex].speed == 5)
- {
- delayAdjustment -= 2;
- }
- if (gs[ii][unitIndex].speed == 6)
- {
- delayAdjustment -= 4;
- }
- if (gs[ii][unitIndex].speed == 7)
- {
- delayAdjustment -= 6;
- }
- if (gs[ii][unitIndex].speed == 8)
- {
- delayAdjustment -= 8;
- }
- if (gs[ii][unitIndex].speed > 8)
- {
- delayAdjustment -= 10;
- }
- if (gs[ii][unitIndex].speedBuff != 0) // unit.speedBuff is a percentage value. doesn't seem to matter though
- {
- delayAdjustment -= 4;
- }
- if (gs[ii][unitIndex].予備1 == 1) // whether unit came from reserves maybe?
- {
- delayAdjustment += 6;
- }
- delayAdjustment = delayAdjustment + baseValue;
- return delayAdjustment;
- return 0;
- }
- // ability delay table
- Standby,25
- Concentration,15
- Charge,5
- Warrior attack,15
- Warrior attack 2,15
- Guard break,15
- Full power warrior attack,20
- Full power warrior attack,25
- Shouting charge,20
- Side attack,20
- Light attack,20
- Gamble charge,10
- Gamble charge: love,10
- Rance attack,15
- Kentarou-kun slash,15
- Commander charge,15
- Ally guard,20
- Ally guard plus,20
- All guard,20
- Foot soldier attack,15
- Foot soldier attack 2,15
- Spear attack,15
- Spear attack 2,15
- Fellow troops' revenge,20
- Loot,20
- Battle rating up 1,15
- Battle rating up 2,15
- Cavalry charge,20
- Cavalry charge 2,20
- Onrush,20
- Rear guard smash,20
- Pursuit attack,20
- Bow attack,20
- Bow attack plus,20
- Yamamoto sweeping fire,20
- Reinforced bow attack,20
- Foot soldier snipe,10
- Ninja snipe,10
- Unskilled volley,30
- Volley,30
- Accurate shots,25
- Whirlwind shot,10
- Lure,25
- Shoot,30
- Aim and shoot,30
- Penetration shot,40
- Penetration shot 2,40
- Commander snipe,30
- Special cannon,30
- Miko dance,20
- Miko dance plus,20
- Miko dance/wind,5
- Healing mist,30
- Poisoning,20
- Miko storm 2,5
- Miko storm,5
- Ninja arts: Leaves hiding,20
- Ninja arts: Battleground construction 1,10
- Ninja arts: Battleground construction 2,10
- Ninja arts: Battleground construction 3,10
- Shuriken,20
- Shuriken 2,20
- Chun chun shuriken,20
- Sonic shuriken,2
- Assassinate,25
- Assassinate 2,25
- 101 doggies,15
- 201 doggies,15
- Persuade,30
- Tenshi's divine protection,15
- Tenshi's divine protection 2,15
- Convert action,15
- Convert action 2,15
- Monk charge,20
- Monk charge plus,20
- Youkai ward,15
- Clay figure smasher,20
- Guard cancel,10
- Death's scythe,10
- Overtime,20
- Overtime 2,20
- Guard Shikigami,20
- All guard Shikigami,20
- Shikigami,25
- Shikigami 2,25
- Advanced shikigami,35
- Summon ogre,20
- Summon ogre plus,20
- Souun's summoning,25
- Summon Suzaku,15
- Battle strategy (single),20
- Battle strategy (all),20
- Battle strategy (3),15
- Battle strategy (2),15
- Battle strategy (1),15
- Remove status (1),10
- Remove status (2),10
- Remove status (3),10
- Advance time,20
- Advance time 2,20
- Battle rating down 1,20
- Battle rating down 2,20
- Witty comeback,30
- Fire blast,35
- A cutter,35
- White destruction beam,25
- Knight attack,15
- Royal guard charge,20
- Tulip,30
- Tulip rapid-fire,30
- Hanny attack,15
- Animal attack,15
- Riot,20
- Infect,40
- Ogre attack,20
- Lightning,25
- Large lightning,10
- Disappear bomb,5
- Nuclear explosion,40
- S Sword attack,15
- S Strong sword attack,15
- S Cavalry charge,15
- S Strong cavalry charge,15
- S Rance attack,15
- S Kentarou-kun slash,15
- S Spear attack,15
- S Strong spear attack,15
- S Bow attack,20
- S Strong Bow attack,20
- S Musket shot,30
- S Rengoku fire,30
- S Hit attack,30
- S Strong hit attack,30
- S Shuriken,20
- S Strong shuriken,20
- S Shikigami attack,20
- S Strong shikigami attack,20
- S Fire blast,35
- S Angel cutter,35
- S Healing,20
- Monster healing,20
- Masamune's eyedrop,20
- S Thrust attack,10
- S Tulip,30
- S Animal attack,15
- S Strong animal attack,15
- S Hanny flash,15
- S Basic monster attack,15
- Motonari punch,15
- Use Youmeishu,10
- S Rommel spell attack,20
- S Demon single spell,20
- S Zombie attack,20
- Attack-all spell,20
- Seiitai Shogun Tatsumaki,20
- S Blaze,30
- S Nyo,30
- Demon slash,18
- Black fire,15
- Sandal shuriken,5
- Byakko's fang,5
- Apostle lightning,10
- Shichininshu's claw,50
- Gigai punch,10
- Orochi beam,15
- Earthquake,10
- Xavier slash,10
- Full heal,20
- Petrify,10
- S Okayu,10
- Sekimei's sword,2
- Hibachi charge,10
- Tokugawa Ieyasu's special move,10
- Guna beam,20
- S Crossbow shot,20
- Con Turtle's attack,20
- Javara's attack,20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement