所有公开日志
所有RustedWarfare Wiki公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2023年2月20日 (一) 19:53 用户账号LLST 留言 贡献已创建
- 2023年2月20日 (一) 19:51 用户账号LLST 留言 贡献已创建
- 2023年2月20日 (一) 19:50 用户账号LLST 留言 贡献已创建
- 2023年2月20日 (一) 19:50 用户账号LLST 留言 贡献已创建
- 2023年2月20日 (一) 18:10 AbAb 留言 贡献创建了页面mod参数/movement (先传一部分,避免出现问题不好处理)
- 2023年2月20日 (一) 18:07 AbAb 留言 贡献创建了页面mod参数/projectile (创建页面,内容为“{{RW代码|life:||"How long till this projectile gets removed if it hasn't hit a target, 300 might be a good starting point, change depending on speed and range"|life: 300}} {{RW代码|deflectionPower:|float|Defaults to 1. Energy needed for laser defence to deflect. -1 to disable deflection (only disable for special weapons like flames)|deflectionPower: -1}} {{RW代码|explodeOnEndOfLife|bool|Default to false. True to explode at end of life with all side effect…”)
- 2023年2月20日 (一) 18:05 AbAb 留言 贡献创建了页面mod参数/turret (创建页面,内容为“{{RW代码|x:|float|"Sets the horizontal position of the turret. 0 is center, negatives toward left, positives toward right."|x: 0}} {{RW代码|y:|float|"Sets the vertical position of the turret. 0 is center, negatives toward bottom, positives toward top."|y: 40}} {{RW代码|copyFrom:|turret ref|Copy all values from another turret as defaut values for this turret|copyFrom: 1}} {{RW代码|projectile|projectile ref|Projectile fired from this turret.|projectile:…”)
- 2023年2月20日 (一) 18:03 AbAb 留言 贡献创建了页面mod参数/attack (创建页面,内容为“{{RW代码|canAttack:|bool|"If set to false, can not attack any unit. Regards of other canAttack options below."|canAttack: true}} {{RW代码|canAttackFlyingUnits:|LogicBoolean|can also be narrowed per turret. Note: not required if canAttack is false.|canAttackFlyingUnits: false}} {{RW代码|canAttackLandUnits:|LogicBoolean|can also be narrowed per turret|canAttackLandUnits: true}} {{RW代码|canAttackUnderwaterUnits:|LogicBoolean|can also be narrowed per turre…”)
- 2023年2月20日 (一) 18:01 AbAb 留言 贡献创建了页面mod参数/graphics (创建页面,内容为“{{RW代码|image:|file (image)|File path to png image.|image: body.png}} {{RW代码|image_back:|file (image)|An optional image drawn behind other units. Useful for factories that units exit|image_back: floor.png}} {{RW代码|image_shield|file (image)|Image to show as a custom shield|image_shield: forcefield.png}} {{RW代码|image_wreak:|file (image)|Image to use when unit dies. Can be NONE to leave no wreak|image_wreak: ded.png}} {{RW代码|image_offsetX:|int|U…”)
- 2023年2月20日 (一) 18:00 AbAb 留言 贡献创建了页面mod参数/canBuild (创建页面,内容为“{{RW代码|name:|string(s)|"List of unit identifiers this unit can create. Can be buildings or units. Add ""setRally"" to create a rally button"|"name: setRally, tank, hoverTank, heavyTank"}} {{RW代码|pos:|float|Order build link appears in this unit UI.|pos: 0.1}} {{RW代码|tech:|int|Tech level. Mostly just affects build link colour in this unit UI. Defaults to 1.|tech: 2}} {{RW代码|forceNano:|bool|Builds target as if it was a building if true. (even if it…”)
- 2023年2月20日 (一) 14:29 Allureluoli 留言 贡献创建了页面官方地图 (创建页面,内容为“==官方地图== 官方地图指的是游戏本体自带的游戏地图 ===地图分类=== 地图可以分为三种:战役地图、多人对战地图,生存地图。 == 多人对战地图 == === 2p地图 === 抢滩登陆 巨岛 直岛 火桥 山丘 冰岛 湖 小岛 极地对峙 =3p地图= 力拔山河 占中为王 =4p地图=”) 标签:可视化编辑:已切换
- 2023年2月20日 (一) 03:08 Tobby 留言 贡献创建了页面数组 (创建页面,内容为“'''数组'''(array)是铁锈1.15p11加入的一种数据结构。 数组可以存储多个同种类型的元素,在铁锈中,数组存储数量最大值为10000。 ==支持的类型== {| class="wikitable" |+数组支持的类型 |boolean |布尔值 |- |float |浮点数(更新日志未提到) |- |number |整数 |- |unit |单位 |} ==定义== 与普通内存一样,在[core]节中,可以使用<code>defineUnitMemory</code>和<code>@memory</code>…”) 标签:可视化编辑
- 2023年2月19日 (日) 22:31 用户账号Allureluoli 留言 贡献已创建
- 2023年2月18日 (六) 23:00 AbAb 留言 贡献创建了页面模板:RW代码 (创建页面,内容为“<includeonly><p style="margin:0;padding:4px 0px;border-top:1px solid;display:inline-grid;grid-template-columns:repeat(1,min-content 1fr);grid-gap:2px 0px;width:100%;"> <b style="color:#30306d;user-select:none;font-family:monospace;">名|</b> <code style="padding:0;margin:0;white-space:pre;overflow:auto;line-height:normal;">{{{1|}}}</code> <b style="color:#306d30;user-select:none;font-family:monospace;">值|</b> <code style="padding:0;margin:0;white-space:pre;ov…”)
- 2023年2月18日 (六) 20:07 用户账号Axiaohw27 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年2月11日 (六) 09:28 用户账号CrispyXYZ 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年2月8日 (三) 15:04 用户账号RTINGT 留言 贡献已创建
- 2023年2月6日 (一) 14:23 用户账号R872 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年2月6日 (一) 14:21 用户账号R872 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年2月5日 (日) 14:30 AbAb 留言 贡献创建了页面瞭望塔 (创建页面,内容为“<table class="wikitable"> <tr><th colspan="3">单位数据</th><td rowspan="9">link=</td></tr> <tr><th valign="top">名称</th><td>瞭望塔 T1</td><td>瞭望塔 T2</td></tr> <tr><th valign="top">级别</th><td colspan="2">建筑</td></tr> <tr><th valign="top">建造自</th><td>-战斗工程师<span style="float:right;"><nowiki>[$1500/16.7s]</nowiki></span><br />-机械师<span style="float:right;"><nowiki>[$1500/16.7s]</nowiki></s…”)
- 2023年2月5日 (日) 13:38 AbAb 留言 贡献创建了页面间谍无人机 (创建页面,内容为“<table class="wikitable"> <tr><th colspan="2">单位数据</th><td rowspan="9">link=</td></tr> <tr><th valign="top">名称</th><td>间谍无人机</td></tr> <tr><th valign="top">级别</th><td>T2空军</td></tr> <tr><th valign="top">建造自</th><td>-空军基地 T2<span style="float:right;"><nowiki>[$1500/8s]</nowiki></span></td></tr> <tr><th valign="top">生命值</th><td>上限:1500<br />回复:+6/s</td></tr> <tr><th…”)
- 2023年2月5日 (日) 10:55 AbAb 留言 贡献创建了页面文件:金属板背景.png (用于游戏原风格)
- 2023年2月5日 (日) 10:55 AbAb 留言 贡献上传文件:金属板背景.png (用于游戏原风格)
- 2023年1月31日 (二) 14:14 用户账号QnQr 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月29日 (日) 19:31 用户账号雾衄 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月29日 (日) 19:30 用户账号雾衄 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月29日 (日) 11:50 用户账号Akong 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月26日 (四) 17:11 AbAb 留言 贡献创建了页面模板:面包屑 (创建页面,内容为“<noinclude><p>为当前页面添加面包屑导航,通常放在页面内容的左上角位置。<b style="color:red;">注意</b>:目前源代码十分简陋低效,急待修改;当前仅支持不包括首页最多6层页面。</p><p>输入:<br /><code><nowiki>{{面包屑}}</nowiki></code><br />输出:<br />{{面包屑}}</p></noinclude><includeonly>首页 {{#if:{{#titleparts:{{FULLPAGENAME}}|-5|-6}}|> {{#titleparts:{{FULLPAGENAME}}|…”)
- 2023年1月25日 (三) 15:35 Jiege 留言 贡献创建了页面战略/马奇诺防线 (迁移词条) 标签:移动版编辑 移动版网页编辑 高级移动版编辑
- 2023年1月25日 (三) 15:32 Jiege 留言 贡献创建了页面战略/囤蛋 (创建页面,内容为“囤蛋,指在对局中大量建造资源制造仪(由于这个建筑上部是圆的所以被称为蛋)的行为 特征:大量建造资源制造仪,前期不出兵,常以马奇诺战术相结合,主要的兵种为大量的导弹飞艇,两栖喷气机,重型拦截机,武装直升机,火蜂战机(比较罕见),飞行堡垒,实验型战斗蜘蛛 好处:后期你的经济…”) 标签:移动版编辑 移动版网页编辑 高级移动版编辑
- 2023年1月25日 (三) 15:30 Jiege 留言 贡献创建了页面战略 (创建页面,内容为“与战术不同,战略指铁锈战争对局中的总体运营思路 ==wiki收录的战略== *囤蛋”) 标签:移动版编辑 移动版网页编辑 高级移动版编辑
- 2023年1月25日 (三) 15:27 Jiege 留言 贡献创建了页面战术/声东击西 (创建页面,内容为“返回战术列表 ==用法== 将一部分兵力用于攻击敌方驻守的区域以吸引敌方的单位,然后在敌方防守薄弱之处展开大肆进攻 ==实战== 例:在两岸中,使用一部分重型拦截机将敌方的防空主力引走,然后通过空投或集中大量兵力进攻敌方防守薄弱处”) 标签:移动版编辑 移动版网页编辑 高级移动版编辑
- 2023年1月24日 (二) 11:42 用户账号2516649281 留言 贡献已创建
- 2023年1月23日 (一) 13:50 Jiege 留言 贡献创建了页面战术/空投 (创建页面,内容为“==概念== 空投指使用运输机或者飞行堡垒等运输单位,趁敌人防空薄弱时在敌方基地附近投下大量的攻击性单位(如激光坦克,等离子坦克等) ==实战== (待补充) 战术”) 标签:移动版编辑 移动版网页编辑 高级移动版编辑
- 2023年1月22日 (日) 16:30 用户账号白鸢圣堂 留言 贡献已创建
- 2023年1月22日 (日) 08:29 用户账号SnowFoxsama 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月19日 (四) 17:38 用户账号ArKual 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月19日 (四) 17:37 用户账号ArKual 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月19日 (四) 17:36 用户账号ArKual 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月19日 (四) 17:36 用户账号ArKual 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月19日 (四) 17:35 用户账号ArKual 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月19日 (四) 17:35 用户账号ArKual 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月19日 (四) 17:34 用户账号ArKual 留言 贡献已创建 标签:移动版编辑 移动版网页编辑
- 2023年1月14日 (六) 18:30 用户账号351320252 留言 贡献已创建
- 2023年1月12日 (四) 18:06 RustedWiki更新姬 留言 贡献删除页面用户:天恩 (广告:注册仅发布广告,删除用户页面)
- 2023年1月11日 (三) 11:36 Star trajectory 留言 贡献创建了页面文件:咸鱼,你还能要求更多吗.png
- 2023年1月11日 (三) 11:36 Star trajectory 留言 贡献上传文件:咸鱼,你还能要求更多吗.png
- 2023年1月11日 (三) 11:32 Star trajectory 留言 贡献创建了页面文件:俄尼尔斯帝国vs空之先驱.jpg
- 2023年1月11日 (三) 11:32 Star trajectory 留言 贡献上传文件:俄尼尔斯帝国vs空之先驱.jpg
- 2023年1月11日 (三) 11:01 Star trajectory 留言 贡献创建了页面文件:宣传图.jpg