File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ category:
1919## 变量
2020| 名称 | 类型 | 描述 |
2121| ----------- | ----------- | ----------- |
22- | radius | float | 可攻击半径 |
23- | range | float | 伤害半径 |
24- | swingTime | float | 攻击所需时间 |
22+ | radius | float | 球形射线半径(参见 [ CSDN ] ( https://blog.csdn.net/wodownload2/article/details/78206800 ) ,即图中红球,此为碰撞触发范围,用于触发伤害) |
23+ | range | float | 最大攻击半径(参上,图中白线长度) |
24+ | swingTime | float | 单次攻击所需时间(一次只有最多两个伤害到的目标) |
2525| damage | float | 对人的伤害 |
2626| balanceDamage | float | 冲击力(影响平衡) |
2727| force | float | |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description: Ravenfield中文社区模组开发与游戏入门文档
88
99## Ravenfield社区文档
1010
11- ![ GitHub pr数] ( https://img.shields.io/github/issues-pr/RavenfieldCommunity/docs.svg?style=flat-square&label=待通过PR ) ![ GitHub最后提交时间] ( https://img.shields.io/github/last-commit/RavenfieldCommunity/docs.svg?style=flat-square&label=最后提交时间 ) ![ Github docs deploy status] ( https://img.shields.io/github/actions/workflow/status/RavenfieldCommunity/docs/deploy-docs.yml?style=flat-square&label=构建 ) ![ Netlify build status] ( https://img.shields.io/netlify/f0bf63e4-7656-47b5-b9b5-a3022430379f?style=flat-square&logo=Netlify&label=Netlify%20build )
11+ ![ GitHub pr数] ( https://img.shields.io/github/issues-pr/RavenfieldCommunity/docs.svg?style=flat-square&label=待通过PR ) ![ GitHub最后提交时间] ( https://img.shields.io/github/last-commit/RavenfieldCommunity/docs.svg?style=flat-square&label=最后提交时间 ) ![ Github docs deploy status] ( https://img.shields.io/github/actions/workflow/status/RavenfieldCommunity/docs/deploy-docs.yml?style=flat-square&label=构建 ) ![ Netlify build status] ( https://img.shields.io/netlify/f0bf63e4-7656-47b5-b9b5-a3022430379f?style=flat-square&logo=Netlify&label=Netlify%20构建 )
1212
1313
1414
@@ -25,6 +25,8 @@ Ravenfield是一款由[SteelRaven7开发的FPS射击游戏](/cn/in-GAME/README.m
2525本站另有镜像站于Netlify,为 [ ravenfieldcommunity.netlify.app] ( https://ravenfieldcommunity.netlify.app )
2626
2727::: tip
28+ ** 访问我们的镜像站(在上面)来加快国内访问速度!**
29+
2830我们推荐你将本网站以PWA(通俗叫“网页APP”、“快应用”。这时候你的浏览器可能已经弹出了安装提示)安装到你的设备以加快访问速度
2931
3032如果网站有更新,打开PWA应用后右下角应该会提示手动更新(` 新内容已就绪 ` )按钮或自动更新
Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ Ravenfield Tool
149149│ ├─ Sanity Check Content Mod #检查选中的Mod导出向导Prefab是否可以导出(是否缺失必要物体)
150150│ └─ Export Content Mod #导出选中的Mod导出向导Prefab
151151├─ Export Map or Content Mod #导出选中的Map或Mod导出向导Prefab
152+ ├─ Setup Layer Name #为物体设置layer名
152153├─ Test Map or Content Mod #导出并运行游戏测试选中的Map或Mod导出向导Prefab
153154└─ Publish to Steam Workshop #发布已导出的Mod或Map到Steam创意工坊
154155```
You can’t perform that action at this time.
0 commit comments