Zombification
ZombificationZombification / 僵尸派系
Credits
Reupload author / FHPS史莱姆
A TABS zombie faction mod rebuilt on the SLMACore framework, originally transplanted from fern's zombie mod. 基于 fern 原版移植, 在 SLMACore 框架上重做的 TABS 僵尸派系模组。
Faction Contents / 派系内容
The Zombie faction includes 7 units / 派系 Zombie 包含 6 个兵种:
| Unit / 兵种 | Cost / 价格 | Trait / 特性 |
|---|---|---|
| 僵尸 / Zombie | 100 | Basic zombie, bite infects enemies / 基础僵尸, 撕咬感染敌人 |
| 骷髅僵尸/ Skeleton Zombie | 100 | Basic skeleton zombie, bite infects enemies / 基础僵尸, 撕咬感染敌人 |
| 疾行僵尸 / Fast Zombie | 150 | High speed, low health / 高移速, 低血量 |
| 飞行僵尸 / Fly Zombie | 200 | Can fly, with zombie wings / 可飞行, 带僵尸之翼 |
| 巨型僵尸 / Giant Zombie | 1000 | 2x size, smash causes infection ice explosion / 2 倍体型, 重拳范围感染冰爆 |
| 僵尸母体 / Zombie Mother | 7000 | Summons a normal zombie every 5s in combat (8 max alive) / 战斗中每 5 秒召唤一只普通僵尸 (上限 8 只存活) |
| 飞行僵尸母体 / Fly Zombie Mother | 7000 | Mother + flight / 母体 + 飞行能力 |
3 weapons, 2 abilities, and 1 faction icon are all registered in the Unit Editor, grouped under a standalone Zombie category branch in the weapon/ability lists. 3 种武器、2 种技能、1 个派系图标均注册进兵种编辑器, 在武器/技能列表中归入独立的 Zombie 分类分支。
Core Mechanics / 核心机制
- Bite Infection / 撕咬感染: a zombie will latch onto the victim, if possible it will go for its neck and hold it down, it approximately takes 15-20 seconds for a alone zombie to convert a victim, as displayed with visual color changing depicting the stages of infection. 时间设定:15–20 秒是虚构作品中的感染时间,用于营造紧张感和视觉冲击力,并非现实医学或生物学上的真实感染周期。
- Mother Summon / 母体召唤: The mother summons a normal zombie every 5s while an enemy is within 30m (8 max alive), no longer relying on the unstable vanilla
RangeWeapon.unitToSpawnchain. 母体检测到 30 米内有敌方单位时, 每 5 秒召唤一只普通僵尸, 存活上限 8 只, 不再依赖原版RangeWeapon.unitToSpawn的不稳定链路。 - Multilingual / 多国语言: Faction/unit/weapon/ability names support 8 languages (Chinese / English / Japanese / German / French / Russian / Spanish / Italian), injected via reflection into
Localizer.m_localization. 派系/兵种/武器/技能名称支持 8 种语言 (中/英/日/德/法/俄/西/意), 通过反射注入Localizer.m_localization。 - Self-contained / 自包含: Icons are embedded in the DLL via
EmbeddedResource, read at runtime fromGetManifestResourceStream; no external asset files needed. 图标通过EmbeddedResource嵌入 DLL, 运行时从GetManifestResourceStream读取, 无需额外资源文件。
Dependencies / 依赖
- BepInEx (TABS) >= 5.4.16
- SLMACore >= 1.1.2
Installation / 安装
Place this folder into BepInEx/plugins/.
将本文件夹放入 BepInEx/plugins/ 即可。
Changelog / 更新日志
v1.2.0
- Fixed infection / 修复感染机制: Fixed
UManagerfixed skeleton zombie not working and not changing to zombie green, also added gradually changing color on the victim being bit, directly replicating ferns behavior, also added ferns original zombie color and minotaur sounds.
v1.2.0
-
Transplanted the original zombie mod onto the SLMACore framework. 在 SLMACore 框架上移植原版僵尸 mod。
-
7 units: zombie / skeleton zombie/ fast zombie / fly zombie / giant zombie / zombies'mother / fly zombies'mother.
-
Original version (fern), more zombies. 原版 (fern) 更多僵尸。
Credits
- Original author / 原作者: fern
- Reupload author / FHPS史莱姆
- Port & rework / 移植与重做: Fhp史莱姆
- Framework / 框架: SLMACore
