Using the Blob to create weapons


Index

Configure the blob using 'blob setup weapons'

A weapon is something that a player or NPC can wield. It has a value, weight and a 'weapon class', which defines how much damage the weapon can deal as well as how easily it will hit.
A weapon has a primary skill which is used when wielding the weapon which is used in the hit and damage calculations - normally the skill is co.me.ed, co.me.bl or co.me.po.

[adjectives]   [alias]   [long]   [name]   [short]   [skill]   [unique]   [value]   [wc]   [weight]  

Attribute 'adjectives'

Summary:Adjectives
Mandatory:No
Type:menu
Default:0
Description:Adjectives are words that can be combined in any order with the 'name' or an 'alias' to identify this item. It is preferred if you use an intelligent combination of adjectives with the name and a minimal number of aliases
Example 0:If the 'short' is 'sharp glittering dagger' then you might have a name of 'dagger' and adjectives of 'sharp' and 'glittering' and no aliases
[top]

Attribute 'alias'

Summary:Aliases
Mandatory:No
Type:menu
Default:0
Description:Aliases are alternative names for the item, and can be combined with any adjectives. These values should be derived from the 'short'

It is preferred if you use an intelligent combination of adjectives with the name and a minimal number of aliases

Example 0:If the 'short' is 'sharp glittering dagger' then you might have a name of 'dagger' and adjectives of 'sharp' and 'glittering' and no aliases
Example 1:If the 'short' is 'sharp glittering dagger' then you might have a name of 'sharp glittering dagger' aliases of 'glittering dagger', 'sharp dagger' and 'dagger', and no adjectives
[top]

Attribute 'long'

Summary:Long Description
Mandatory:Yes
Type:multiline
Default:0
Description:This description is the text that a player sees when they enter a room while in verbose mode or when they do a look.
[top]

Attribute 'name'

Summary:The name of the item
Mandatory:Yes
Type:line
Default:0
Description:This is NOT what a player sees when they have the item in their inventory, that is the 'short'

The name is what the player uses to identify the item, when combined with any adjectives. This should be derived from the 'short'.

Example 0:If the short is 'glittering dagger' you could use an adjective of 'glittering' and name of 'dagger'
Example 1:Alternatively if the short is 'glittering dagger' you could use an name of 'glittering dagger' and an alias of 'dagger'
[top]

Attribute 'short'

Summary:Short Description
Mandatory:Yes
Type:line
Default:0
Description:This description of the item when seen in a room or in someones inventory.

This SHOULD NOT include a leading 'A', 'The', etc unless absolutely necessary. If such a prefix is used then you should set the item as 'unique' and make an effort to ensure that no more than one of these items ever exists.

Example 0:'glittering dagger', not 'a glittering dagger'
[top]

Attribute 'skill'

Summary:The skill required to use the weapon
Mandatory:Yes
Type:skill
Default:0
Description:Wielding and swinging a weapon exercises a skill. A player's bonus in this skill will determine how well the weapon is swung, as well as the type of damage dealt - blunt/edged/etc
[top]

Attribute 'unique'

Summary:Whether the weapon is unique
Mandatory:No
Type:int
Default:0
Description:Normally the mud controls whether an 'a'/'an'/'the'/'your/etc is added to the front of the short for any object. For example 'You wield your glowing sword'. This properly handles you carrying two copies of the object. Sometimes this is not appropriate - you might wish to create an object that is 'unique', in that only one copy of the object will exist at any given time and it has a fancy name like 'Yorik's skullcrusher'. In this situation it makes no sense for an 'a' to be prepended.
[top]

Attribute 'value'

Summary:Value
Mandatory:Yes
Type:int
Default:0
Description:The value (in gold coins) that a normal shopkeeper will pay for this item.
[top]

Attribute 'wc'

Summary:Weapon Class
Mandatory:Yes
Type:int
Default:0
Description:The effectiveness of the weapon.

Read the policy documentation/help for details on ensuring you choose a reasonable value.

0 is 'unable to hit', 20 is the top of the range.

[top]

Attribute 'weight'

Summary:Weight
Mandatory:Yes
Type:float
Default:0
Description:The weight of this item.

Read the policy documentation/help for details on ensuring you choose a reasonable value.

0 is no weight, 6 is very heavy, most players have about 30 maximum carry weight.

[top]