[b38] Ranged weapons of power have no bonus

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
stinkstink
Spiderkin
Posts: 543
Joined: Sat Feb 11, 2012 1:12 am

[b38] Ranged weapons of power have no bonus

#1 Post by stinkstink »

Presumably, because their combat entry is blank:

Code: Select all

newEntity{
	power_source = {technique=true},
	name = " of power", suffix=true, instant_resolve=true,
	keywords = {power=true},
	level_range = {1, 50},
	rarity = 3,
	cost = 6,
	combat={},
}

Post Reply