23 lines
917 B
Markdown
23 lines
917 B
Markdown
---
|
||
front: https://nie.res.netease.com/r/pic/20210727/76bfa7be-0be4-4e27-91a3-b5268695f359.png
|
||
hard: 入门
|
||
time: 20分钟
|
||
---
|
||
|
||
|
||
|
||
# 玩家基础属性
|
||
|
||
PlayerBasicPart(玩家基础属性零件)是一种只能挂接到玩家预设下的内置零件。
|
||
|
||

|
||
|
||
通过挂接玩家基础属性零件,我们能够对所有玩家的基础属性进行相应的修改。
|
||
|
||

|
||
|
||
点击运行,进入游戏,我们可以看到自身的血量上限有40,可以透视到其他玩家的名字。
|
||
|
||

|
||
|
||
>如果需要在游戏中使用脚本调用此零件,可以参考<a href="../../../../mcdocs/3-PresetAPI/预设对象/零件/玩家基础属性零件PlayerBasicPart.html" rel="noopenner"> 玩家基础属性零件的API接口文档 </a> |