맵 규격 재 정의

This commit is contained in:
2018-07-12 01:00:24 +09:00
parent d774d8bbd0
commit fe4d370f60
49 changed files with 245 additions and 315 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
namespace sammo;
class CityConst extends CityConstBase{
}
@@ -1,5 +1,5 @@
{
"title":"【가상모드1】 영웅 난무",
"title":"【가상모드1a】 영웅 난무",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드1.1】 영웅 난무",
"title":"【가상모드1b】 영웅 난무 220",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드1】 영웅 집결",
"title":"【가상모드2】 영웅 집결",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드2】 훼신 집결",
"title":"【가상모드3】 훼신 집결",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드3】 영웅 시대",
"title":"【가상모드4】 영웅 시대",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드4】 결사항전",
"title":"【가상모드5】 결사항전",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드5】 영웅독존",
"title":"【가상모드6】 영웅독존",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드6】 무풍지대",
"title":"【가상모드7】 무풍지대",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드7】 가요대잔치",
"title":"【가상모드8】 가요대잔치",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드8】 확산성 밀리언 아서",
"title":"【가상모드9】 확산성 밀리언 아서",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드9-a】 천인 강림",
"title":"【가상모드10-a】 천인 강림",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드9-b】 천인 강림·극",
"title":"【가상모드10-b】 천인 강림·극",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드11】 삼국지11 영웅 난무",
"title":"【가상모드12】 삼국지11 영웅 난무",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드12-a】 환상향 공",
"title":"【가상모드13-a】 환상향 공",
"life":0,
"fiction":0,
"stat":{
@@ -1,5 +1,5 @@
{
"title":"【가상모드12-b】 환상향 춘",
"title":"【가상모드13-b】 환상향 춘",
"life":0,
"fiction":0,
"stat":{
@@ -1,5 +1,5 @@
{
"title":"【가상모드13】 걸그룹대전",
"title":"【가상모드14】 걸그룹대전",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드14】 소울소드",
"title":"【가상모드15a】 소울소드",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title":"【가상모드14-1】 소울소드_리마스터",
"title":"【가상모드15b】 소울소드_리마스터",
"life":1,
"fiction":1,
"nation":[
@@ -1,5 +1,5 @@
{
"title": "【가상모드15】 애니집결",
"title": "【가상모드16】 애니집결",
"startYear": 180,
"history": [
"<C>●</>180년 1월:<L><b>【이벤트】</b></>제작자: 강서유서.",
@@ -1,5 +1,5 @@
{
"title": "【가상모드16】 루드라사움",
"title": "【가상모드17】 루드라사움",
"startYear": 180,
"history": [
"<C>●</>180년 1월:<L><b>【가상모드16】</> 루드라사움",
+6
View File
@@ -0,0 +1,6 @@
<?php
namespace sammo;
class GameUnitConst extends GameUnitConstBase
{
}