Method ActionUseFeat
ActionUseFeat(NwFeat, NwGameObject, Subfeat)
Instructs this creature to use the specified feat on the target object.
public Task ActionUseFeat(NwFeat feat, NwGameObject target, Subfeat subFeat = Subfeat.None)
Parameters
featNwFeatThe feat to use.
targetNwGameObjectThe target object for the feat.
subFeatSubfeatFor some specific feats, the subtype to use. E.g. Wild shape
Returns
Remarks
This action cannot be used on PCs.
ActionUseFeat(NwFeat, Location, Subfeat)
Instructs this creature to use the specified feat at the target location.
public Task ActionUseFeat(NwFeat feat, Location target, Subfeat subFeat = Subfeat.None)
Parameters
featNwFeatThe feat to use.
targetLocationThe target location for the feat.
subFeatSubfeatFor some specific feats, the subtype to use. E.g. Wild shape
Returns
Remarks
This action cannot be used on PCs.