Advertisement
DoomRater

rewired config settings for augments.cfg

Jun 26th, 2021
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.28 KB | None | 0 0
  1. # Configuration file
  2.  
  3. augments {
  4.  
  5. ##########################################################################################################
  6. # rail rider
  7. #--------------------------------------------------------------------------------------------------------#
  8. # Augment Slot: Foot
  9. # When enabled, the augmented entity is able to Ride Minecart Tracks
  10. # Use Shift or disable via the Cyberware Menu
  11. ##########################################################################################################
  12.  
  13. "rail rider" {
  14. # Energy Cost of the Augment
  15. # Min: 0
  16. # Max: 2147483647
  17. I:"Energy Cost"=30
  18.  
  19. # Rarity of the Augment
  20. # Min: 0
  21. # Max: 100
  22. I:Rarity=40
  23.  
  24. # Tolerance Cost of the Augment
  25. # Min: 0
  26. # Max: 2147483647
  27. I:Tolerance=6
  28. }
  29.  
  30. ##########################################################################################################
  31. # thermoptic camouflage
  32. #--------------------------------------------------------------------------------------------------------#
  33. # Augment Slot: Skin
  34. # When enabled, the augmented entity is rendered invisible
  35. # Controlled via the Cyberware Menu
  36. ##########################################################################################################
  37.  
  38. "thermoptic camouflage" {
  39. # Energy Cost of the Augment
  40. # Min: 0
  41. # Max: 2147483647
  42. I:"Energy Cost"=75
  43.  
  44. # Rarity of the Augment
  45. # Min: 0
  46. # Max: 100
  47. I:Rarity=2
  48.  
  49. # Tolerance Cost of the Augment
  50. # Min: 0
  51. # Max: 2147483647
  52. I:Tolerance=6
  53. }
  54.  
  55. ##########################################################################################################
  56. # plasteel fist
  57. #--------------------------------------------------------------------------------------------------------#
  58. # Augment Slot: Hand
  59. # When equipped the augmented entity is able to mine at iron level when using their fist
  60. ##########################################################################################################
  61.  
  62. "plasteel fist" {
  63. # Enter the registry of a pickaxe to use for Mining Level and Speed
  64. S:"Emulated Pickaxe"=pickletweaks:diamond_paxel
  65.  
  66. # Rarity of the Augment
  67. # Min: 0
  68. # Max: 100
  69. I:Rarity=15
  70.  
  71. # Tolerance Cost of the Augment
  72. # Min: 0
  73. # Max: 2147483647
  74. I:Tolerance=3
  75. }
  76.  
  77. ##########################################################################################################
  78. # derps
  79. #--------------------------------------------------------------------------------------------------------#
  80. # Augment Slot: Lower Organs
  81. # Using Ender Fields, the DERPS negates partial fall damage at the cost of energy
  82. # Controlled via the Cyberware Menu
  83. # Relies on Ender Teleportation Fields.
  84. ##########################################################################################################
  85.  
  86. derps {
  87. # Energy Cost of the Augment
  88. # Min: 0
  89. # Max: 2147483647
  90. I:"Energy Cost"=30
  91.  
  92. # Rarity of the Augment
  93. # Min: 0
  94. # Max: 100
  95. I:Rarity=10
  96.  
  97. # Tolerance Cost of the Augment
  98. # Min: 0
  99. # Max: 2147483647
  100. I:Tolerance=6
  101. }
  102.  
  103. ##########################################################################################################
  104. # projected kinetic barrier
  105. #--------------------------------------------------------------------------------------------------------#
  106. # Augment Slot: Hand
  107. # When enabled, the augmented entity is able to block incoming projectiles by expending energy.
  108. # Requires Line of Sight. Controlled via the Cyberware Menus
  109. ##########################################################################################################
  110.  
  111. "projected kinetic barrier" {
  112. # Energy Cost of the Augment per Projectile Reflected
  113. # Min: 0
  114. # Max: 2147483647
  115. I:"Energy Cost"=55
  116.  
  117. # Rarity of the Augment
  118. # Min: 0
  119. # Max: 100
  120. I:Rarity=1
  121.  
  122. # Tolerance Cost of the Augment
  123. # Min: 0
  124. # Max: 2147483647
  125. I:Tolerance=6
  126. }
  127.  
  128. ##########################################################################################################
  129. # ender convergence device
  130. #--------------------------------------------------------------------------------------------------------#
  131. # Augment Slot: Cranium
  132. # When enabled, teleports items towards the augmented entity.
  133. # Controlled via the Cyberware Menu
  134. # Relies on Ender Teleportation Fields
  135. ##########################################################################################################
  136.  
  137. "ender convergence device" {
  138. # Items Blacklisted from being pulled by the ECD
  139. S:BLACKLIST <
  140. appliedenergistics2:item.itemcrystalseed
  141. botania:livingrock
  142. botania:manatablet
  143. >
  144.  
  145. # Number of Items Collected per Operation
  146. # Min: 1
  147. # Max: 128
  148. I:"Collection Amount"=16
  149.  
  150. # Energy Cost of the Augment per Item Collected
  151. # Min: 0
  152. # Max: 2147483647
  153. I:"Energy Cost"=20
  154.  
  155. # Range at which the ECD can pull items
  156. # Min: 0
  157. # Max: 48
  158. I:"Operational Range"=8
  159.  
  160. # Rarity of the Augment
  161. # Min: 0
  162. # Max: 100
  163. I:Rarity=20
  164.  
  165. # Tolerance Cost of the Augment
  166. # Min: 0
  167. # Max: 2147483647
  168. I:Tolerance=6
  169. }
  170.  
  171. ##########################################################################################################
  172. # neural interface
  173. #--------------------------------------------------------------------------------------------------------#
  174. # Augment Slot: Cranium
  175. # Allows the use of objects that require a Man-Machine Interface, such as the Exosuit
  176. ##########################################################################################################
  177.  
  178. "neural interface" {
  179. # Rarity of the Augment
  180. I:Rarity=15
  181.  
  182. # Tolerenace Cost of the Augment
  183. I:Tolerance=2
  184. }
  185.  
  186. ##########################################################################################################
  187. # cybernetic stomach
  188. #--------------------------------------------------------------------------------------------------------#
  189. # Augment Slot: Lower Organs Essential
  190. # Increases efficiency of digestion of foods
  191. ##########################################################################################################
  192.  
  193. "cybernetic stomach" {
  194. # Energy Drink Energy Value
  195. # Min: 0
  196. # Max: 2147483647
  197. I:"Energy Drink - Energy Value"=500
  198.  
  199. # Energy Drink Food Value
  200. # Min: 0
  201. # Max: 2147483647
  202. I:"Energy Drink - Food Value"=2
  203.  
  204. # Energy Drink Saturation Value
  205. # Min: 0.0
  206. # Max: 1.7976931348623157E308
  207. D:"Energy Drink - Saturation Value"=0.5
  208.  
  209. # Power Bar Energy Value
  210. # Min: 0
  211. # Max: 2147483647
  212. I:"Power Bar - Energy Value"=300
  213.  
  214. # Power Bar Food Value
  215. # Min: 0
  216. # Max: 2147483647
  217. I:"Power Bar - Food Value"=2
  218.  
  219. # Power Bar Saturation Value
  220. # Min: 0.0
  221. # Max: 1.7976931348623157E308
  222. D:"Power Bar - Saturation Value"=1.0
  223.  
  224. # Rarity of the Augment
  225. # Min: 0
  226. # Max: 100
  227. I:Rarity=10
  228.  
  229. # Tolerance Cost of the Augment
  230. # Min: 0
  231. # Max: 2147483647
  232. I:Tolerance=8
  233. }
  234.  
  235. ##########################################################################################################
  236. # aegis defense matrix
  237. #--------------------------------------------------------------------------------------------------------#
  238. # Augment Slot: Skin
  239. # Gives a minor stacking bonus to armor and armor toughness when activated
  240. ##########################################################################################################
  241.  
  242. "aegis defense matrix" {
  243. # Energy Cost of the Augment per Second
  244. # Min: 0
  245. # Max: 2147483647
  246. I:"Energy Cost"=50
  247.  
  248. # Rarity of the Augment
  249. # Min: 0
  250. # Max: 100
  251. I:Rarity=1
  252.  
  253. # Tolerance Cost of the Augment
  254. # Min: 0
  255. # Max: 2147483647
  256. I:Tolerance=5
  257. }
  258.  
  259. ##########################################################################################################
  260. # endermal remote access
  261. #--------------------------------------------------------------------------------------------------------#
  262. # Augment Slot: Skin
  263. # Allows the player to access their Ender Chest from their Inventory
  264. ##########################################################################################################
  265.  
  266. "endermal remote access" {
  267. # Rarity of the Augment
  268. # Min: 0
  269. # Max: 100
  270. I:Rarity=20
  271.  
  272. # Tolerance Cost of the Augment
  273. # Min: 0
  274. # Max: 2147483647
  275. I:Tolerance=10
  276. }
  277.  
  278. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement