Numenera & The Strange framework

MapTool campaign files that encapsulate properties, tokens, and macros for a particular ruleset or game world. "Framework" is often abbreviated "FW".

Moderators: dorpond, trevor, Azhrei, giliath, Gamerdude, jay, Mr.Ice

Forum rules
This forum is LOCKED. If a thread belongs here, use the "Report" feature of the post to let a moderator know to move it. General discussion should occur in the User Creations or MapTool forums.
Post Reply
suntzu777
Cave Troll
Posts: 27
Joined: Sat Oct 31, 2009 8:42 am
Location: UK

Numenera & The Strange framework

Post by suntzu777 »

Ok peeps i have done a little framework for Numenera & The Strange so see what you think , it is a little basic and i bet it could do with a bit of smartening up

did a few more tweaks to the framework

but here is the link
https://dl.dropboxusercontent.com/u/974 ... ange.cmpgn

Rob
Last edited by suntzu777 on Sun Aug 10, 2014 5:10 am, edited 1 time in total.


Yot
Kobold
Posts: 1
Joined: Sun Sep 06, 2015 9:37 am

Re: Numenera & The Strange framework

Post by Yot »

Hello,

It's seems the Edges aren't applied in the macro "Task Check"
I added this at the top

Code: Select all

[h: IndEdge=0]
then

Code: Select all

<!-- Autofire ROLLS CHARTS BASED ON NUMBERS SELECTED IN DIALOGUE BOX -->
[IF(BaseAttackRating == "Might"), CODE:{[h: Score = Might): 1] };{}]
[IF(BaseAttackRating == "Speed"), CODE:{[h: Score = Speed): 1] };{}]
[IF(BaseAttackRating == "Intellect" ), CODE:{[h: Score = Intellect): 1] };{}]

[IF(BaseAttackRating == "Might"), CODE:{[h: Might = Might+MightEdge-Points): 1] };{}]
[IF(BaseAttackRating == "Speed"), CODE:{[h: Speed = Speed+SpeedEdge-Points): 1] };{}]
[IF(BaseAttackRating == "Intellect"), CODE:{[h: Intellect = Intellect+IntellectEdge-Points): 1] };{}]

[IF(BaseAttackRating == "Might"), CODE:{[h: IndEdge = MightEdge): 1] };{}]
[IF(BaseAttackRating == "Speed"), CODE:{[h: IndEdge = SpeedEdge): 1] };{}]
[IF(BaseAttackRating == "Intellect"), CODE:{[h: IndEdge = IntellectEdge): 1] };{}]
and for the result's layout :

Code: Select all

<tr bgcolor=black color=white><td align="center"><font bgcolor=black><b> Edge : [r: IndEdge]</b></font></td></tr>
thanks to the original coder, I'm trying to translate to french

suntzu777
Cave Troll
Posts: 27
Joined: Sat Oct 31, 2009 8:42 am
Location: UK

Re: Numenera & The Strange framework

Post by suntzu777 »

Thanks For the update , have put your edits in the original download

Rob

Post Reply

Return to “Campaign Frameworks”