From beb954b74929633da599803c5b0e89548511e155 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 12 Nov 2022 06:18:38 -0500 Subject: fleshed out many of the base weapons --- cards/card.html | 261 +++++++++++++++++++++++--- cards/card.rb | 42 ++++- cards/common_weapons.rb | 474 +++++++++++++++++++++--------------------------- src/attributes.md | 15 +- 4 files changed, 490 insertions(+), 302 deletions(-) diff --git a/cards/card.html b/cards/card.html index 3ef3b9f..41b1267 100644 --- a/cards/card.html +++ b/cards/card.html @@ -212,6 +212,9 @@ p { margin: 0; } + body { + background-color: #1e1e1e; + }