feat(item): 更新装备属性并调整商店商品
- 在 StdItems.config 中添加了装备的额外静态属性,包括攻击、防御、生命值等 - 在 shop.config 中更新了商店商品,将原来的金币购买改为使用新的货币类型
This commit is contained in:
		| @@ -41,8 +41,8 @@ ShopConfig={ | ||||
| 			shoptype = 1, | ||||
| 			Tabshop = 1, | ||||
| 			shopid = 4, | ||||
| 			shop = {type=0,id=350,count=1}, | ||||
| 			price = {type=2,id=2,count=300000000}, | ||||
| 			shop = {type=0,id=462,count=1}, | ||||
| 			price = {type=4,id=4,count=500}, | ||||
| 			levellimit = 1, | ||||
| 			reincarnationlimit = 0, | ||||
| 			daylimit = 0, | ||||
| @@ -63,8 +63,8 @@ ShopConfig={ | ||||
| 			shoptype = 1, | ||||
| 			Tabshop = 1, | ||||
| 			shopid = 6, | ||||
| 			shop = {type=0,id=307,count=1}, | ||||
| 			price = {type=2,id=2,count=200000}, | ||||
| 			shop = {type=0,id=265,count=1}, | ||||
| 			price = {type=3,id=3,count=100}, | ||||
| 			levellimit = 1, | ||||
| 			reincarnationlimit = 0, | ||||
| 			daylimit = 0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user