{
"name": "Billionaireland",
"symbol": "$LAND",
"totalSupply": 21000000,
"limit": 21000000,
"charms": [
{
"type": "Lucky Charm",
"properties": {
"color": "Gold",
"material": "Gold-plated",
"inscription": "Fortune Favors the Brave"
},
"interaction": {
"effect": "Increases token value by 0.1% per charm owned",
"limit": 5
}
},
{
"type": "Power Charm",
"properties": {
"color": "Red",
"material": "Rubber",
"inscription": "Strength in Unity"
},
"interaction": {
"effect": "Reduces transaction fees by 0.05% per charm owned",
"limit": 3
}
}
],
"rarities": [
{
"name": "Common",
"percentage": 90,
"properties": {
"color": "Silver",
"material": "Standard",
"inscription": "The Power of Many"
}
},
{
"name": "Rare",
"percentage": 8,
"properties": {
"color": "Gold",
"material": "Gold-plated",
"inscription": "The Few and the Proud"
}
},
{
"name": "Ultra Rare",
"percentage": 1.5,
"properties": {
"color": "Platinum",
"material": "Platinum-plated",
"inscription": "Nearly Unique"
}
},
{
"name": "Legendary",
"percentage": 0.5,
"properties": {
"color": "Diamond",
"material": "Diamond-encrusted",
"inscription": "One of a Kind"
}
}
]
}