Kord/resource/data/fishing/fish_rarities.json

57 lines
1.4 KiB
JSON

{
"version": 1,
"description": "Fishing mini-game rarity modifiers and result art background palette.",
"rarities": [
{
"id": "common",
"displayName": "Common",
"displayNameKo": "일반",
"rollRate": 58,
"rewardMultiplier": 1.0,
"reactionWindowMultiplier": 1.0,
"tensionMultiplier": 1.0,
"backgroundColor": "#6B7280"
},
{
"id": "uncommon",
"displayName": "Uncommon",
"displayNameKo": "고급",
"rollRate": 24,
"rewardMultiplier": 1.2,
"reactionWindowMultiplier": 1.08,
"tensionMultiplier": 1.08,
"backgroundColor": "#22C55E"
},
{
"id": "rare",
"displayName": "Rare",
"displayNameKo": "희귀",
"rollRate": 11,
"rewardMultiplier": 1.55,
"reactionWindowMultiplier": 1.16,
"tensionMultiplier": 1.14,
"backgroundColor": "#3B82F6"
},
{
"id": "epic",
"displayName": "Epic",
"displayNameKo": "영웅",
"rollRate": 5,
"rewardMultiplier": 2.1,
"reactionWindowMultiplier": 1.28,
"tensionMultiplier": 1.24,
"backgroundColor": "#A855F7"
},
{
"id": "legendary",
"displayName": "Legendary",
"displayNameKo": "전설",
"rollRate": 2,
"rewardMultiplier": 3.0,
"reactionWindowMultiplier": 1.42,
"tensionMultiplier": 1.36,
"backgroundColor": "#F59E0B"
}
]
}