179
180
181
182
183
184
185
186
187
188
189
190
191
192
|
-- infusion = 'sorcery:grease_war';
-- basis = 'sorcery:potion_soft';
-- desc = 'Amplify the power of your blows and crack steel armor with the force of your bare hands';
-- };
resilient = {
name = 'Resilient';
color = {124,124,124}; style = 'dull';
basis = 'sorcery:potion_soft';
desc = 'Withstand greater damage and hold your ground even in face of tremendous force';
quals = { force = true, duration = true };
};
hover = {
name = 'Hover';
color = {164,252,55}; style = 'sparkle';
|
|
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
|
-- infusion = 'sorcery:grease_war';
-- basis = 'sorcery:potion_soft';
-- desc = 'Amplify the power of your blows and crack steel armor with the force of your bare hands';
-- };
resilient = {
name = 'Resilient';
color = {124,124,124}; style = 'dull';
infusion = 'sorcery:liquid_sap_pine_bottle';
basis = 'sorcery:potion_soft';
desc = 'Withstand greater damage and hold your ground even in face of tremendous force';
quals = { force = true, duration = true };
};
hover = {
name = 'Hover';
color = {164,252,55}; style = 'sparkle';
|