Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 993 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 993 Bytes

SciptTheSpire

中文

一个给玩家自定义lua脚本的能力来魔改《杀戮尖塔》,或者给mod开发者开发带来便利的mod。

第一次运行后生成mods/scripts文件夹,在其中的脚本可以直接在游戏中运行。支持热重载,更改文件内容会改变脚本的效果。

第一次运行将生成辅助脚本和示范脚本,可以手动删除。

查阅wiki以查看使用教程。

English

A mod providing players with the ability to customize Slay The Spire or bringing convenience for modders.

mods/scripts directory will be generated at first run. Scripts in it can be executed when the game runs.

This mod supports hot-reload, any change to the file will be immediately applied without reopening the game.

Example scripts will be generated at first run. You can delete them as you like.

Check the wiki for tutorials.

Dependencies:

luaj

commons-io