PDA

View Full Version : Another /die 1d3 question



Jingo
May 5th, 2007, 07:20
How do I get a d3 into an attack on the Combat page, you know where the list of weapons are, in the d20 char sheet where the damage field is? I can drag the other dice into the field, but is there a way to add the /die 1d3 expression or does this just not work and I should do a quickslot? The dice icon looks cool in the field but I think being able to put in what we really need would be better.

Oberoten
May 5th, 2007, 07:28
Rightclick D6, Go to Custom Dice, Select D3.

Griogre
May 5th, 2007, 09:32
Once you have the d3 on your mouse you can just drop it in the damage field and it will work.

Drazulfel
May 8th, 2007, 20:32
Once you have the d3 on your mouse you can just drop it in the damage field and it will work.

I can't make this feature work. I R-click on the d6, select custom die, mouse over the option for d3 and click... and I still end up rolling a d6.

joeru
May 8th, 2007, 21:18
I can't make this feature work. I R-click on the d6, select custom die, mouse over the option for d3 and click... and I still end up rolling a d6.

The graphics on the dice rolled won't change, since they're hard-coded. The results, if you throw into the chat window, however, will be that of a d3.

Jingo
May 9th, 2007, 16:42
That's right. So rolls of
1,2,3 have values of 1,2,3, and rolls of
4,5,6 have values of 1,2,3 respectively.

Last_resort_33
May 9th, 2007, 18:14
no. again, not quite, the code is

function onValue(result)
return math.ceil(result/2);
end

Nokameeno
May 9th, 2007, 19:54
Yes while trying to roll the d3 all rolls of 3 are registering as 2. So tje rolls of 1 and 2 are 1, 3 and 4 are 2...ect...