0 of 0

File information

Last updated

Original upload

Created by

Tom

Uploaded by

blakegrey95

Virus scan

Safe to use

Tags for this mod

About this mod

Customise the capture power of Pal spheres

Requirements
Permissions and credits
Information

You can edit the capture power of Pal spheres to customise your gameplay.

Open up `main.lua` in notepad (or another plain text editor) and change the values of `SphereCapturePower` (shown below)


local SphereCapturePower = {
    Normal = 2,
    Mega = 6,
    Giga = 10,
    Tera = 14,
    Master = 18,
    Legend = 24,
    Ultimate = 30,
    Exotic = 80
}

This mod requires UE4SS to be installed, and this mod should be placed in the mods folder of UE4SS (not PalSchema)


Warning

This has not yet been tested on a dedicated server, however it should work.