Planeswalker Loyalty Symbols

User avatar
Guerte
Posts: 73
Joined: 4 years ago
Pronoun: he / him

Post by Guerte » 4 years ago

Is it possible to incorporate loyalty symbols into the BBCode? You would need the image for starting, plus, minus, and 0 abilities, and then having the numbers incorporated into them as well, similar to how TappedOut does theirs.
Current Commanders:
Mono2 Color3+Color
Daretti Primer Omnath Yarok
Gonti Primer Ezuri Aminatou

User avatar
Feyd_Ruin
Elder Vampire
Posts: 5410
Joined: 5 years ago
Answers: 3
Pronoun: he / him
Contact:

Post by Feyd_Ruin » 4 years ago

That's doable.
Give me a day or two to work it into the to-do list.
To the beaten, the broken, or the damned; the lost, and the wayward: wherever I may be, you will have a home.

User avatar
Feyd_Ruin
Elder Vampire
Posts: 5410
Joined: 5 years ago
Answers: 3
Pronoun: he / him
Contact:

Post by Feyd_Ruin » 4 years ago

Still on the agenda, just been back-burnered the last few days.
I'm having to hand make our own vectors of the planeswalker markers.

(Couldn't find any good existing SVGs.)
("+" and "-" are made, gotta do 0 and base)
To the beaten, the broken, or the damned; the lost, and the wayward: wherever I may be, you will have a home.

User avatar
Guerte
Posts: 73
Joined: 4 years ago
Pronoun: he / him

Post by Guerte » 4 years ago

Feyd_Ruin wrote:
4 years ago
Still on the agenda, just been back-burnered the last few days.
I'm having to hand make our own vectors of the planeswalker markers.

(Couldn't find any good existing SVGs.)
("+" and "-" are made, gotta do 0 and base)
No problem! I understand you're very busy; this isn't a must have so it can wait for as long as it needs to. There are definitely more important things to be done.
Current Commanders:
Mono2 Color3+Color
Daretti Primer Omnath Yarok
Gonti Primer Ezuri Aminatou

User avatar
Feyd_Ruin
Elder Vampire
Posts: 5410
Joined: 5 years ago
Answers: 3
Pronoun: he / him
Contact:

Post by Feyd_Ruin » 4 years ago

Added

:laugh: :P :)

Code: Select all

Standard			Shortcut
--------			--------
[loyalty=up]+1[/loyalty]	[loyalty=+]+X[/loyalty]
[loyalty=down]-2[/loyalty]	[loyalty=-]-X[/loyalty]
[loyalty=static]0[/loyalty]	[loyalty=0]0[/loyalty]
[loyalty=base]4[/loyalty]	[loyalty]X[/loyalty]

[size=300][loyalty=up]+2[/loyalty][/size]
+1 +X
-2 -X
0 0
4 X

-2
To the beaten, the broken, or the damned; the lost, and the wayward: wherever I may be, you will have a home.

User avatar
Guerte
Posts: 73
Joined: 4 years ago
Pronoun: he / him

Post by Guerte » 4 years ago

Feyd_Ruin wrote:
4 years ago
Added

:laugh: :P :)

Code: Select all

Standard			Shortcut
--------			--------
[loyalty=up]+1[/loyalty]	[loyalty=+]+X[/loyalty]
[loyalty=down]-2[/loyalty]	[loyalty=-]-X[/loyalty]
[loyalty=static]0[/loyalty]	[loyalty=0]0[/loyalty]
[loyalty=base]4[/loyalty]	[loyalty]X[/loyalty]

[size=300][loyalty=up]+2[/loyalty][/size]
+1 +X
-2 -X
0 0
4 X

-2
Oh man! That is so awesome! I really appreciate you taking the time to do this.
Current Commanders:
Mono2 Color3+Color
Daretti Primer Omnath Yarok
Gonti Primer Ezuri Aminatou

User avatar
Guerte
Posts: 73
Joined: 4 years ago
Pronoun: he / him

Post by Guerte » 4 years ago

I see what you did with increasing the size by adding multiple size tags.

Is it possible to use these symbols to basically make a table of contents for decks? I'm trying to add anchors inside the loyalty tag, and they work, but if I add multple anchors, they go on the same line so they mishmash together, and if I use the list tags, it gets all wonky. \

Is this something that is possible?
Current Commanders:
Mono2 Color3+Color
Daretti Primer Omnath Yarok
Gonti Primer Ezuri Aminatou

User avatar
Feyd_Ruin
Elder Vampire
Posts: 5410
Joined: 5 years ago
Answers: 3
Pronoun: he / him
Contact:

Post by Feyd_Ruin » 4 years ago

Hmmm.
It's not liking complex things within it.
I'll have to play around and see if I can get something like that to work.
To the beaten, the broken, or the damned; the lost, and the wayward: wherever I may be, you will have a home.

User avatar
Feyd_Ruin
Elder Vampire
Posts: 5410
Joined: 5 years ago
Answers: 3
Pronoun: he / him
Contact:

Post by Feyd_Ruin » 4 years ago

Yeah, it just won't work, so we'll have to find another way to replicate the look.
Enter: [BOX] background images.

I'd been meaning to set up background images for boxes anyways.
Note that with the loyalty markers being odd shapes , you have to play with the positioning so that the text looks contained properly. Also, you'll want to play around with the width and padding after you settle on the number of anchors you want listed in the box.

It took me a couple minutes to get it right, but it wasn't horrible.

Code: Select all

[box bg="transparent" bgimage="/styles/phpbb-ruined/theme/images/sym/loyalty_marker_base.svg" bgsize="contain" bgrepeat="no-repeat" bordercolor="transparent" border=0 corners=0 width=280px padding=15][br][center]
[size=130][anchor goto="one"][color=white]One[/color][/anchor]
[anchor goto="two"][color=white]Two[/color][/anchor]
[anchor goto="three"][color=white]Three[/color][/anchor]
[anchor goto="four"][color=white]Four[/color][/anchor]
[/size][/center][br][/box]
URLS:
/styles/phpbb-ruined/theme/images/sym/loyalty_marker_up.svg
/styles/phpbb-ruined/theme/images/sym/loyalty_marker_down.svg
/styles/phpbb-ruined/theme/images/sym/loyalty_marker_static.svg
/styles/phpbb-ruined/theme/images/sym/loyalty_marker_base.svg
To the beaten, the broken, or the damned; the lost, and the wayward: wherever I may be, you will have a home.

User avatar
Guerte
Posts: 73
Joined: 4 years ago
Pronoun: he / him

Post by Guerte » 4 years ago

Awesome! I will give this a whirl, and see how it turns out. Thank you very much!

EDIT: So I have 9 anchors inside and it seems to work well. If I increase the width of the image, it throws the text off center with no way of getting centered in the image that I can figure out. No big deal tho.
Current Commanders:
Mono2 Color3+Color
Daretti Primer Omnath Yarok
Gonti Primer Ezuri Aminatou

User avatar
Feyd_Ruin
Elder Vampire
Posts: 5410
Joined: 5 years ago
Answers: 3
Pronoun: he / him
Contact:

Post by Feyd_Ruin » 4 years ago

Guerte wrote:
4 years ago
EDIT: So I have 9 anchors inside and it seems to work well. If I increase the width of the image, it throws the text off center with no way of getting centered in the image that I can figure out. No big deal tho.
Didn't see your edit until now.
I abused my admin powers and edited the post to adjust.

You needed to add a couple more [br]s so that it would be tall enough for the background image to expand and fill properly. I added these and pushed the width to 560 (which should be the max width you use; this lets it fit on a mobile screen). I also had to up the padding to 25 so it would align the top "inside" the symbol. But it looks good and aligned now.

:)
To the beaten, the broken, or the damned; the lost, and the wayward: wherever I may be, you will have a home.

User avatar
Guerte
Posts: 73
Joined: 4 years ago
Pronoun: he / him

Post by Guerte » 4 years ago

Feyd_Ruin wrote:
4 years ago
Guerte wrote:
4 years ago
EDIT: So I have 9 anchors inside and it seems to work well. If I increase the width of the image, it throws the text off center with no way of getting centered in the image that I can figure out. No big deal tho.
Didn't see your edit until now.
I abused my admin powers and edited the post to adjust.

You needed to add a couple more [br]s so that it would be tall enough for the background image to expand and fill properly. I added these and pushed the width to 560 (which should be the max width you use; this lets it fit on a mobile screen). I also had to up the padding to 25 so it would align the top "inside" the symbol. But it looks good and aligned now.

:)
Awesome. You rock! I would've never guessed you edited it otherwise. Lol.
Current Commanders:
Mono2 Color3+Color
Daretti Primer Omnath Yarok
Gonti Primer Ezuri Aminatou

Post Reply Previous topicNext topic

Return to “Community Software Feedback and Bug Reports”