From 6860077f5e5f8ec72ba9c653b2c0cbbd7b120298 Mon Sep 17 00:00:00 2001 From: Adrian Paschkowski <git@wasdennnoch.me> Date: Sun, 4 Apr 2021 20:59:55 +0200 Subject: [PATCH] Add concept idea --- concept.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 concept.txt diff --git a/concept.txt b/concept.txt new file mode 100644 index 0000000..162c995 --- /dev/null +++ b/concept.txt @@ -0,0 +1,24 @@ +- Game Target: Kill Auto Hero +- Auto Hero + - Automatically runs to next enemy and bashes away + - Stats increase with every lost battle +- Mana + - Player has limited mana available + - Used to spawn enemies + - Used to upgrade enemies + - Gain mana by dealing Damage to Auto Hero or defeating him + - Can be spent on permanent upgrades + - Persists after battle rounds +- Enemies + - Multiple Types + - Close combat, weak + - Tank + - Far Archer / Mage + - Drag-n-drop enemies into game + - Enemies stay at their spawned position +- Upgrades + - HP + - Deal more damage + - Take less damage + - Reduced Mana Costs + - One-time use extreme buffs to put on a specific enemy \ No newline at end of file -- GitLab