From bf36b2b6f3b7276898be35cee3df39389ee31752 Mon Sep 17 00:00:00 2001 From: brightna6 <79469529+brightna6@users.noreply.github.com> Date: Tue, 5 Oct 2021 09:07:33 -0400 Subject: [PATCH] Create captain_buggy --- captain_buggy | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 captain_buggy diff --git a/captain_buggy b/captain_buggy new file mode 100644 index 0000000..b3d92b9 --- /dev/null +++ b/captain_buggy @@ -0,0 +1,24 @@ +{ + "name": "Captain D. Buggy", + "stats": { + "hp": 6000, + "ac": 1000, + "speed": 1000 + }, + "abilities": { + "strength": 2000, + "dexterity": 2000, + "constitution": 10000, + "intelligence": 100, + "wisdom": 100, + "charisma": 10000000000000000000 + }, + "attack": { + "name": "Buggy Ball", + "damage": 7000 + }, + "special": { + "name": "Oda Loves Me", + "description": "By the blessing of Eichiro Oda and his highly advanced charisma, Buggy converts 3 of the enemy to his side to fight for him." + } +}