提交 dd95a398 编写于 作者: 独角螃蟹

更新

上级 39d1a30c
......@@ -11,6 +11,7 @@
左下角是玩家弃牌堆,中间是玩家的手牌区,右下角是玩家牌组。详细的操作说明会在之后给出。
GitHub镜像地址:<https://github.com/djpangxie/MoJie_LCG><br>
GitLab镜像地址:<https://gitlab.com/djpangxie/MoJie_LCG><br>
Gitcode镜像地址:<https://gitcode.net/dka1065832/MoJie_LCG>
## 软件架构
......@@ -125,4 +126,4 @@ python3 main.py<br>
6. [OCTGN](https://expectingmischief.wordpress.com/ "半自动魔戒LCG多人游玩程序")
本程序中的所有图片、商标均来自互联网,其版权归Fantasy Flight Publishing,Inc.公司所有,请传播者自行遵守相关版权的法律规定。<br>
特别感谢银星计划提供的翻译、帮助及支持,其魔戒LCG的QQ交流群为:530561771
\ No newline at end of file
特别感谢银星计划提供的翻译、帮助及支持,其魔戒LCG的QQ交流群为:530561771
......@@ -25,4 +25,6 @@
![25](ruledescription/25.jpg)
![26](ruledescription/26.jpg)
![27](ruledescription/27.jpg)
![28](ruledescription/28.jpg)
\ No newline at end of file
![28](ruledescription/28.jpg)
![29](ruledescription/29.jpg)
![30](ruledescription/30.jpg)
......@@ -8,7 +8,7 @@ class Player(Player_Group):
self.card_file = "刚铎摄政王.jpg" # 卡牌的图像文件名
self.card_image = pygame.image.load(os.path.join(self.card_dir, self.card_file)).convert() # 卡牌的原始图像
self.card_name = "刚铎摄政王" # 卡牌的名称
self.unique_symbol = False # True表示卡牌为独有牌,只要此独有牌在场(弃牌堆不算),所有玩家都不能够打出或放置第二张此卡牌
self.unique_symbol = True # True表示卡牌为独有牌,只要此独有牌在场(弃牌堆不算),所有玩家都不能够打出或放置第二张此卡牌
self.card_cost = 2 # 卡牌的费用,玩家必须从对应的资源池中支付所示数量的资源才能打出该卡牌
self.faction_symbol = "领导" # 影响力派系符号,表示本卡牌隶属于哪个派系
self.card_attribute = ("刚铎", "头衔") # 卡牌的属性文字标志,作为其他卡牌效果的目标判断
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册