병종 코드를 GameUnitConst, GameUnitDetail에 기반하도록 변경

This commit is contained in:
2018-07-16 02:54:47 +09:00
parent b652ed0b33
commit 695265b299
6 changed files with 170 additions and 283 deletions
+9
View File
@@ -31,6 +31,15 @@ class GameUnitConstBase{
];
protected static $_buildData = [
[
-1, self::T_CASTLE, '성벽',
100, 100, 7, 0, 0, 99, 9,
999999, null, null, 999999,
[],//성벽은 공격할 수 없다.
[],
['성벽입니다.','생성할 수 없습니다.']
],
[
0, self::T_FOOTMAN, '보병',
100, 150, 7, 10, 0, 9, 9,