-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.xml
More file actions
82 lines (68 loc) · 3.5 KB
/
metadata.xml
File metadata and controls
82 lines (68 loc) · 3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<name>Easy Mode</name>
<directory>easymodemod</directory>
<id>3650316373</id>
<description>================================================================================
中文介绍 | Chinese Introduction
================================================================================
通过降低敌人和投射物速度来减少《以撒的结合:忏悔》游戏难度的模组。
【如何修改配置】
1. 使用文本编辑器(VS Code、Notepad++)打开 config.lua
2. 修改各项参数值
3. 完全重启游戏使更改生效
【可调整的参数】
- ENEMY_SPEED_FACTOR: 敌人移动速度 (默认 0.4 = 降低 60%)
- BOSS_SPEED_FACTOR: Boss 移动速度 (默认 0.7 = 降低 30%)
- PROJECTILE_SPEED_FACTOR: 投射物速度 (默认 0.95 = 射程减少 ~10%)
- TEAR_SPEED_FACTOR: 眼泪速度 (默认 0.95)
- ROCK_WAVE_SPEED_FACTOR: 岩石/波浪速度 (默认 0.9 = 射程减少 ~19%)
- BOMB_EXPLOSION_DELAY_MULTIPLIER: 炸弹延时 (默认 1.5 = 延长 50%)
- ATTACK_COOLDOWN_MULTIPLIER: 攻击冷却 (默认 1.5)
- EXCLUDE_FRIENDLY: 豁免友好单位 (默认 true)
- EXCLUDE_FAMILIARS: 豁免跟随物 (默认 true)
【预设难度】
- 轻度: ENEMY_SPEED_FACTOR = 0.5
- 中度: ENEMY_SPEED_FACTOR = 0.4 (默认)
- 重度: ENEMY_SPEED_FACTOR = 0.3
详细说明: https://github.com/EmptyEmeraldTablet/EasyModeMod/blob/main/CONFIG.md
================================================================================
English Introduction
================================================================================
A mod that reduces game difficulty by slowing down enemies and projectiles.
【How to Customize】
1. Open config.lua with a text editor (VS Code, Notepad++)
2. Modify the parameter values
3. Completely restart the game for changes to take effect
【Adjustable Parameters】
- ENEMY_SPEED_FACTOR: Enemy move speed (default 0.4 = 60% reduction)
- BOSS_SPEED_FACTOR: Boss move speed (default 0.7 = 30% reduction)
- PROJECTILE_SPEED_FACTOR: Projectile speed (default 0.95 = ~10% range reduction)
- TEAR_SPEED_FACTOR: Tear speed (default 0.95)
- ROCK_WAVE_SPEED_FACTOR: Rock/Wave speed (default 0.9 = ~19% range reduction)
- BOMB_EXPLOSION_DELAY_MULTIPLIER: Bomb delay (default 1.5 = 50% longer)
- ATTACK_COOLDOWN_MULTIPLIER: Attack cooldown (default 1.5)
- EXCLUDE_FRIENDLY: Exclude friendly units (default true)
- EXCLUDE_FAMILIARS: Exclude familiars (default true)
【Preset Difficulties】
- Light: ENEMY_SPEED_FACTOR = 0.5
- Medium: ENEMY_SPEED_FACTOR = 0.4 (default)
- Heavy: ENEMY_SPEED_FACTOR = 0.3
Details: https://github.com/EmptyEmeraldTablet/EasyModeMod/blob/main/CONFIG.en.md
================================================================================
Features | 功能特性
================================================================================
- 速度控制 | Speed Control: 敌人/Boss 移动速度降低
- 投射物减速 | Projectile Slowdown: 投射物速度降低,射程减少
- 炸弹延时 | Bomb Delay: 炸弹爆炸延迟延长 50%
- 自定义配置 | Custom Configuration: 可调整各项参数
- 智能过滤 | Smart Filtering: 玩家和友好单位不受影响
================================================================================
Tags | 标签
================================================================================
Gameplay, Difficulty, Quality of Life
License: MIT - See LICENSE file for details</description>
<version>1.0.7</version>
<visibility>public</visibility>
<tag id="Lua"/>
</metadata>