Compare commits
	
		
			No commits in common. "0b5d553dfd6d4aa602d86b3650df162443ffc57c" and "910719ce4f3c80cee9c078c09cc0d2efb5fce086" have entirely different histories.
		
	
	
		
			0b5d553dfd
			...
			910719ce4f
		
	
		
| @ -4596,8 +4596,8 @@ EnemyPoint_List | ||||
|     /*EnemyPoint_List ['hp','atk','def','money','exp','point','name']*/; | ||||
| 
 | ||||
| Equip_List | ||||
|     :   '生命'|'生命上限'|'攻击'|'防御'|'法强'|'魔力'|'魔力上限'|'速度' | ||||
|     /*Equip_List ['hp','hpmax','atk','def','mdef','mana','manamax','speed']*/; | ||||
|     :   '力量'|'敏捷'|'智力'|'体质'|'生命'|'生命上限'|'攻击'|'物理防御'|'魔法防御'|'魔力'|'魔力上限'|'速度' | ||||
|     /*Equip_List ['str','agi','int','con','hp','hpmax','atk','def','mdef','mana','manamax','speed']*/; | ||||
| 
 | ||||
| Key_List | ||||
|     :   '黄钥匙'|'蓝钥匙'|'红钥匙'|'绿钥匙'|'铁门钥匙' | ||||
|  | ||||
| @ -187,18 +187,24 @@ var comment_c456ea59_6018_45ef_8bcc_211a24c627dc = { | ||||
| 				"def": { | ||||
| 					"_leaf": true, | ||||
| 					"_type": "textarea", | ||||
| 					"_data": "防御力" | ||||
| 					"_data": "物理防御力" | ||||
| 				}, | ||||
| 				"mdef": { | ||||
| 					"_leaf": true, | ||||
| 					"_type": "textarea", | ||||
| 					"_data": "法抗(写为小数)" | ||||
| 					"_data": "魔法防御力" | ||||
| 				}, | ||||
| 				"speed": { | ||||
| 					"_leaf": true, | ||||
| 					"_type": "textarea", | ||||
| 					"_data": "速度" | ||||
| 				}, | ||||
| 				"magic": { | ||||
| 					"_leaf": true, | ||||
| 					"_type": "checkbox", | ||||
| 					"_docs": "是否为魔法攻击", | ||||
| 					"_data": "勾选以魔法攻击计算,不勾选以物理攻击计算" | ||||
| 				}, | ||||
| 				"money": { | ||||
| 					"_leaf": true, | ||||
| 					"_type": "textarea", | ||||
|  | ||||
| @ -262,19 +262,44 @@ var data_comment_c456ea59_6018_45ef_8bcc_211a24c627dc = { | ||||
| 						"def": { | ||||
| 							"_leaf": true, | ||||
| 							"_type": "textarea", | ||||
| 							"_data": "防御" | ||||
| 							"_data": "物理防御" | ||||
| 						}, | ||||
| 						"mdef": { | ||||
| 							"_leaf": true, | ||||
| 							"_type": "textarea", | ||||
| 							"_data": "法强" | ||||
| 							"_data": "魔法防御" | ||||
| 						}, | ||||
| 						"speed": { | ||||
| 							"_leaf": true, | ||||
| 							"_type": "textarea", | ||||
| 							"_data": "速度" | ||||
| 							"_data": "攻击速度" | ||||
| 						}, | ||||
| 						"str": { | ||||
| 							"_leaf": true, | ||||
| 							"_type": "textarea", | ||||
| 							"_data": "力量" | ||||
| 						}, | ||||
| 						"agi": { | ||||
| 							"_leaf": true, | ||||
| 							"_type": "textarea", | ||||
| 							"_data": "敏捷" | ||||
| 						}, | ||||
| 						"int": { | ||||
| 							"_leaf": true, | ||||
| 							"_type": "textarea", | ||||
| 							"_data": "智力" | ||||
| 						}, | ||||
| 						"con": { | ||||
| 							"_leaf": true, | ||||
| 							"_type": "textarea", | ||||
| 							"_data": "体质" | ||||
| 						}, | ||||
| 						"magic": { | ||||
| 							"_leaf": true, | ||||
| 							"_type": "checkbox", | ||||
| 							"_docs": "攻击类型", | ||||
| 							"_data": "攻击类型是否是魔法" | ||||
| 						}, | ||||
| 
 | ||||
| 						"money": { | ||||
| 							"_leaf": true, | ||||
| 							"_type": "textarea", | ||||
|  | ||||
							
								
								
									
										1203
									
								
								project/data.js
									
									
									
									
									
								
							
							
						
						
									
										1203
									
								
								project/data.js
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -1101,14 +1101,13 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = | ||||
| 				mana: "魔力", | ||||
| 				atk: "攻击", | ||||
| 				def: "防御", | ||||
| 		mdef: "法强", | ||||
| 		speed: "速度", | ||||
| 				mdef: "护盾", | ||||
| 				money: "金币", | ||||
| 				exp: "经验", | ||||
| 				point: "加点", | ||||
| 				steps: "步数", | ||||
| 	} [name] || name; | ||||
| }, | ||||
| 			}[name] || name; | ||||
| 		}, | ||||
|         "triggerDebuff": function (action, type) { | ||||
| 			// 毒衰咒效果的获得与解除
 | ||||
| 			// action:获得还是解除;'get'表示获得,'remove'表示解除
 | ||||
| @ -1167,6 +1166,8 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = | ||||
| 			} | ||||
| 		}, | ||||
|         "updateStatusBar": function () { | ||||
| 	//更新属性映射
 | ||||
| 	core.updateStatus() | ||||
| 	// 更新状态栏
 | ||||
| 	core.ui.statusBar.update(); | ||||
| 	// 更新阻激夹域的伤害值
 | ||||
|  | ||||
| @ -146,12 +146,12 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a = | ||||
| 	"sword1": { | ||||
| 		"cls": "equips", | ||||
| 		"name": "铁剑", | ||||
| 		"text": "一把普通的铁剑", | ||||
| 		"text": "一把很普通的铁剑", | ||||
| 		"equip": { | ||||
| 			"type": 0, | ||||
| 			"animate": "sword", | ||||
| 			"value": { | ||||
| 				"atk": 10 | ||||
| 				"str": 10 | ||||
| 			}, | ||||
| 			"percentage": {} | ||||
| 		}, | ||||
| @ -230,11 +230,11 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a = | ||||
| 		"equip": { | ||||
| 			"type": 2, | ||||
| 			"value": { | ||||
| 				"mdef": -5, | ||||
| 				"def": 10 | ||||
| 				"str": 10, | ||||
| 				"agi": -5 | ||||
| 			}, | ||||
| 			"percentage": { | ||||
| 				"def": 10 | ||||
| 				"str": 10 | ||||
| 			} | ||||
| 		}, | ||||
| 		"itemEffect": "core.status.hero.def += 0", | ||||
|  | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Loading…
	
		Reference in New Issue
	
	Block a user