your current location:首页 > news>AC Super Power Module Configuration File Modification Tutorial [AC] Super Power/Academy Craft Minecraft Game

AC Super Power Module Configuration File Modification Tutorial [AC] Super Power/Academy Craft Minecraft Game

2024-12-10 17:53:50|Myriagame |source:minecraft skins

This tutorial mainly talks about the modification of Academy-CRAFT-DATA.CONF text

MOD version is 1.12.2

The following text has been modified

cp_recover_speed: 1.0

CP is the computing power recovery speed default 1.0

overload_recover_speed: 2.0

The recovery speed of the load value

prog_incr_rate: 2.0

Superpower level experience acquisition rate

Next is a very important entry

init_cp: [1800, 1800, 2800, 4000, 8000, 16000]

The default CP value of each level

ADD_CP: [0, 900, 1000, 1500, 1700, 12000] # the additional CP that can be app achieved by users.

Each level can increase the additional CP value through the ability to use

Init_overload: [100, 100, 400, 600, 1000, 2000]

The original LV5 load value of each level is only 500 points that can not play the wings of the wind at all

Add_overload: [0, 40, 70, 80, 100, 500] # The additional overload that can be app achieved by users.

Each level can increase the load value through the ability to use

#Damage_scale (float) | a scale of skill-to-entity damage. | 2.0

The damage caused by all abilities and skills to monsters is defaulting to monsters 1.0

#CP_Consume_Speed ​​(Float) | How Fast This Skill Consumes CP. | 1.0

Skills of CP consumption

#Overload_Consume_Speed ​​(Float) | How Fast This Skill Overloads. | 1.0

Skills overload speed

#Exp_incr_speed (Float) | How Fast This Skill's Experience increases. | 5.0

The experience of skill acquisition is the skill progress bar

# *Destroy_blocks (Boolean) | WHETHER this skill desks blocks. | true

Whether the ability will destroy the square

Next is the configuration of a single skill. The following is an example that comes with the text

skills {{

Arc_gen {

Enabled: true, is it enabled

Damage_scale: 1.0, the damage level caused

CP_Consume_Speed: 1.0, CP consumption speed

Overload_consume_speed: 1.0, overload speed

Exp_incr_speed: 1.0 speed of accumulating experience

}

The original model was copied to the entry below

Original entry charging {

}

Charging {{

Enabled: true

Damage_scale: 1.0

Cp_consume_speed: 1.0

Overload_Consume_speed: 1.0

Exp_incr_speed: 1.0

}

The configuration of a single skill is written