Last active
September 3, 2024 05:41
-
-
Save dome/49c8fdf8fbeb945eea1c7683833a8836 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "Friendly OpenSea Creature that enjoys long swims in the ocean.", | |
"image": "https://apricot-eldest-beetle-43.mypinata.cloud/ipfs/QmNQJrmPtmG1AZ5ZSyRtgfXbJi7mySriNCv9UPU8E9w3Y4", | |
"name": "Dave Starbelly", | |
"attributes": [ | |
{ | |
"trait_type": "Base", | |
"value": "Starfish" | |
}, | |
{ | |
"trait_type": "Eyes", | |
"value": "Big" | |
}, | |
{ | |
"trait_type": "Mouth", | |
"value": "Surprised" | |
}, | |
{ | |
"trait_type": "Level", | |
"value": 5 | |
}, | |
{ | |
"trait_type": "Stamina", | |
"value": 1.4 | |
}, | |
{ | |
"trait_type": "Personality", | |
"value": "Sad" | |
}, | |
{ | |
"display_type": "boost_number", | |
"trait_type": "Aqua Power", | |
"value": 40 | |
}, | |
{ | |
"display_type": "boost_percentage", | |
"trait_type": "Stamina Increase", | |
"value": 10 | |
}, | |
{ | |
"display_type": "number", | |
"trait_type": "Generation", | |
"value": 2 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment