Skip to content
Snippets Groups Projects

Inscription revamp

Merged Chris Davidson requested to merge Shibari/t-engine4:Inscriptions into master
13 files
+ 1300
754
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -64,7 +64,7 @@ newBirthDescriptor{
inscription_forbids = { ["inscriptions/infusions"] = true },
resolvers.inscription("RUNE:_SHIELDING", {cooldown=14, dur=5, power=130}),
--resolvers.inscription("RUNE:_PHASE_DOOR", {cooldown=7, range=10, dur=5, power=15}),
resolvers.inscription("RUNE:_HEAT_BEAM", {cooldown=18, range=8, power=40}), -- yeek and undead starts are unfun to the point of absurdity
resolvers.inscription("RUNE:_SHATTER_AFFLICTIONS", {cooldown=16, shield=50}), -- yeek and undead starts are unfun to the point of absurdity
resolvers.inventory({id=true, transmo=false, alter=function(o) o.inscription_data.cooldown=7 o.inscription_data.dur=5 o.inscription_data.power=15 o.inscription_data.range=10 end, {type="scroll", subtype="rune", name="phase door rune", ego_chance=-1000, ego_chance=-1000}}), -- keep this in inventory incase people actually want it, can't add it baseline because some classes start with 3 inscribed
},
Loading