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." + } +}