Модуль:Песочница/Pok: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки Метка: ручная отмена |
||
| Строка 17: | Строка 17: | ||
title = "Prototypes/Механика/Случайный события", | title = "Prototypes/Механика/Случайный события", | ||
args = { | args = { | ||
weight = | weight = stationEvent.weight or "", | ||
minimumPlayers = | minimumPlayers = stationEvent.minimumPlayers or "", | ||
earliestStart = | earliestStart = stationEvent.earliestStart and (stationEvent.earliestStart) or "", | ||
duration = | duration = stationEvent.duration and (stationEvent.duration) or "" | ||
} | } | ||
} | } | ||