Skip to content
Snippets Groups Projects
Commit 3fce8c13 authored by Chris Davidson's avatar Chris Davidson
Browse files

Add a new APR, Phys Pen, and Accuracy prefix to weapons

parent 8d94a8d6
No related branches found
No related tags found
1 merge request!390Bulwhat?
......@@ -73,6 +73,23 @@ newEntity{
},
}
newEntity{
power_source = {technique=true},
name = "truestriking ", prefix=true, instant_resolve=true,
keywords = {truestriking=true},
level_range = {30, 50},
greater_ego = 1,
rarity = 15,
cost = 40,
wielder = {
combat_atk = resolvers.mbonus_material(10, 5),
combat_apr = resolvers.mbonus_material(10, 5),
resists_pen = {
[DamageType.PHYSICAL] = resolvers.mbonus_material(10, 5),
},
},
}
newEntity{
power_source = {technique=true},
name = "warbringer's ", prefix=true, instant_resolve=true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment