A
armybuilder at yahoogroup
Guest
To unsubscribe from this group, email
armybuilder-unsubscribe@egroups.com
------------------------------------------------------------------------
There are 4 messages in this issue.
Topics in this digest:
1. Re: Re: Adjusting a child units stats when selecting an item
From: ImhotepTheArchitect <imhotepthearchitect@yahoo.com>
2. Re: Re: Adjusting a child units stats when selecting an item
From: Colen McAlister <colen@wolflair.com>
3. Re: Adjusting a child units stats when selecting an item
From: "Lee Brooks" <lbrooks@kooee.com.au>
4. Re: Re: Adjusting a child units stats when selecting an item
From: Colen McAlister <colen@wolflair.com>
________________________________________________________________________
________________________________________________________________________
Message: 1
Date: Tue, 3 Dec 2002 10:56:05 -0800 (PST)
From: ImhotepTheArchitect <imhotepthearchitect@yahoo.com>
Subject: Re: Re: Adjusting a child units stats when selecting an item
I'm not too sure on this one... inter-unit dependancies are pretty tough. Colen?? Any ideas?
So far, the worst thing I have had to sort out is in the new Chaos Codex when a unit can take any number of veteran skill options, unless they have a mark of chaos, in which case they can only take one.... you should see the utyp statement on that one hehehe I finally found a use for the xor........
Lee Brooks <lbrooks@kooee.com.au> wrote:Thanks for the help.
1 more problem...
how can i allow a unit to select specal items, based upon the existence of
another unit (not a parent unit).
example.
a unit of soldiers can have access to 25 points worth of potions if there is
an apothacary in the army.
the potions are special items.
Lee.
Yahoo! Groups SponsorADVERTISEMENT
To unsubscribe from this group, email
armybuilder-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
--
Graham H. Tracey (40k3 Maintainer)
If we can't fix it, then it ain't broke!
40k3 Datafile Support Group: http://groups.yahoo.com/group/ab-40k3
40k3 Datafiles Bug Tracker: http://bugtrack.lscfn.ca
---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
[Non-text portions of this message have been removed]
________________________________________________________________________
________________________________________________________________________
Message: 2
Date: Tue, 03 Dec 2002 16:39:57 -0800
From: Colen McAlister <colen@wolflair.com>
Subject: Re: Re: Adjusting a child units stats when selecting an item
At 08:42 PM 12/3/2002 +1100, you wrote:
>Thanks for the help.
>
>
>
>1 more problem...
>
>how can i allow a unit to select specal items, based upon the existence of
>another unit (not a parent unit).
>
>example.
>
>a unit of soldiers can have access to 25 points worth of potions if there is
>an apothacary in the army.
>
>the potions are special items.
Give the apothecary the type 'IsApothec'. (You may also need to give him
the 'forc' unit local attribute, if he's going to be the child of another
unit.)
Put the potions in a separate item category, called (for example) Potions.
Use the 'ireq' race attribute to ensure you can't take more than 25 points
of items from the Potions category. Make each potion assign the type
'HasPotion' when it's taken.
Add a race validation rule attribute (using trat, for example) that
displays an error if the type 'HasPotion' is present without the type
'IsApothec' also being present. For example,
'trat:IsApothec@1m:HasPotion@1m-flat'.
--
Colen McAlister (colen@wolflair.com)
Lone Wolf Development www.wolflair.com
________________________________________________________________________
________________________________________________________________________
Message: 3
Date: Wed, 04 Dec 2002 05:15:14 -0000
From: "Lee Brooks" <lbrooks@kooee.com.au>
Subject: Re: Adjusting a child units stats when selecting an item
thanks again that worked perfectly.
sorry to be a pain, but i have another problem...is there any way to
add an option to all units (like the glob option) but have it come
into effect AFTER i have added a special character?
or (if this is easier) is there a way to assign a 'type' to all units
after the special character has been added?
Lee.
________________________________________________________________________
________________________________________________________________________
Message: 4
Date: Tue, 03 Dec 2002 22:26:57 -0800
From: Colen McAlister <colen@wolflair.com>
Subject: Re: Re: Adjusting a child units stats when selecting an item
At 05:15 AM 12/4/2002 +0000, you wrote:
>thanks again that worked perfectly.
>
>sorry to be a pain, but i have another problem...is there any way to
>add an option to all units (like the glob option) but have it come
>into effect AFTER i have added a special character?
>
>or (if this is easier) is there a way to assign a 'type' to all units
>after the special character has been added?
Unless there's a parent/child relationship involved, there is no way for
separate units to affect each other. For example, if you add units X, Y and
Z to your roster, Unit X can't assign a type to unit Z, or force unit Y to
take an option.
What exactly are you trying to achieve? From your description, I'd suggest
the following: Let's say you have a special character called 'Mr Skrill'
who, if present, allows other units to take a 'Skrill Cannon' option. To do
this, Mr Skrill should have the type 'MrSkrill', while the Skrill Cannon
option should assign the type 'SkrillCan' when taken. Then you just need to
write a validation rule (again using trat, similar to the one I proposed in
the last email) that makes sure if any units of type 'SkrillCan' are
present, at least one unit of type 'MrSkrill' is present. The Skrill Cannon
option will always be available to your units, but will produce a
validation error if you select it without first taking Mr Skrill.
--
Colen McAlister (colen@wolflair.com)
Lone Wolf Development www.wolflair.com
________________________________________________________________________
________________________________________________________________________
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
armybuilder-unsubscribe@egroups.com
------------------------------------------------------------------------
There are 4 messages in this issue.
Topics in this digest:
1. Re: Re: Adjusting a child units stats when selecting an item
From: ImhotepTheArchitect <imhotepthearchitect@yahoo.com>
2. Re: Re: Adjusting a child units stats when selecting an item
From: Colen McAlister <colen@wolflair.com>
3. Re: Adjusting a child units stats when selecting an item
From: "Lee Brooks" <lbrooks@kooee.com.au>
4. Re: Re: Adjusting a child units stats when selecting an item
From: Colen McAlister <colen@wolflair.com>
________________________________________________________________________
________________________________________________________________________
Message: 1
Date: Tue, 3 Dec 2002 10:56:05 -0800 (PST)
From: ImhotepTheArchitect <imhotepthearchitect@yahoo.com>
Subject: Re: Re: Adjusting a child units stats when selecting an item
I'm not too sure on this one... inter-unit dependancies are pretty tough. Colen?? Any ideas?
So far, the worst thing I have had to sort out is in the new Chaos Codex when a unit can take any number of veteran skill options, unless they have a mark of chaos, in which case they can only take one.... you should see the utyp statement on that one hehehe I finally found a use for the xor........
Lee Brooks <lbrooks@kooee.com.au> wrote:Thanks for the help.
1 more problem...
how can i allow a unit to select specal items, based upon the existence of
another unit (not a parent unit).
example.
a unit of soldiers can have access to 25 points worth of potions if there is
an apothacary in the army.
the potions are special items.
Lee.
Yahoo! Groups SponsorADVERTISEMENT
To unsubscribe from this group, email
armybuilder-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
--
Graham H. Tracey (40k3 Maintainer)
If we can't fix it, then it ain't broke!
40k3 Datafile Support Group: http://groups.yahoo.com/group/ab-40k3
40k3 Datafiles Bug Tracker: http://bugtrack.lscfn.ca
---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
[Non-text portions of this message have been removed]
________________________________________________________________________
________________________________________________________________________
Message: 2
Date: Tue, 03 Dec 2002 16:39:57 -0800
From: Colen McAlister <colen@wolflair.com>
Subject: Re: Re: Adjusting a child units stats when selecting an item
At 08:42 PM 12/3/2002 +1100, you wrote:
>Thanks for the help.
>
>
>
>1 more problem...
>
>how can i allow a unit to select specal items, based upon the existence of
>another unit (not a parent unit).
>
>example.
>
>a unit of soldiers can have access to 25 points worth of potions if there is
>an apothacary in the army.
>
>the potions are special items.
Give the apothecary the type 'IsApothec'. (You may also need to give him
the 'forc' unit local attribute, if he's going to be the child of another
unit.)
Put the potions in a separate item category, called (for example) Potions.
Use the 'ireq' race attribute to ensure you can't take more than 25 points
of items from the Potions category. Make each potion assign the type
'HasPotion' when it's taken.
Add a race validation rule attribute (using trat, for example) that
displays an error if the type 'HasPotion' is present without the type
'IsApothec' also being present. For example,
'trat:IsApothec@1m:HasPotion@1m-flat'.
--
Colen McAlister (colen@wolflair.com)
Lone Wolf Development www.wolflair.com
________________________________________________________________________
________________________________________________________________________
Message: 3
Date: Wed, 04 Dec 2002 05:15:14 -0000
From: "Lee Brooks" <lbrooks@kooee.com.au>
Subject: Re: Adjusting a child units stats when selecting an item
thanks again that worked perfectly.
sorry to be a pain, but i have another problem...is there any way to
add an option to all units (like the glob option) but have it come
into effect AFTER i have added a special character?
or (if this is easier) is there a way to assign a 'type' to all units
after the special character has been added?
Lee.
________________________________________________________________________
________________________________________________________________________
Message: 4
Date: Tue, 03 Dec 2002 22:26:57 -0800
From: Colen McAlister <colen@wolflair.com>
Subject: Re: Re: Adjusting a child units stats when selecting an item
At 05:15 AM 12/4/2002 +0000, you wrote:
>thanks again that worked perfectly.
>
>sorry to be a pain, but i have another problem...is there any way to
>add an option to all units (like the glob option) but have it come
>into effect AFTER i have added a special character?
>
>or (if this is easier) is there a way to assign a 'type' to all units
>after the special character has been added?
Unless there's a parent/child relationship involved, there is no way for
separate units to affect each other. For example, if you add units X, Y and
Z to your roster, Unit X can't assign a type to unit Z, or force unit Y to
take an option.
What exactly are you trying to achieve? From your description, I'd suggest
the following: Let's say you have a special character called 'Mr Skrill'
who, if present, allows other units to take a 'Skrill Cannon' option. To do
this, Mr Skrill should have the type 'MrSkrill', while the Skrill Cannon
option should assign the type 'SkrillCan' when taken. Then you just need to
write a validation rule (again using trat, similar to the one I proposed in
the last email) that makes sure if any units of type 'SkrillCan' are
present, at least one unit of type 'MrSkrill' is present. The Skrill Cannon
option will always be available to your units, but will produce a
validation error if you select it without first taking Mr Skrill.
--
Colen McAlister (colen@wolflair.com)
Lone Wolf Development www.wolflair.com
________________________________________________________________________
________________________________________________________________________
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/