JonathanSafer / screeps

Screeps AI
MIT License
25 stars 7 forks source link

make a scalable defender type #119

Closed jordansafer closed 4 years ago

jordansafer commented 4 years ago

defender should be 3 to 1 (range attack to heal) but round down ranged attack if necessary. then R_A + heal = moves. for example: 3,1,4 - 6,2,8 - 9,3,12. with rounding - 1,1,2 - 2,1,3 - 4,2,6 - 5,2,7.. etc etc. Max is technically 18,7,25 realistically 18,6,24