Palworld
0 of 0

File information

Last updated

Original upload

Created by

KirachiZY

Uploaded by

KirachiZY

Virus scan

Safe to use

Tags for this mod

About this mod

实时修改技能,被动,个体以及游戏设置等方面的命令框架,可以自行拓展,代码可任意更改无需授权
包含部分彩蛋,会持续添加功能
效果说明视频 https://www.bilibili.com/video/BV1dw4m1m7UW/?vd_source=738e49c1028b53e90562f918893073b1 ;内有文档和表格

Requirements
Permissions and credits
Changelogs
--中文说明以及视频有参考。
Enter the game and press Alt+I or Ins to start Mod, which will be turned off by default;When the startup is successful, there will be a prompt in the bottom left corner: SimpleCmdStart。
V0.1 has added fewer instructions, and this mod mainly provides a good instruction framework. Users can add content to it and package many methods for obtaining Pal objects for easy use
cmd - v0.1:
:Otomo
--Set HP Paru Soul Enhancement Level.
cmd-otomo-rh 30
--Set the attack Paru soul enhancement level.
cmd-otomo-ra 30
--Set the defense Paru soul enhancement level.
cmd-otomo-rd 30
--Set the level of Paru soul enhancement for workers.
cmd-otomo-rc 30
--Change Paru's name [supports Chinese and strange characters, on-site modification needs to take effect after the next time you enter the game, it is not useful to re-enter the world, but to restart the game].
cmd otomo name: The Shadow of Qila
--Set individual health levels.
cmd-otomo-th 100
--Set up physical attacks on individuals, with some Pals being effective.
cmd-otomo-tm 100
--Set up special attack individuals.
cmd-otomo-ts 100
--Set up defensive individuals.
cmd-otomo-td 100
--Set concentration level.
cmd-otomo-r 4
--Set the scaling ratio for this Paru in the game, with elements separated by commas. The elements represent X, Y, and Z in order of magnification. If there is only one element, it means uniformly scaling to a single target magnification [0.025~10.00]
cmd-otomo-s 2
Skill entry category
--Add equipment skills, separated by commas between elements.
cmd-waze-a 1,2,3,4,5,6,7
--Remove equipment skills and separate elements with commas.
cmd-waze-d 1,2,3,4,5
--Clear equipment skills and regenerate them to take effect.
cmd-waze-c
--Add mastered skills, separated by commas between elements.
cmd-wazm-a 1,2,3,4,5,6,7
--Remove the mastered skills and separate the elements with commas.
cmd-wazm-d 1,2,3,4,5
--Restore the skills that should be mastered.
cmd-wazm-c
--Add entries, separate elements with commas - delay effectiveness
cmd-psk-a 1,2,3
--Remove the entry and replace it with a new one. The parameter is the position of the entry, and the name of the replaced entry is delayed
cmd-psk-t 3,1
-Set entry, separate elements with commas - delay effectiveness
cmd-psk-s 1,2,3,4
--Other setting classes [add a little bit for different types for reference, this Mod is very convenient to make secondary changes and add modification items. Just use the following content as a reference in the code. Parameter modification is not difficult, including unlimited bullets, health, number of items, and so on.]
--Hide the relevant UI of the main interface
cmd-f-ui 0
--Display the relevant UI of the main interface
cmd-f-ui 1
--Paru's time multiplier for terminal resurrection/recovery [0 represents instant recovery, 2 represents 20 minute recovery]
cmd-f-prt 0
---Flight endurance [various situations] consumption rate
---Horizontal
cmd-f-fsp 100
---Horizontal Sprint
cmd-f-fdsp 100
---Vertical
cmd-f-fvsp 100
---Sprint
cmd-f-ssp 100
--The rate of hunger consumption caused by using skills is doubled
cmd-f-stw 100
--Increase load value
cmd-f-a 100
--Reduce load value
cmd-f-ir 100
--Resurrected Paru carried
cmd-f-re 1
--name command
--If the released Paru is an air vortex dragon, it can have extremely fast riding speed.
kirachi-JetDragon
--Capture the nearby witch Bella Lujie, and reward 2 HP enhancements after capture
kirachi-BrRAID
--The surrounding Paru will come and interact with you intimately.
kirachi-PalPlay
--If multiple following mods are used, they will follow you in the form of the following function [double parameter, n is an integer index]/
kirachi-follow x=100 * n y=40 * n
--If multiple following mods are used, they will follow you in the form of the following equation/
kirachi-follow x * x+y * y=10000
--Get enough rest on your Paruma?
kirachi-PalRest
--Heterogeneous Griffin Random Isomerization?
kirachi-Griffon
--Hua Lina Gongzhuan Dance
kirachi LowersDC/
---------------------------------And add your command "yourname-cmdname"