User:Zane: Difference between revisions

From LiberationMUSH Wiki
(Created page with "{| |- | colspan="2" style="text-align: center;" | '''General Experience Costs''' |- | '''Trait''' | '''Cost''' |- | New Ability | 3 |- | Attribute | current rating x 4 |- |...")
 
(Adding BeipMu example triggers.)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{|
{| class="wikitable"
|-
|-
| colspan="2" style="text-align: center;" | '''General Experience Costs'''
! DuckClient Sample Triggers
|-
|-
| '''Trait'''  
| '''This changes the colors of names you put in a list.'''
| '''Cost'''
[[Image: NameHighLight1_Duck.JPG|500px]]
 
'''RegEx Text for Trigger:''' (Zane|Beth|Coop)
|-
|-
| New Ability
| '''This changes the color of all text between quotation marks.'''
| 3
[[Image: HighlightSpeech_Duck.JPG|500px]]
 
'''RegEx Text for Trigger:''' "(.*?)"
|-
|-
| Attribute
| '''This changes the color of all pages (Incoming and Outgoing).'''
| current rating x 4
[[Image: ChangePageColor_Duck.JPG|500px]]
 
'''RegEx Text for Trigger:''' ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: )
|}
 
{| class="wikitable"
|-
|-
| Ability
! BeipMU Sample Triggers
| current rating x 2
|-
|-
| Background
| '''Spawn Channels to Tabs (default BeipMU trigger).'''
| 5 per dot (HR)
 
''This can just be copied from the Trigger Samples into the list of Triggers for your game.''
 
[[Image: ChannelSpawn_BeipMU.JPG|500px]]
 
'''RegEx Text for Trigger:''' ^\[([^\]]+)\]
|-
|-
| Merit
| '''This changes the colors of names you put in a list.'''
| 5 per dot (HR)
[[Image: NameHighLight1__BeipMU.JPG|500px]]
 
'''RegEx Text for Trigger:''' (Zane|Beth|Coop)
|-
|-
| Willpower
| '''This changes the color of all text between quotation marks.'''
| 10 per dot (HR)
[[Image: HighlightSpeech_BeipMU.JPG|500px]]
|-
 
| colspan="2" | <br>
'''RegEx Text for Trigger:''' "(.*?)"
|-
| colspan="2" style="text-align: center;" | '''Changeling Experience Costs'''
|-
| '''Trait'''
| '''Cost'''
|-
| Art
| current rating x 4
|-
| New Art
| 7
|-
| Realm
| current rating x 3
|-
| New Realm
| 5
|-
| Glamour
| current rating x 3
|-
| colspan="2" | <br>
|-
| colspan="2" style="text-align: center;" | '''Mage Experience Costs'''
|-
| '''Trait'''
| '''Cost'''
|-
| New Sphere
| 10
|-
| Affinity Sphere
| current rating x 7
|-
| Other Sphere
| current rating x 8
|-
| Arete
| current rating x 8
|-
| colspan="2" | <br>
|-
! colspan="2" style="text-align: center;" | Vampire Experience Costs
|-
| '''Trait'''
| '''Cost'''
|-
| New Discipline
| 10
|-
| New Path (''Necromancy or Thaumaturgy'')
| 7
|-
| Clan Discipline
| current rating x 5*
|-
| Other Discipline
| current rating x 7*
|-
| Secondary Path (''Necromancy or Thaumaturgy'')
| current rating x 4
|-
| Virtue
| current rating x 2**
|-
| Humanity or Path of Enlightenment
| current rating x 2
|-
| colspan="2" | * ''Caitiff have no Clan-based Disciplines, the cost of raising all Disciplines is the current rating x 6.''
|-
| colspan="2" |** ''Increasing a Virtue through experience does not increase Traits based on that Virtue (Humanity, Path, Willpower).''
|-
| colspan="2" | <br>
|-
! colspan="2" style="text-align: center;" | Werewolf Experience Costs
|-
| '''Trait'''  
| '''Cost'''
|-
| Gift
| Level of Gift x 3
|-
| Gift from other breed/auspice/tribe
| Level of Gift x 5
|-
| Rage
| current rating
|-
| Gnosis
| current rating x 2
|-
| Renown
| HR stuff...
|-
| colspan="2" | <br>
|-
! colspan="2" style="text-align: center;" | Wraith Experience Costs
|-
| '''Trait'''
| '''Cost'''
|-
| New Arcanos
| 7
|-
| Arcanos
| Current rating x3
|-
| Willpower
| Current rating
|-
| Passion, Fetter, Background
| Special*
|-
| colspan="2" | * ''Storyteller permission required.''
|-
|-
| '''This changes the color of all pages (Incoming and Outgoing).'''
[[Image: ChangePageColor_BeipMU.JPG|500px]]
'''RegEx Text for Trigger:''' ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: )
|}
|}

Latest revision as of 23:23, 29 September 2021

DuckClient Sample Triggers
This changes the colors of names you put in a list.

RegEx Text for Trigger: (Zane|Beth|Coop)

This changes the color of all text between quotation marks.

RegEx Text for Trigger: "(.*?)"

This changes the color of all pages (Incoming and Outgoing).

RegEx Text for Trigger: ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: )

BeipMU Sample Triggers
Spawn Channels to Tabs (default BeipMU trigger).

This can just be copied from the Trigger Samples into the list of Triggers for your game.

RegEx Text for Trigger: ^\[([^\]]+)\]

This changes the colors of names you put in a list.

RegEx Text for Trigger: (Zane|Beth|Coop)

This changes the color of all text between quotation marks.

RegEx Text for Trigger: "(.*?)"

This changes the color of all pages (Incoming and Outgoing).

RegEx Text for Trigger: ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: )