wordbots / wordbots-core

Client-side code for Wordbots, the card game where YOU make the cards.
http://wordbots.io
MIT License
23 stars 4 forks source link

[Suggestion] "Rename object" action #1893

Open Zergla opened 9 months ago

Zergla commented 9 months ago

Add Rename target to "name". Kinda specific use, but for example, if you want to create a robot that has the same appearance as the summoner but with different stats and abilities, right now you can either "Create a 0/0/0 robot named "whatever" on {Where you want}, then choose every robot with 0 health, then that robot become a copy of this robot, then remove all abilities from that robot, then set that robot's attack to A, then set that robot's health to B, then set that robot's speed to C, then give that robot {ability}", Which is really long, and makes the parser choke, or "Create a A/0/C robot named "{The SprtieID you find in export card}" on {Where you want}, then chose every robot with 0 health, set that robot health to B, then give that robot {ability}", Which is shorter, but mean your robot is named some gibberish like "q0bg431iok". Being able to rename robots would solve this issue.