Skip to content

Commit

Permalink
feat: 뽑기로 햄스터들이 나올 수 있도록 수정한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Nov 16, 2024
1 parent dc5759b commit 7eb7aa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/kotlin/org/gitanimals/gotcha/domain/GotchaType.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ enum class GotchaType(
Capsule.of("SCREAM_GHOST", 0.001),
Capsule.of("SLIME_PUMPKIN_1", 0.08),
Capsule.of("SLIME_PUMPKIN_2", 0.08),
Capsule.of("HAMSTER", 0.8),
Capsule.of("HAMSTER_SPRING", 0.01),
Capsule.of("HAMSTER_JAVA", 0.01),
Capsule.of("HAMSTER_KOTLIN", 0.01),
Capsule.of("HAMSTER_JS", 0.01),
)
}
}

0 comments on commit 7eb7aa4

Please sign in to comment.