銀行
名詞
解釋
import random
random.choices(
population=['money', 'diamond_chip', 'star', 'crown'],
weights=[40, 30, 20, 10],
k=n # n代表你的隨機資源等級
)等級
傳奇卡片總等級
Last updated
import random
random.choices(
population=['money', 'diamond_chip', 'star', 'crown'],
weights=[40, 30, 20, 10],
k=n # n代表你的隨機資源等級
)Last updated