Skip to content

Commit c6a94b5

Browse files
committed
梳理结构
1 parent 36f9556 commit c6a94b5

File tree

183 files changed

+16541
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+16541
-31
lines changed

.DS_Store

0 Bytes
Binary file not shown.

server/.DS_Store

0 Bytes
Binary file not shown.

server/config/locale/cn_locale.lua

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
local M = {
2+
you_be_attacked = "您受到了%s的进攻!立刻还击!",
3+
army_return = "部队已返回城堡。",
4+
attack_monster_end = "战斗结束,前往查看怪物报告! ",
5+
attack_player_end = "战斗结束,前往查看战斗报告!",
6+
camp_end = "部队已成功扎营。",
7+
reach_mine = "部队已到达资源点。",
8+
reach_cave = "部队已到达迷雾洞穴。",
9+
reach_temp = "部队已到达遗迹。",
10+
you_be_scount = "%s侦查了您的城堡,准备战斗!",
11+
scount_player_end = "侦查成功,前往查看侦查报告!",
12+
notice_new_union_mail = "您收到了来自联盟的新邮件。",
13+
notice_new_player_mail = "您收到了来自%s的新邮件。",
14+
union_chat = "%s: %s ",
15+
receive_union_donate = "您收到了来自盟友的资源。",
16+
union_donate_end = "资源已运送至盟友的城堡。",
17+
set_rally_point = "%s发起了集结进攻,请各位前往协助!",
18+
rally_point_end = "部队已到达集结位置。",
19+
received_reinforce = "您收到了来自盟友的增援部队。",
20+
reinforce_end = "您的部队已成功入驻盟友的城堡。",
21+
}
22+
23+
local CnLocale = M
24+
25+
return CnLocale

server/config/locale/en_locale.lua

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
local M = {
2+
you_be_attacked = "You have been attacked by %s! Strike back now!",
3+
army_return = "Troops have return to the Castle.",
4+
attack_monster_end = "Battle is over. Time to check out the Monster Report! ",
5+
attack_player_end = "Battle is over. Time to check out the Battle Report!",
6+
camp_end = "Troops have successfully set up camp.",
7+
reach_mine = "Troops have arrived at Resource Point.",
8+
reach_cave = "Troops have arrived at Cave of Mist.(",
9+
reach_temp = "Troops have arrived atLost Temple.",
10+
you_be_scount = "%s scouted your castle. Prepare for battle!",
11+
scount_player_end = "Successfully scouted. Go see the Scouting Report!",
12+
notice_new_union_mail = "You have received a new message from your Alliance.",
13+
notice_new_player_mail = "You have received a new message from %s.",
14+
union_chat = "%s: %s ",
15+
receive_union_donate = "You have received resources from your allies.",
16+
union_donate_end = "Resources have been sent to your ally's castle.",
17+
set_rally_point = "%s has started a Rally Attack. Time to show support!",
18+
rally_point_end = "Troops have arrived at Rally Position.",
19+
received_reinforce = "You have received reinforcements from your allies.",
20+
reinforce_end = "Your troops have successfully entered your ally's castle.",
21+
}
22+
23+
local EnLocale = M
24+
25+
return EnLocale

server/game/.DS_Store

2 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
config_alliacne_shop=
2+
{
3+
{_id=19501, name="5分钟通用加速", goods_currency=0, type=2, price=1500, num=-1, contribution=1500, },
4+
{_id=19502, name="1小时通用加速", goods_currency="3:240000", type=2, price=18000, num=-1, contribution=18000, },
5+
{_id=19007, name="讨伐令增加5个", goods_currency="1:10", type=2, price=3000, num=-1, contribution=3000, },
6+
{_id=19008, name="更改玩家名字", goods_currency="1:10", type=2, price=10000, num=-1, contribution=10000, },
7+
{_id=19009, name="更改玩家形象", goods_currency="1:30", type=1, price=15000, num=-1, contribution=15000, },
8+
{_id=19021, name="建筑线程双开8小时", goods_currency="1:40", type=2, price=5000, num=-1, contribution=5000, },
9+
{_id=19010, name="帐篷强化", goods_currency=0.090394, type=2, price=45000, num=-1, contribution=45000, },
10+
{_id=19001, name="随机迁城", goods_currency=0, type=1, price=20000, num=-1, contribution=20000, },
11+
{_id=19002, name="T5迁城", goods_currency=0.093866, type=2, price=1000000, num=-1, contribution=100000, },
12+
{_id=21001, name="VIP激活1小时", goods_currency=0, type=1, price=3000, num=-1, contribution=3000, },
13+
{_id=21002, name="VIP激活8小时", goods_currency="3:240000", type=2, price=24000, num=-1, contribution=24000, },
14+
{_id=21003, name="VIP激活24小时", goods_currency="3:800000", type=2, price=72000, num=-1, contribution=72000, },
15+
{_id=18017, name="最高等级1个木场产量翻倍1天", goods_currency=0, type=1, price=3000, num=-1, contribution=3000, },
16+
{_id=18016, name="最高等级1个粮食产量翻倍1天", goods_currency=0, type=1, price=2500, num=-1, contribution=2500, },
17+
{_id=18018, name="最高等级1个石头产量翻倍1天", goods_currency=0, type=1, price=4500, num=-1, contribution=4500, },
18+
{_id=18019, name="最高等级1个铁矿产量翻倍1天", goods_currency=0, type=1, price=7000, num=-1, contribution=7000, },
19+
{_id=20031, name="金币10K", goods_currency=0.093981, type=2, price=3600, num=-1, contribution=3600, },
20+
{_id=20034, name="金币200K", goods_currency="3:2400000", type=2, price=72000, num=-1, contribution=72000, },
21+
{_id=19005, name="单部队行军召回", goods_currency=0, type=1, price=2000, num=-1, contribution=2000, },
22+
{_id=19006, name="组队攻击紧急撤回", goods_currency="3:400000", type=2, price=15000, num=-1, contribution=15000, },
23+
{_id=19003, name="紧急施工加固1000", goods_currency="3:560000", type=2, price=15000, num=-1, contribution=15000, },
24+
{_id=19024, name="紧急施工加固3000", goods_currency="3:1120000", type=2, price=45000, num=-1, contribution=45000, },
25+
{_id=19520, name="单次行军时间缩短25%", goods_currency=0, type=2, price=15000, num=-1, contribution=15000, },
26+
{_id=19521, name="单次行军时间缩短75%", goods_currency=0, type=2, price=45000, num=-1, contribution=45000, },
27+
{_id=18006, name="提高20%攻击4小时", goods_currency="3:560000", type=2, price=5000, num=-1, contribution=5000, },
28+
{_id=18007, name="提高20%攻击24小时", goods_currency="3:1120000", type=2, price=30000, num=-1, contribution=30000, },
29+
{_id=18008, name="提高20%防御4小时", goods_currency="3:560000", type=2, price=5000, num=-1, contribution=5000, },
30+
{_id=18009, name="提高20%防御24小时", goods_currency="3:1120000", type=2, price=30000, num=-1, contribution=30000, },
31+
{_id=18029, name="采集速度50%提升8小时", goods_currency=0, type=2, price=10000, num=-1, contribution=10000, },
32+
{_id=18004, name="采集速度50%提升24小时", goods_currency=0, type=2, price=30000, num=-1, contribution=30000, },
33+
{_id=18001, name="战争保护8小时", goods_currency=0.090394, type=1, price=25000, num=-1, contribution=25000, },
34+
{_id=18002, name="战争保护24小时", goods_currency=0.093866, type=2, price=75000, num=-1, contribution=75000, },
35+
{_id=18003, name="战争保护72小时", goods_currency=0.093924, type=2, price=225000, num=-1, contribution=225000, },
36+
{_id=18030, name="反侦察8小时", goods_currency=0, type=1, price=10000, num=-1, contribution=10000, },
37+
{_id=18031, name="反侦察24小时", goods_currency=0, type=1, price=30000, num=-1, contribution=30000, },
38+
{_id=18014, name="反侦察7天", goods_currency=0.055556, type=2, price=210000, num=-1, contribution=210000, },
39+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
config_alliance_func=
2+
{
3+
{_id=2101, func="联盟名字修改", cost=300, },
4+
{_id=2102, func="联盟缩写修改", cost=100, },
5+
{_id=2103, func="联盟旗帜修改", cost=500, },
6+
{_id=2104, func="快速邀请", cost=200, },
7+
{_id=2105, func="解除捐献cd", cost=80, },
8+
}

0 commit comments

Comments
 (0)