forked from mpstark/PunchinOut
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmod.json
More file actions
67 lines (55 loc) · 2.15 KB
/
mod.json
File metadata and controls
67 lines (55 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"Name": "BasicPanicSystem",
"Version": "1.0.7",
"Description": "Adds basic panic system, based on mpstark's Punchin' Out.",
"Author": "RealityMachina, forked from mpstark's work",
"Website": "https://github.com/RealityMachina/PunchinOut",
"DLL": "PunchinOut.dll",
"Settings": {
"PlayerCharacterAlwaysResists": true,
"PlayerTeamCanPanic": true,
"EnemiesCanPanic": true,
"PlayerLightsConsiderEjectingEarly": false,
"EnemyLightsConsiderEjectingEarly": true,
"LightMechEarlyPanicThreshold": 1,
"PlayerMediumsConsiderEjectingEarly": false,
"EnemyMediumsConsiderEjectingEarly": false,
"MediumMechEarlyPanicThreshold": 2,
"PlayerHeaviesConsiderEjectingEarly": false,
"EnemyHeaviesConsiderEjectingEarly": false,
"HeavyMechEarlyPanicThreshold": 2,
"PlayerAssaultsConsiderEjectingEarly": false,
"EnemyAssaultsConsiderEjectingEarly": false,
"AssaultMechEarlyPanicThreshold": 2,
"MaxEjectChanceWhenEarly": 10,
"MinimumArmourDamagePercentageRequired": 10,
"AtLeastOneChanceToPanic": true,
"AlwaysGatedChanges": true,
"MaxPanicResistTotal": 15,
"LosingLimbAlwaysPanics": false,
"FatiguedAimModifier": 1,
"StressedAimModifier": 2,
"StressedToHitModifier": -1,
"PanickedAimModifier": 4,
"PanickedToHitModifier": -2,
"MinimumHealthToAlwaysEjectRoll": 1,
"MaxEjectChance": 50,
"GutsTenAlwaysResists": false,
"ComboTenAlwaysResists": false,
"TacticsTenAlwaysResists": false,
"KnockedDownCannotEject": true,
"ConsiderEjectingWithNoWeaps": true,
"BaseEjectionResist": 10,
"GutsEjectionResistPerPoint": 2,
"TacticsEjectionResistPerPoint": 1,
"UnsteadyModifier": 5,
"PilotHealthMaxModifier": 10,
"HeadDamageMaxModifier": 10,
"CTDamageMaxModifier": 10,
"SideTorsoInternalDamageMaxModifier": 10,
"LeggedMaxModifier": 10,
"NextShotLikeThatCouldKill": 15,
"WeaponlessModifier": 15,
"AloneModifier": 20
}
}