⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 等级称号.txt

📁 本人自己开发的小游戏
💻 TXT
字号:
		case is < 50
			temp = "顽童"
		case 50 to 99
			temp = "小棋童"
		case 100 to 149
			temp = "棋童"
		case 150 to 199
			temp = "小小棋士"
		case 200 to 249
			temp = "小棋士"
		case 250 to 399
			temp = "预备棋师"
		case 400 to 599
			temp = "初级棋师"
		case 600 to 799
			temp = "中级棋师"
		case 800 to 999
			temp = "高级棋师"
		case 1000 to 1499
			temp = "首席棋师"
		case 1500 to 1999
			temp = "馆主"
		case 2000 to 2499
			temp = "名馆主"
		case 2500 to 2999
			temp = "坊主"
		case 3000 to 3999
			temp = "名坊主"
		case 4000 to 4999
			temp = "棋委会理事"
		case 5000 to 5999
			temp = "棋委会元宿"
		case 6000 to 6999
			temp = "棋委会主席"
		case 7000 to 8999
			temp = "霸者"
		case 9000 to 10999
			temp = "天王"
		case 11000 to 12999
			temp = "棋癫"
		case 13000 to 14999
			temp = "棋痴"
		case 15000 to 17999
			temp = "棋贤"
		case 18000 to 20999
			temp = "棋隐"
		case 21000 to 24999
			temp = "棋灵"
		case is >= 25000
			temp = "棋魂"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -