Changeset 100 for pycodeshooter/trunk


Ignore:
Timestamp:
01/22/11 23:41:07 (13 years ago)
Author:
atzm
Message:

chousei

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pycodeshooter/trunk/shooter/system.js

    r99 r100  
    350350        for (var k = 0; k < numBlt; k++) { 
    351351            var iidx = (bossData.skills.length + i + k) % EnemyBullets.length; 
    352             var ss   = Math.ceil(bossData.luck / 10); 
     352            var ss   = Math.log(bossData.luck * 50); 
    353353            brrgs.push( 
    354354                new brrgCls( 
     
    357357                    "#FF3", 
    358358                    200 * 1 / Math.log(bossData.skillpoint + 0.1), 
    359                     Math.log(bossData.strength / 15 + 0.1), 
     359                    Math.log(bossData.strength + 0.1), 
    360360                    Math.ceil(bossData.concentration / 5) 
    361361                ) 
Note: See TracChangeset for help on using the changeset viewer.