You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#### 关于树
|
|
|
|
- 攻击类型,统一混乱
|
|
- 大树移动缓慢,但扎根后可以得到某种强化:
|
|
|
|
```
|
|
树木扎根收益
|
|
生命树:回血
|
|
奇迹古树:闪避
|
|
风树:心灵之火
|
|
战争古树:暴击
|
|
知识树:缠绕
|
|
bp:远程
|
|
```
|
|
|
|
```
|
|
/*暂定的士兵人数分配*/
|
|
古树:100
|
|
超远攻城:250
|
|
普通兵种:350
|
|
龙:50
|
|
功能性兵种:250
|
|
剩下的部分由系统随机生成
|
|
```
|
|
|
|
|