由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Game版 - hommk. 怎么计算两城之间军队移动要多少时间。
相关主题
急问:敌人的军队在我的城市halting鬼子们果然比较土
[HOMMK] how to build Haven Disturbed Wizard lvl 18 heroscouting怎么才能得到经验?
scouting是如何计算的?请问怎么计算对方 hero level
[HOMMK]我没事儿干了[HOMMK]维护后的新feature很爽啊
[HOMMK]scouting有啥风险?[HOMMK]捅了马蜂窝了也
[HOMMK] show off: 出发围城的主力部队怎么才能知道掠夺多少东西
[HOMMK]一服哪里还有10K经验?Hommk::急问可否如此侦查对方军队
[HOMMK] show off: Inquisitor的战斗hommk-关于侦查
相关话题的讨论汇总
话题: 侦查话题: t2话题: t1话题: 两城话题: y2
进入Game版参与讨论
1 (共1页)
u***a
发帖数: 409
1
给定两城的坐标。什么公式来计算?
c***g
发帖数: 224
2
sqrt((y2-y1)^2+(x2-x1)^2) * 0.25 (hours)
u***a
发帖数: 409
3
这是估计还是准确的?
u***a
发帖数: 409
4
这是估计还是准确的?
h*********n
发帖数: 5789
5
a ( x1, y1)
b ( x2, y2)
disX = min( abs(x1-x2),280-abs(x1-x2))
disY = min( abs(y1-y2),280-abs(y1-y2))
distance = sqrt( disX* disX + disY*disY)
time = distance/4 + 2 * (normal halt) + 10 * ( overnight halt)

【在 u***a 的大作中提到】
: 给定两城的坐标。什么公式来计算?
h*********n
发帖数: 5789
6
老马mark一下?

【在 h*********n 的大作中提到】
: a ( x1, y1)
: b ( x2, y2)
: disX = min( abs(x1-x2),280-abs(x1-x2))
: disY = min( abs(y1-y2),280-abs(y1-y2))
: distance = sqrt( disX* disX + disY*disY)
: time = distance/4 + 2 * (normal halt) + 10 * ( overnight halt)

u***a
发帖数: 409
7
单位是小时?
h*********n
发帖数: 5789
8


【在 u***a 的大作中提到】
: 单位是小时?
h*******e
发帖数: 1263
9
这个是准确的,
还可以数地图上的点,每个点是1/2格=1/8小时。
u***a
发帖数: 409
10
算了一下。好像到秒级有点误差。
不知道系统精确到几位
相关主题
[HOMMK] show off: 出发围城的主力部队鬼子们果然比较土
[HOMMK]一服哪里还有10K经验?scouting怎么才能得到经验?
[HOMMK] show off: Inquisitor的战斗请问怎么计算对方 hero level
进入Game版参与讨论
c***g
发帖数: 224
11
i use similar equations to calculate scout time; its very accurate.
u***a
发帖数: 409
12
多谢多谢。
侦查兵的运动怎么算的?
侦查兵的侦查时间怎么算?
c***g
发帖数: 224
13
多谢多谢。
侦查兵的运动怎么算的? 1 way travel time (T1) = distance/12*(1+0.09*fast
runner level)
侦查兵的侦查时间怎么算?scouting time (T2) = 5 * (1-0.21*intelligence expert
level)
report will be ready @ T1+T2; the hero will return @ T1*2+T2.
you can use several target cities (different distance) and different heroes
to calibrate the equations.
S******r
发帖数: 1813
14
wko! 你这么专业,难怪鬼子被你打的稀里哗啦! lol...

expert
heroes

【在 c***g 的大作中提到】
: 多谢多谢。
: 侦查兵的运动怎么算的? 1 way travel time (T1) = distance/12*(1+0.09*fast
: runner level)
: 侦查兵的侦查时间怎么算?scouting time (T2) = 5 * (1-0.21*intelligence expert
: level)
: report will be ready @ T1+T2; the hero will return @ T1*2+T2.
: you can use several target cities (different distance) and different heroes
: to calibrate the equations.

c***g
发帖数: 224
15
last-minute scout (right before the battle) on city will generate latest
information is mainly to counter the slick enemy who might change the army
formation after he see army coming at his city.

【在 S******r 的大作中提到】
: wko! 你这么专业,难怪鬼子被你打的稀里哗啦! lol...
:
: expert
: heroes

u***a
发帖数: 409
16
带上投石车,是不是速度减半?
c***g
发帖数: 224
17
right

【在 u***a 的大作中提到】
: 带上投石车,是不是速度减半?
1 (共1页)
进入Game版参与讨论
相关主题
hommk-关于侦查[HOMMK]scouting有啥风险?
some DAOC comments[HOMMK] show off: 出发围城的主力部队
星际二终于出来了,哎,今年年底能玩上不?[HOMMK]一服哪里还有10K经验?
那个+5%gold的建筑怎么没有用?[HOMMK] show off: Inquisitor的战斗
急问:敌人的军队在我的城市halting鬼子们果然比较土
[HOMMK] how to build Haven Disturbed Wizard lvl 18 heroscouting怎么才能得到经验?
scouting是如何计算的?请问怎么计算对方 hero level
[HOMMK]我没事儿干了[HOMMK]维护后的新feature很爽啊
相关话题的讨论汇总
话题: 侦查话题: t2话题: t1话题: 两城话题: y2