From Brotato Wiki
(assassin characters) Tag: Reverted |
(Assassin: add weapons) Tag: Reverted |
||
Line 17: | Line 17: | ||
{{Color|green|XXX}} | {{Color|green|XXX}} | ||
{{Color|red|XXX}} | {{Color|red|XXX}} | ||
Note: The <code>itembox-table</code> table class makes item boxes (StatsCard) in a single row be all the same height (eg. see "8 Inch Nails" on [[Mod:Isaac_Characters_Mod]]. | |||
== Characters == | |||
<table class="itembox-table" style="color:#eee; background:transparent; vertical-align:top;"> | <table class="itembox-table" style="color:#eee; background:transparent; vertical-align:top;"> | ||
Line 80: | Line 84: | ||
</tr> | </tr> | ||
</table> | </table> | ||
== Weapons == | |||
<table class="itembox-table" style="color:#eee; background:transparent; vertical-align:top;"> | |||
<tr> | |||
<td style="vertical-align: top; padding-bottom: 20px; padding-right: 20px;"> | |||
{{StatsCardWeapon | |||
| name = Chainsaw | |||
| class = Heavy, Assassin | |||
| image = Chainsaw_icon.png | |||
| rarity = 1 | |||
| damage = 2 (50% {{StatIcon|Melee Damage}}) | |||
| critical = x3 (0% chance) | |||
| cooldown = 0.77s | |||
| range = 200 (Melee) | |||
}} | |||
</td> | |||
<td style="vertical-align: top; padding-bottom: 20px; padding-right: 20px;"> | |||
{{StatsCardWeapon | |||
| name = Claws | |||
| class = Unarmed, Precise | |||
| image = Claws_icon.png | |||
| rarity = 1 | |||
| damage = 4 (75%{{StatIcon|Melee Damage}} 25%{{StatIcon|Critical Chance}}) | |||
| critical = x2.5 (40% chance) | |||
| cooldown = 0.64s | |||
| knockback = 12 | |||
| range = 150 (Melee) | |||
| lifesteal = 20% | |||
| special1 = Alternates between thrusting and sweeping attacks | |||
}} | |||
</td> | |||
<td style="vertical-align: top; padding-bottom: 20px; padding-right: 20px;"> | |||
{{StatsCardWeapon | |||
| name = Small Scythe | |||
| class = Assasin, Light | |||
| image = Small_scythe_icon.png | |||
| rarity = 1 | |||
| damage = 9 (15%{{StatIcon|Speed}} 15%{{StatIcon|Crit Chance}} 70%{{StatIcon|Melee Damage}}) | |||
| critical = x2 (10% chance) | |||
| cooldown = 0.87s | |||
| knockback = 20 | |||
| range = 157 (Melee) | |||
}} | |||
</td> | |||
</tr> | |||
</table> | |||
== Items == |
Revision as of 00:44, 10 December 2022
My sandbox, used for testing stuff. Not part of the wiki.
---
WIP code for Mod:Assassin
Unstable Unstable_icon.png
Outlaw Outlaw_iconoutlaw_icon.png
XXX XXX
Note: The itembox-table
table class makes item boxes (StatsCard) in a single row be all the same height (eg. see "8 Inch Nails" on Mod:Isaac_Characters_Mod.