Skip to content
This repository was archived by the owner on Oct 8, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions captain_buggy
Original file line number Diff line number Diff line change
@@ -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."
}

@xombotron xombotron Oct 6, 2021

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't forget the "effect" : of your special attack between line 22 and 23

}