Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
Nattiden 2023-03-11 20:12:27 +08:00 committed by GitHub
parent 28564c7285
commit 4cb34636e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,8 @@ from core.component import module
from .zhNum2Int import Zh2Int
MAX_COIN_NUM = 100
FACE_UP_RATE = 4975 # n/10000
FACE_DOWN_RATE = 4975
FACE_UP_RATE = 4994 # n/10000
FACE_DOWN_RATE = 4994
COIN_DROP_PLACES = ["地上", "桌子上", "桌子底下", "门口", "窗户外", "月球"] # 硬币可能掉落的位置
coin = module('coin', developers=['Light-Beacon'], desc='抛n枚硬币')