mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
[REVIEW ME PLS] Battle Monsters Card Game, or the last* PR. (#5141)
Overview Adds Battle Monster cards. Battle Monsters is a collectable card game clone like Yugioh or magic the gathering. Players can purchase card packs and use them in games with actual rules to them. Checklist Card Generation Framework: 100% Sprites: 80% Game Rules: 90% Deck Framework: 5% Monster Cards: 20% Spell/Trap Cards: 5% Obtainable Status: 0%
This commit is contained in:
@@ -168,7 +168,8 @@ var/list/asset_datums = list()
|
||||
"bootstrap.min.js" = 'html/bootstrap/js/bootstrap.min.js',
|
||||
"jquery-2.0.0.min.js" = 'html/jquery/jquery-2.0.0.min.js',
|
||||
"ie-truth.min.js" = 'html/iestats/ie-truth.min.js',
|
||||
"conninfo.min.js" = 'html/iestats/conninfo.min.js'
|
||||
"conninfo.min.js" = 'html/iestats/conninfo.min.js',
|
||||
"copyright_infrigement.png" = 'html/copyright_infrigement.png'
|
||||
)
|
||||
|
||||
/datum/asset/simple/paper
|
||||
|
||||
@@ -117,4 +117,8 @@
|
||||
|
||||
/datum/gear/chess
|
||||
display_name = "chess game kit"
|
||||
path = /obj/item/weapon/storage/box/chess_kit
|
||||
path = /obj/item/weapon/storage/box/chess_kit
|
||||
|
||||
/datum/gear/battlemonsters
|
||||
display_name = "battlemonsters starter deck"
|
||||
path = /obj/item/battle_monsters/wrapped
|
||||
Reference in New Issue
Block a user