testing pre-commit strats
This commit is contained in:
@ -1,31 +1,31 @@
|
||||
[CFG=1.0.0]
|
||||
|
||||
/* Visual tweaks of the mod */
|
||||
C "Client"={
|
||||
/*
|
||||
Hard max value for the energizera's bolt particle count.
|
||||
When this limit will be reached, no new bolts will be spawned.
|
||||
Setting to 0 will disable bolts completely. (Range: [0; 2147483647])
|
||||
*/
|
||||
I "Max Energizera Particle Hard"=100
|
||||
|
||||
/*
|
||||
Soft max value for the energizera's bolt particle count.
|
||||
When this limit will be exceeded, bolts will be simplified into a straight line to save on performance.
|
||||
Setting to 0 will make all bolts simplified. (Range: [0; 2147483647])
|
||||
*/
|
||||
I "Max Energizera Particle Soft"=10
|
||||
}
|
||||
|
||||
/* Tweaks to gameplay and balance */
|
||||
C "Gameplay"={
|
||||
/*
|
||||
How much FE (in mana equivalent) will be attempted to be extracted from nearby tiles?
|
||||
1 mana will mean 10 FE extracted (default configs) per operation.
|
||||
Bigger numbers make the flower pull more FE per operation and thus go on cooldown for longer, saving on server performance. (Range: [1; 1000])
|
||||
*/
|
||||
I "Energizera Max Mana Pull"=5
|
||||
|
||||
/* How much FE will be converted into a single unit of mana? (Range: [1; 2147483647]) */
|
||||
I "Energizera Rate"=10
|
||||
[CFG=1.0.0]
|
||||
|
||||
/* Visual tweaks of the mod */
|
||||
C "Client"={
|
||||
/*
|
||||
Hard max value for the energizera's bolt particle count.
|
||||
When this limit will be reached, no new bolts will be spawned.
|
||||
Setting to 0 will disable bolts completely. (Range: [0; 2147483647])
|
||||
*/
|
||||
I "Max Energizera Particle Hard"=100
|
||||
|
||||
/*
|
||||
Soft max value for the energizera's bolt particle count.
|
||||
When this limit will be exceeded, bolts will be simplified into a straight line to save on performance.
|
||||
Setting to 0 will make all bolts simplified. (Range: [0; 2147483647])
|
||||
*/
|
||||
I "Max Energizera Particle Soft"=10
|
||||
}
|
||||
|
||||
/* Tweaks to gameplay and balance */
|
||||
C "Gameplay"={
|
||||
/*
|
||||
How much FE (in mana equivalent) will be attempted to be extracted from nearby tiles?
|
||||
1 mana will mean 10 FE extracted (default configs) per operation.
|
||||
Bigger numbers make the flower pull more FE per operation and thus go on cooldown for longer, saving on server performance. (Range: [1; 1000])
|
||||
*/
|
||||
I "Energizera Max Mana Pull"=5
|
||||
|
||||
/* How much FE will be converted into a single unit of mana? (Range: [1; 2147483647]) */
|
||||
I "Energizera Rate"=10
|
||||
}
|
Reference in New Issue
Block a user