Add sprite for the Cold Dagger item to UtBS (#9189)
* Add sprite for cold dagger item * UtBS 04: use cold dagger sprite * Update copyrights.csv for the cold dagger sprite
This commit is contained in:
parent
30977f588a
commit
1f9c5af164
3 changed files with 10 additions and 0 deletions
|
@ -2177,6 +2177,7 @@ Date,File,License,Author - Real Name(other name);Real Name(other name);etc,Notes
|
|||
2018/07/27,data/campaigns/Under_the_Burning_Suns/images/halo/eloh-halo-back.png,CC BY-SA 4.0,Iris Morelle(Iris),,,b02cfa130423e6ac5ca6c9b6e5745fd6
|
||||
2018/07/27,data/campaigns/Under_the_Burning_Suns/images/halo/eloh-halo-bottom.png,CC BY-SA 4.0,Iris Morelle(Iris),,,5ffbfafc44e42e214fb8b50d7952ae64
|
||||
2018/06/16,data/campaigns/Under_the_Burning_Suns/images/items/burial2.png,CC BY-SA 4.0,(doofus-01),,,6fb90490eca46783621bb6e0ba74f892
|
||||
2024/08/10,data/campaigns/Under_the_Burning_Suns/images/items/cold-sword.png,GNU GPL v2+,(Elvish_Hunter),,,85e087f68832193b5e01ddaaf09044e1
|
||||
2018/04/27,data/campaigns/Under_the_Burning_Suns/images/items/kaleh-dead.png,CC BY-SA 4.0,(doofus-01),,,d6d08f5a933a9c65d63d7b4077adc100
|
||||
2011/03/11,data/campaigns/Under_the_Burning_Suns/images/items/magiccircle-n.png,GNU GPL v2+,unknown,,,73c7e7c9c485b4b0afac52b4654b8c79
|
||||
2011/03/11,data/campaigns/Under_the_Burning_Suns/images/items/magiccircle-ne.png,GNU GPL v2+,unknown,,,086f1fd9b23a91fa0b25d228bf79ad60
|
||||
|
|
Can't render this file because it is too large.
|
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -310,6 +310,9 @@
|
|||
|
||||
{PLACE_IMAGE scenery/signpost.png 7 1}
|
||||
|
||||
# cold dagger
|
||||
{PLACE_IMAGE items/cold-sword.png 12 17}
|
||||
|
||||
#increase max moves by 1 (game engine will increase current moves to match)
|
||||
[object]
|
||||
id=FastGoblinKnight
|
||||
|
@ -900,6 +903,7 @@
|
|||
|
||||
id=ColdBlade
|
||||
name= _ "Cold Blade"
|
||||
image=items/cold-sword.png
|
||||
description= _ "The unit who wields this blade will deal cold damage with its melee attack."
|
||||
|
||||
[effect]
|
||||
|
@ -909,6 +913,11 @@
|
|||
[/effect]
|
||||
[/object]
|
||||
|
||||
[remove_item]
|
||||
x=12
|
||||
y=17
|
||||
[/remove_item]
|
||||
|
||||
{NAMED_NOTRAIT_UNIT 3 (Dawarf) 18 14 (Purple Abomination) ( _ "Purple Abomination")}
|
||||
|
||||
[message]
|
||||
|
|
Loading…
Add table
Reference in a new issue