summaryrefslogtreecommitdiff
path: root/config/createaddition-common.toml
blob: 85cf5606b8228d0ce2b17692aeb99d91416a812e (plain)
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
#Make sure config changes are duplicated on both Clients and the Server when running a dedicated Server,
# as the config isnt synced between Clients and Server.
#General Settings
[general]
	#Forge Energy conversion rate (in E/t at 256 RPM, value is the E/t generated and consumed is at 256rpm).
	#Range: > 0
	fe_at_max_rpm = 240
	#Max stress for the Alternator and Electric Motor (in SU at 256 RPM).
	#Range: > 0
	max_stress = 16384
	#If audio should be enabled or not.
	audio_enabled = true

#Electric Motor
[electric_motor]
	#Electric Motor min/max RPM.
	#Range: > 1
	motor_rpm_range = 256
	#Electric Motor minimum required energy consumption in E/t.
	#Range: > 0
	motor_min_consumption = 8
	#Electric Motor max input in E (Energy transfer not consumption).
	#Range: 0 ~ 9223372036854775807
	motor_max_input = 5000
	#Electric Motor internal capacity in E.
	#Range: 0 ~ 9223372036854775807
	motor_capacity = 5000

#Alternator
[alternator]
	#Alternator max input in E (Energy transfer, not generation).
	#Range: 0 ~ 9223372036854775807
	generator_max_output = 5000
	#Alternator internal capacity in E.
	#Range: 0 ~ 9223372036854775807
	generator_capacity = 5000
	#Alternator efficiency relative to base conversion rate.
	#Range: 0.01 ~ 1.0
	generator_efficiency = 0.75

#Rolling Mill
[rolling_mill]
	#Rolling Mill duration in ticks.
	#Range: > 0
	rolling_mill_processing_duration = 120
	#Rolling Mill base stress impact.
	#Range: 0 ~ 1024
	rolling_mill_stress = 8

#Wires
[wires]
	#Small Connector max input in FE/t (Energy transfer).
	#Range: 0 ~ 9223372036854775807
	small_connector_max_input = 1000
	#Small Connector max output in FE/t (Energy transfer).
	#Range: 0 ~ 9223372036854775807
	small_connector_max_output = 1000
	#Small Connector max wire length in blocks.
	#Range: 0 ~ 256
	small_connector_wire_length = 16
	#Small Connector With Light energy consumption in FE/t.
	#Range: 0 ~ 9223372036854775807
	small_light_connector_consumption = 1
	#Large Connector max input in FE/t (Energy transfer).
	#Range: 0 ~ 9223372036854775807
	large_connector_max_input = 5000
	#Large Connector max output in FE/t (Energy transfer).
	#Range: 0 ~ 9223372036854775807
	large_connector_max_output = 5000
	#Large Connector max wire length in blocks.
	#Range: 0 ~ 256
	large_connector_wire_length = 32
	#Ignore checking if block face can support connector.
	connector_ignore_face_check = true
	#Allows blocks attached to a connector to freely pass energy to and from the connector network.
	connector_allow_passive_io = true

#Accumulator
[accumulator]
	#Accumulator max input in E/t (Energy transfer).
	#Range: 0 ~ 9223372036854775807
	accumulator_max_input = 5000
	#Accumulator max output in E/t (Energy transfer).
	#Range: 0 ~ 9223372036854775807
	accumulator_max_output = 5000
	#Accumulator internal capacity per block in E.
	#Range: 0 ~ 9223372036854775807
	accumulator_capacity = 2000000
	#Accumulator max multiblock height.
	#Range: 1 ~ 8
	accumulator_max_height = 5
	#Accumulator max multiblock width.
	#Range: 1 ~ 8
	accumulator_max_width = 3

#Portable Energy Interface
[portable_energy_interface]
	#PEI max input in E/t (Energy transfer).
	#Range: 0 ~ 9223372036854775807
	pei_max_input = 5000
	#PEI max output in E/t (Energy transfer).
	#Range: 0 ~ 9223372036854775807
	pei_max_output = 5000

#Tesla Coil
[tesla_coil]
	#Tesla Coil max input in E/t (Energy transfer).
	#Range: 0 ~ 9223372036854775807
	tesla_coil_max_input = 10000
	#Tesla Coil charge rate in E/t.
	#Range: 0 ~ 9223372036854775807
	tesla_coil_charge_rate = 5000
	#Tesla Coil charge rate in E/t for recipes.
	#Range: 0 ~ 9223372036854775807
	tesla_coil_recipe_charge_rate = 2000
	#Tesla Coil internal capacity in E.
	#Range: 0 ~ 9223372036854775807
	tesla_coil_capacity = 40000
	#Energy consumed when Tesla Coil is fired (in E).
	#Range: 0 ~ 9223372036854775807
	tesla_coil_hurt_energy_required = 1000
	#Hurt range (in blocks/meters).
	#Range: > 0
	tesla_coil_hurt_range = 3
	#Damaged dealt to mobs when Tesla Coil is fired (in half hearts).
	#Range: > 0
	tesla_coil_hurt_mob = 3
	#The duration of the Shocked effect for mobs (in ticks).
	#Range: > 0
	tesla_coil_effect_time_mob = 20
	#Damaged dealt to players when Tesla Coil is fired (in half hearts).
	#Range: > 0
	tesla_coil_hurt_player = 2
	#The duration of the Shocked effect for players (in ticks).
	#Range: > 0
	tesla_coil_effect_time_player = 20
	#Tesla Coil fire interval (in ticks).
	#Range: > 0
	tesla_coil_fire_cooldown = 20

#Misc
[misc]
	#Diamond Grit Sandpaper durability (number of uses).
	#Range: > 3
	diamond_grit_sandpaper_uses = 1024
	#Barbed Wire Damage.
	#Range: 0.0 ~ 3.4028234663852886E38
	barbed_wire_damage = 2.0