mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Increases the chances of the Wizard Die of Fate event running. (#1586)
## About The Pull Request Increases the chances of the Wizard Die of Fate running from a weight of 1 to a weight of 3. For reference, Blob has a weight of 10. ## Why It's Good For The Game I've personally never seen this event actually trigger because it's so rare. ## Proof Of Testing Untested :) ## Changelog 🆑 BurgerBB balance: Increases the chances of the Wizard Die of Fate event running. /🆑 --------- Co-authored-by: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com> Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
This commit is contained in:
co-authored by
projectkepler-RU
Waterpig
parent
c365142f6c
commit
dacfdcbbd4
@@ -11,9 +11,12 @@
|
||||
|
||||
min_players = 30
|
||||
max_occurrences = 1
|
||||
weight = 1
|
||||
weight = 3
|
||||
earliest_start = 60 MINUTES
|
||||
|
||||
track = EVENT_TRACK_MODERATE
|
||||
tags = list(TAG_COMMUNAL,TAG_COMBAT)
|
||||
|
||||
/datum/round_event/wizard_dice
|
||||
announce_when = 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user