NPC Graphics

This commit is contained in:
Ruan Pablo 2019-01-19 04:48:15 -02:00
parent c719975da8
commit 2ef6b0b632
17 changed files with 25 additions and 22 deletions

View File

@ -1,24 +1,24 @@
version=2 version=2
:if:<register.registered(tornadobattle)>=False :if:<register.registered(tornadobattle)>=false
@text.show(Tornado: Hi there! You may be~wondering... why is there a*Pokémon on the website staff?~Well... I'm no ordinary Pokémon.*Want to see something rather~barbaric?) @text.show(Tornado: Hi there!~You may be wondering...~Why is there a Pokémon~on the website staff?*Well... I'm no ordinary Pokémon!*Want to see something rather~barbaric?)
@options.show(Yes,No) @options.show(Yes,No)
:when:Yes :when:Yes
@text.show(Then take a sneak peek at what~my forum league team will be!) @text.show(Then take a sneak peek at what~my forum league team will be!)
@battle.setvar(canblackout,false) @battle.setvar(canblackout,false)
@battle.trainer(kolben\tornado) @battle.trainer(kolben\tornado)
:if:<battle.won>=true :if:<battle.won>=true
@text.show(I'm not exactly a competitive~battler, as you can see.) @text.show(I'm not exactly a competitive~battler, as you can see.)
:else :else
@text.show(Pretty tough, huh?) @text.show(Pretty tough, huh?)
:endif :endif
@pokemon.heal @pokemon.heal
@register.registertime(tornadobattle,1,day) @register.registertime(tornadobattle,1,day)
:end :end
:when:No :when:No
@text.show(Well, I'll see you on the website~then.) @text.show(Well, I'll see you on the website~then.)
:end :end
:endwhen :endwhen
:else :else
@text.show(I'm not exactly a competitive~battler, as you can see.) @text.show(I'm not exactly a competitive~battler, as you can see.)
:endif :endif
:end :end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -13517,6 +13517,9 @@
<Content Include="Content\Textures\NPC\95.png"> <Content Include="Content\Textures\NPC\95.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content> </Content>
<Content Include="Content\Textures\NPC\Anakin.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Content\Textures\NPC\Aragas.png"> <Content Include="Content\Textures\NPC\Aragas.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> </Content>