zh_cn:tutorial:armor
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
zh_cn:tutorial:armor [2022/12/16 00:31] – solidblock | zh_cn:tutorial:armor [2024/08/23 13:24] (current) – solidblock | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ~~REDIRECT> | ||
+ | :!: 本页已过时,请看上面的 Fabric Docs 教程。 | ||
====== 添加盔甲 ====== | ====== 添加盔甲 ====== | ||
Line 18: | Line 20: | ||
private static final int[] PROTECTION_VALUES = new int[] {A, B, C, D}; | private static final int[] PROTECTION_VALUES = new int[] {A, B, C, D}; | ||
- | // 其中A是头盔,B是胸甲,C是护腿,D是靴子。 | + | // 其中A是头盔,B是护腿,C是胸甲,D是靴子。 |
// 例如,皮革使用{1, | // 例如,皮革使用{1, | ||
} | } | ||
Line 25: | Line 27: | ||
接下来的变量如下定义(无需担心名称,下面你会看到如何实现): | 接下来的变量如下定义(无需担心名称,下面你会看到如何实现): | ||
- | - <yarn method_7696>: | + | - <yarn method_7696>: |
- | - <yarn method_7697>: | + | **计算你的盔甲在损坏之前能承受多少次打击,利用的是你在' |
+ | |||
+ | - <yarn method_7697>: | ||
+ | **调用以获取我们之前定义的' | ||
- <yarn method_7699>: | - <yarn method_7699>: | ||
+ | **获取关于这件盔甲能够在一本附魔书中被附魔到多高等级、多少种类的附魔** | ||
+ | |||
- <yarn class_3414 method_7698>: | - <yarn class_3414 method_7698>: | ||
+ | **在原版盔甲中,这个标准是''< | ||
+ | |||
- <yarn class_1856 method_7695>: | - <yarn class_1856 method_7695>: | ||
+ | **获取我们应该在铁砧中用什么来修复这件盔甲,材料可以是原版的,也可以是你自己的模组中的物品** | ||
+ | |||
- String <yarn method_7694>: | - String <yarn method_7694>: | ||
- <yarn method_7700>: | - <yarn method_7700>: | ||
+ | **这是第二个保护数值,表示装甲在面对高伤害攻击时更耐用。数值为' | ||
在1.16引入的新值 | 在1.16引入的新值 | ||
- <yarn method_24355>: | - <yarn method_24355>: | ||
+ | **将这个值保留为0。如果你想实现它,写上' | ||
接下来所有的参数都会写成 X 或者 A、B、C、D。加上这些参数之后,效果应该如下: | 接下来所有的参数都会写成 X 或者 A、B、C、D。加上这些参数之后,效果应该如下: | ||
Line 161: | Line 173: | ||
重复上述过程,完成其他物品。 | 重复上述过程,完成其他物品。 | ||
- | 要给予穿着的盔甲的纹理,只需要将X_layer_1.png和X_layer_2.png(其中X是你在你的盔甲材料类中选择的参数)放到 ' | + | 要给予穿着的盔甲的纹理,只需要将X_layer_1.png和X_layer_2.png(其中X是你在你的盔甲材料类中重载的getName方法的返回值)放到 ' |
zh_cn/tutorial/armor.1671150701.txt.gz · Last modified: 2022/12/16 00:31 by solidblock