-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitems.json
More file actions
38 lines (38 loc) · 1.5 KB
/
items.json
File metadata and controls
38 lines (38 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"cannonball_x10": {
"name": "Cannonball x10", "price": 500, "type": "consumable",
"description": "A pack of 10 cannonballs for ship wars."
},
"repair_tool": {
"name": "Repair Tools", "price": 700, "type": "consumable",
"description": "Used to repair 100 ship HP."
},
"small_chest": {
"name": "Small Chest", "price": 200, "type": "lootbox",
"description": "Contains common loot (30–70 Berries value)."
},
"medical_kit": {
"name": "Medical Kit", "price": 300, "type": "consumable",
"description": "Heals 50 HP."
},
"badge_resilience": {
"name": "Jolly Roger of Resilience", "price": 100000, "type": "badge",
"description": "A legendary flag that inspires courage. Provides a 2% defense bonus in ship wars.",
"effect": {"type": "defense_boost", "value": 0.02}
},
"badge_fortune": {
"name": "Flag of Fortune", "price": 150000, "type": "badge",
"description": "A lucky flag that attracts wealth. Increases daily rewards by 10% for all crew members.",
"effect": {"type": "reward_boost", "value": 0.10}
},
"badge_wisdom": {
"name": "Banner of Wisdom", "price": 200000, "type": "badge",
"description": "A banner that signifies great knowledge. Increases all ship XP gains by 5%.",
"effect": {"type": "xp_boost", "value": 0.05}
},
"devil_fruit_ticket": {
"name": "Devil Fruit Ticket", "price": 3000, "type": "consumable",
"description": "A mysterious ticket that grants one spin in the devil fruit lottery.",
"limited_time": true
}
}