Skip to content

Commit

Permalink
[release 0.4.1] No More MaxHP
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisCris committed Apr 4, 2024
1 parent ad2df13 commit 7eb8cf1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
- [x] 修改 帕鲁魂强化等级
- [x] 修改 帕鲁种族
- [x] 修改 帕鲁个体值
- [x] 计算并展示 最大生命值,攻击力,防御力,工作速度 (除了最大生命值其他可能不准)
- [x] 计算并展示 最大生命值,攻击力,防御力,工作速度
- [x] 移除 帕鲁工作疾病
- [x] 复活帕鲁
- [x] 修改 食物BUFF 的时间 (目前只支持CLI)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
- [x] Change CharacterID (Pal Species)
- [x] Change Pal Passive Skills
- [x] Change Pal IV
- [x] Calculate MaxHP
- [x] ~~Calculate MaxHP~~ (MaxHP no longer stored in game save.)
- [x] Remove Pal Sicks
- [x] Revive Pals
- [x] Edit Food Buff Timer (Only if the pal has food buff, and cli only)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["palworld", "editor", "pal"]
license = {file = "LICENSE"}
requires-python = ">=3.11"
readme = "README.md"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"setuptools==69.1.0",
"palworld_save_tools==0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion src/palworld_pal_editor/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
else:
ASSETS_PATH = Path(__file__).parent

VERSION = "0.4.0"
VERSION = "0.4.1"

class Config:
i18n: str = "en"
Expand Down

0 comments on commit 7eb8cf1

Please sign in to comment.