Thread: MoreCore Ruleset
-
May 28th, 2020, 01:07 #2321
-
May 28th, 2020, 01:25 #2322Patriarch
- Join Date
- Nov 2019
- Posts
- 473
Is there a way to ignore targets? There are actions, like spell drain that do not care about targets, and so should only show once.
I can think of a couple of ways to do it, but thought I would ask if there was a way that already exists.
-
May 28th, 2020, 01:52 #2323
Im not sure what you mean?
Dont include targeting actions in your roll.
Or are you wanting to drop a target based on some condition?
-
May 28th, 2020, 02:03 #2324Patriarch
- Join Date
- Nov 2019
- Posts
- 473
I want to exclude all targeting in some rolls. I'm guessing there is something somewhere that excludes targeting that I'm not aware of.
-
May 28th, 2020, 02:04 #2325
Its still unclear what you mean.
Most rolls ignore targeting.
-
May 28th, 2020, 02:12 #2326Patriarch
- Join Date
- Nov 2019
- Posts
- 473
Ah, then there is most definitely something I am missing because it seems all of the rolls I've seen so far seem to use targeting.
The code I have is using ActionManager.performAction(draginfo, rActor, rRoll) and they seem to give me multiple results when I have 2 or more targets selected.
-
May 28th, 2020, 02:15 #2327
I still dont understand what you are trying to do?
If the player has multiple targets selected there is a reason for that.
If they shouldnt be targeted then the player should fix that?
have a look at manager_custom_ubiquity.lua as an example.
function onLanded(rSource, rTarget, rRoll)
is present but the rTarget data is not used.
-
May 28th, 2020, 02:19 #2328Patriarch
- Join Date
- Nov 2019
- Posts
- 473
Well, in this case, or at least with shadowrun a player may target multiple targets to do an attack with an area affect spell, say fireball.
They cast that spell and roll 1 set of dice for all targets. Each target then resists the damage from the spell.
The character then has to resist drain from the casting of the spell. I was thinking I could have them do this without having to clear targets.
-
May 28th, 2020, 02:30 #2329
There are no current examples of this behavior in MoreCore at this time sorry.
There are lots of ways you could approach this but nothing that exists in MoreCore to work from.
-
May 28th, 2020, 02:35 #2330Patriarch
- Join Date
- Nov 2019
- Posts
- 473
No worries, thanks for your help.
Thread Information
Users Browsing this Thread
There are currently 5 users browsing this thread. (0 members and 5 guests)


Reply With Quote

Bookmarks